[PATCH] emacs: address completion, allow sender/recipient and filters
[notmuch-archives.git] / 4c / 510e5a2f3d0213c1bde097fba7d2786f6f958c
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 A0ADF431FCF\r
6         for <notmuch@notmuchmail.org>; Fri, 29 Jun 2012 11:38:28 -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 mcYTurOAz9-n for <notmuch@notmuchmail.org>;\r
16         Fri, 29 Jun 2012 11:38:28 -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 0C5DA431FCB\r
20         for <notmuch@notmuchmail.org>; Fri, 29 Jun 2012 11:38:28 -0700 (PDT)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id BC18F2E50DF2\r
23         for <notmuch@notmuchmail.org>; Fri, 29 Jun 2012 11:38:27 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (gwave-70.ligo.caltech.edu [131.215.114.70])\r
26         (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 16C4C2E50D7E\r
28         for <notmuch@notmuchmail.org>; Fri, 29 Jun 2012 11:38:26 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id D87572E9D; Fri, 29 Jun 2012 11:38:25 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH 2/2] debian: Recommend gpgsm for S/MIME support\r
34 Date: Fri, 29 Jun 2012 11:38:21 -0700\r
35 Message-Id: <1340995101-9616-3-git-send-email-jrollins@finestructure.net>\r
36 X-Mailer: git-send-email 1.7.10\r
37 In-Reply-To: <1340995101-9616-2-git-send-email-jrollins@finestructure.net>\r
38 References: <1340995101-9616-1-git-send-email-jrollins@finestructure.net>\r
39         <1340995101-9616-2-git-send-email-jrollins@finestructure.net>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Fri, 29 Jun 2012 18:38:28 -0000\r
53 \r
54 ---\r
55  debian/control |    2 +-\r
56  1 file changed, 1 insertion(+), 1 deletion(-)\r
57 \r
58 diff --git a/debian/control b/debian/control\r
59 index 812430f..c3ed09c 100644\r
60 --- a/debian/control\r
61 +++ b/debian/control\r
62 @@ -26,7 +26,7 @@ Dm-Upload-Allowed: yes\r
63  Package: notmuch\r
64  Architecture: any\r
65  Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}\r
66 -Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt,  gnupg-agent\r
67 +Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt,  gnupg-agent, gpgsm\r
68  Description: thread-based email index, search and tagging\r
69   Notmuch is a system for indexing, searching, reading, and tagging\r
70   large collections of email messages in maildir or mh format. It uses\r
71 -- \r
72 1.7.10\r
73 \r