Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 324724196F4 for ; Thu, 1 Jul 2010 09:08:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.599 X-Spam-Level: X-Spam-Status: No, score=-0.599 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XRGKXp4I6N8C for ; Thu, 1 Jul 2010 09:08:40 -0700 (PDT) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by olra.theworths.org (Postfix) with ESMTP id DEC944196F3 for ; Thu, 1 Jul 2010 09:08:39 -0700 (PDT) Received: by fxm19 with SMTP id 19so1776530fxm.26 for ; Thu, 01 Jul 2010 09:08:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:x-mailer; bh=StvOHqvPEXPHgFbyVBR80dArKK89XpqpYZPu7MKVHI4=; b=n100wKETZdqFvpM4bTTpr40qFs2fOiXLqwuclYM8BlBP9HKqYdTEut/u1kFtMfbIsC iL5opmGF59kF+Yiuj0l0HiUeG5PEmYvXS8AOFfv3YtCNAZd5z32AL55oNcBLMycd1cnD KqO+0WP6yFCM5Y8x8z8WVn3VaCG7jFZZmAeHg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; b=VsIxuuKUf+RKPEIr8owSWJZV+Y2pz/qEIvsI69XY3wkvgAJDnyLfGY0bS29d868rMd +itNS9/2DdaX5oJ+LsPPffeSnm2tDWAfQyedT7ZX84rCQb4s5MB5IUxATPpbMnwTvKbQ 6kHwDV5nnzgs2GbPKaJHxBhxEzLdqpB7M5nqs= Received: by 10.223.58.83 with SMTP id f19mr9757564fah.88.1278000519087; Thu, 01 Jul 2010 09:08:39 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id z12sm59108693fah.9.2010.07.01.09.08.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 01 Jul 2010 09:08:36 -0700 (PDT) From: Dmitry Kurochkin To: notmuch@notmuchmail.org Subject: [PATCH 0/5] some fixes for emacs client Date: Thu, 1 Jul 2010 20:08:22 +0400 Message-Id: <1278000507-22290-1-git-send-email-dmitry.kurochkin@gmail.com> X-Mailer: git-send-email 1.7.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 16:08:50 -0000 Hi all. Thanks for such a great email client! I wanted to move away from gmail web interface for a while, but could not find a suitable client. Now I am moving to notmuch, and it is a pleasure to use so far. Here are some small but useful (at least for me) fixes for the emacs client: * Quote id:"message-id" queries. Fixes errors when message-id contains special chars, e.g. `..'. * Use message-field-value to get headers in fcc. Fixes cases when message contains lines starting with From:, common when forwarding. * Add notmuch-hook. I use it to start server, which is used for new mail notifications and notmuch-hello buffer updates. * Add notmuch-hello-hook. I use it to turn off show-trailing-whitespace. This is the first time I use git send-email. Sorry if I did it wrong. Regards, Dmitry