[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 52 / fa9c2c5e410b9192dc7b9d0e17bee295c7cb25
1 Return-Path: <dmitry.kurochkin@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 324724196F4\r
6         for <notmuch@notmuchmail.org>; Thu,  1 Jul 2010 09:08:50 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.599\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.599 tagged_above=-999 required=5\r
12         tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,\r
13         DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001] autolearn=ham\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id XRGKXp4I6N8C for <notmuch@notmuchmail.org>;\r
17         Thu,  1 Jul 2010 09:08:40 -0700 (PDT)\r
18 Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com\r
19         [209.85.161.53])\r
20         by olra.theworths.org (Postfix) with ESMTP id DEC944196F3\r
21         for <notmuch@notmuchmail.org>; Thu,  1 Jul 2010 09:08:39 -0700 (PDT)\r
22 Received: by fxm19 with SMTP id 19so1776530fxm.26\r
23         for <notmuch@notmuchmail.org>; Thu, 01 Jul 2010 09:08:39 -0700 (PDT)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
25         h=domainkey-signature:received:received:from:to:subject:date\r
26         :message-id:x-mailer;\r
27         bh=StvOHqvPEXPHgFbyVBR80dArKK89XpqpYZPu7MKVHI4=;\r
28         b=n100wKETZdqFvpM4bTTpr40qFs2fOiXLqwuclYM8BlBP9HKqYdTEut/u1kFtMfbIsC\r
29         iL5opmGF59kF+Yiuj0l0HiUeG5PEmYvXS8AOFfv3YtCNAZd5z32AL55oNcBLMycd1cnD\r
30         KqO+0WP6yFCM5Y8x8z8WVn3VaCG7jFZZmAeHg=\r
31 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
32         h=from:to:subject:date:message-id:x-mailer;\r
33         b=VsIxuuKUf+RKPEIr8owSWJZV+Y2pz/qEIvsI69XY3wkvgAJDnyLfGY0bS29d868rMd\r
34         +itNS9/2DdaX5oJ+LsPPffeSnm2tDWAfQyedT7ZX84rCQb4s5MB5IUxATPpbMnwTvKbQ\r
35         6kHwDV5nnzgs2GbPKaJHxBhxEzLdqpB7M5nqs=\r
36 Received: by 10.223.58.83 with SMTP id f19mr9757564fah.88.1278000519087;\r
37         Thu, 01 Jul 2010 09:08:39 -0700 (PDT)\r
38 Received: from localhost ([91.144.186.21])\r
39         by mx.google.com with ESMTPS id z12sm59108693fah.9.2010.07.01.09.08.36\r
40         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
41         Thu, 01 Jul 2010 09:08:36 -0700 (PDT)\r
42 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 0/5] some fixes for emacs client\r
45 Date: Thu,  1 Jul 2010 20:08:22 +0400\r
46 Message-Id: <1278000507-22290-1-git-send-email-dmitry.kurochkin@gmail.com>\r
47 X-Mailer: git-send-email 1.7.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Thu, 01 Jul 2010 16:08:50 -0000\r
61 \r
62 Hi all.\r
63 \r
64 Thanks for such a great email client! I wanted to move away from gmail web\r
65 interface for a while, but could not find a suitable client. Now I am moving\r
66 to notmuch, and it is a pleasure to use so far.\r
67 \r
68 Here are some small but useful (at least for me) fixes for the emacs client:\r
69 \r
70 * Quote id:"message-id" queries. Fixes errors when message-id contains special\r
71   chars, e.g. `..'.\r
72 \r
73 * Use message-field-value to get headers in fcc. Fixes cases when message\r
74   contains lines starting with From:, common when forwarding.\r
75 \r
76 * Add notmuch-hook. I use it to start server, which is used for new mail\r
77   notifications and notmuch-hello buffer updates.\r
78 \r
79 * Add notmuch-hello-hook. I use it to turn off show-trailing-whitespace.\r
80 \r
81 This is the first time I use git send-email. Sorry if I did it wrong.\r
82 \r
83 Regards,\r
84   Dmitry\r
85 \r