notmuch.el: controlling what does and doesn't get expanded in searches
[notmuch-archives.git] / 75 / b20d679bf1061f7a5a4c47c3aab3eed9eb0096
1 Return-Path: <jrollins@finestructure.net>\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 DE665431FBD\r
6         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 11:38:49 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id tUUsZvDbdFrT for <notmuch@notmuchmail.org>;\r
16         Wed, 23 May 2012 11:38:49 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 8A477431FAF\r
20         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 11:38:49 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 3AAD666E0162\r
23         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 11:38:49 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (unknown [137.151.175.56])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 640C666E018B\r
28         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 11:38:47 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 26A9C1E1; Wed, 23 May 2012 11:38:47 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH] configure: add help note about gmime version\r
34 Date: Wed, 23 May 2012 11:38:47 -0700\r
35 Message-Id: <1337798327-3436-1-git-send-email-jrollins@finestructure.net>\r
36 X-Mailer: git-send-email 1.7.10\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Wed, 23 May 2012 18:38:50 -0000\r
50 \r
51 ---\r
52  configure |    4 ++++\r
53  1 file changed, 4 insertions(+)\r
54 \r
55 diff --git a/configure b/configure\r
56 index 71981b7..5602be2 100755\r
57 --- a/configure\r
58 +++ b/configure\r
59 @@ -114,6 +114,10 @@ Fine tuning of some installation directories is available:\r
60         --bashcompletiondir=DIR Bash completions files [SYSCONFDIR/bash_completion.d]\r
61         --zshcompletiondir=DIR  Zsh completions files [PREFIX/share/zsh/functions/Completion/Unix]\r
62  \r
63 +Some specific library versions can be specified (auto-detected otherwise):\r
64 +\r
65 +        --with-gmime-version=VERS       Specify GMIME version (2.4 or 2.6)\r
66 +\r
67  Some features can be disabled (--with-feature=no is equivalent to\r
68  --without-feature) :\r
69  \r
70 -- \r
71 1.7.10\r
72 \r