Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 3d / 7c82657bbf5539e63adfd77bf6753e2b44bbca
1 Return-Path: <bremner@tethera.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 64A27429E37\r
6         for <notmuch@notmuchmail.org>; Sun,  2 Jun 2013 07:05:10 -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 5ocN+5nYlgmQ for <notmuch@notmuchmail.org>;\r
16         Sun,  2 Jun 2013 07:05:02 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id C3BC6429E40\r
21         for <notmuch@notmuchmail.org>; Sun,  2 Jun 2013 07:05:02 -0700 (PDT)\r
22 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id r52E4rkn016743;\r
24         Sun, 2 Jun 2013 11:04:55 -0300\r
25 Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net\r
26         ([156.34.82.78] helo=zancas.localnet)\r
27         by tesseract.cs.unb.ca with esmtpsa\r
28         (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
29         (envelope-from <bremner@tethera.net>)\r
30         id 1Uj8tw-0006VB-V3; Sun, 02 Jun 2013 11:04:53 -0300\r
31 Received: from bremner by zancas.localnet with local (Exim 4.80)\r
32         (envelope-from <bremner@tethera.net>)\r
33         id 1Uj8tr-00060K-7N; Sun, 02 Jun 2013 11:04:47 -0300\r
34 From: david@tethera.net\r
35 To: notmuch@notmuchmail.org\r
36 Subject: [PATCH] emacs: remove hardcoded defaults values from docstrings\r
37 Date: Sun,  2 Jun 2013 11:04:45 -0300\r
38 Message-Id: <1370181885-23021-1-git-send-email-david@tethera.net>\r
39 X-Mailer: git-send-email 1.8.2.rc2\r
40 X-Spam_bar: -\r
41 Cc: David Bremner <bremner@debian.org>\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sun, 02 Jun 2013 14:05:10 -0000\r
55 \r
56 From: David Bremner <bremner@debian.org>\r
57 \r
58 These functions refer to default values of variables, but it seems\r
59 less confusing and less likely to get out of date to just allow the\r
60 user to follow the help cross-reference links.\r
61 ---\r
62  emacs/notmuch-show.el | 14 ++++++--------\r
63  1 file changed, 6 insertions(+), 8 deletions(-)\r
64 \r
65 another proposed change from our notmuch-pick discussions.\r
66 \r
67 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
68 index 613e666..600e802 100644\r
69 --- a/emacs/notmuch-show.el\r
70 +++ b/emacs/notmuch-show.el\r
71 @@ -1835,10 +1835,9 @@ search results instead."\r
72    "Archive each message in thread.\r
73  \r
74  Archive each message currently shown by applying the tag changes\r
75 -in `notmuch-archive-tags' to each (remove the \"inbox\" tag by\r
76 -default). If a prefix argument is given, the messages will be\r
77 -\"unarchived\", i.e. the tag changes in `notmuch-archive-tags'\r
78 -will be reversed.\r
79 +in `notmuch-archive-tags' to each. If a prefix argument is given,\r
80 +the messages will be \"unarchived\", i.e. the tag changes in\r
81 +`notmuch-archive-tags' will be reversed.\r
82  \r
83  Note: This command is safe from any race condition of new messages\r
84  being delivered to the same thread. It does not archive the\r
85 @@ -1865,10 +1864,9 @@ buffer."\r
86    "Archive the current message.\r
87  \r
88  Archive the current message by applying the tag changes in\r
89 -`notmuch-archive-tags' to it (remove the \"inbox\" tag by\r
90 -default). If a prefix argument is given, the message will be\r
91 -\"unarchived\", i.e. the tag changes in `notmuch-archive-tags'\r
92 -will be reversed."\r
93 +`notmuch-archive-tags' to it. If a prefix argument is given, the\r
94 +message will be \"unarchived\", i.e. the tag changes in\r
95 +`notmuch-archive-tags' will be reversed."\r
96    (interactive "P")\r
97    (when notmuch-archive-tags\r
98      (apply 'notmuch-show-tag-message\r
99 -- \r
100 1.8.2.rc2\r
101 \r