[PATCH] emacs: fix archive thread/message function documentation.
[notmuch-archives.git] / 74 / d0d1b8d5cac4c4ee0da022ccaa4f29b05f72f2
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 5C87C429E5F\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 10:43:19 -0800 (PST)\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 d61+gw8aGJ6z for <notmuch@notmuchmail.org>;\r
16         Tue, 17 Jan 2012 10:43:19 -0800 (PST)\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 F2930429E3B\r
20         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 10:43:18 -0800 (PST)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 9E11766E0187\r
23         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 10:43:18 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-174-137-84.socal.res.rr.com\r
26         [76.174.137.84]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id D749066E0135\r
28         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 10:43:16 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 7F825514; Tue, 17 Jan 2012 10:43:16 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH] emacs: fix archive thread/message function documentation.\r
34 Date: Tue, 17 Jan 2012 10:43:16 -0800\r
35 Message-Id: <1326825796-8358-1-git-send-email-jrollins@finestructure.net>\r
36 X-Mailer: git-send-email 1.7.7.3\r
37 In-Reply-To: <1326823531-14549-3-git-send-email-jrollins@finestructure.net>\r
38 References: <1326823531-14549-3-git-send-email-jrollins@finestructure.net>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 17 Jan 2012 18:43:19 -0000\r
52 \r
53 This removes an inaccuracy in the thread archiving function, and adds\r
54 a clarification to the message archiving function.\r
55 ---\r
56 Late catch on some documentation inaccuracies.  Apologies.\r
57 \r
58  emacs/notmuch-show.el |   11 ++++-------\r
59  1 files changed, 4 insertions(+), 7 deletions(-)\r
60 \r
61 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
62 index c488e6a..c1d721e 100644\r
63 --- a/emacs/notmuch-show.el\r
64 +++ b/emacs/notmuch-show.el\r
65 @@ -1463,13 +1463,10 @@ argument, hide all of the messages."\r
66  (defun notmuch-show-archive-thread (&optional unarchive)\r
67    "Archive each message in thread.\r
68  \r
69 -If a prefix argument is given, the messages will be\r
70 -\"unarchived\" (ie. the \"inbox\" tag will be added instead of\r
71 -removed).\r
72 -\r
73  Archive each message currently shown by removing the \"inbox\"\r
74 -tag from each. Then kill this buffer and show the next thread\r
75 -from the search from which this thread was originally shown.\r
76 +tag from each.  If a prefix argument is given, the messages will\r
77 +be \"unarchived\" (ie. the \"inbox\" tag will be added instead of\r
78 +removed).\r
79  \r
80  Note: This command is safe from any race condition of new messages\r
81  being delivered to the same thread. It does not archive the\r
82 @@ -1493,7 +1490,7 @@ buffer."\r
83    (notmuch-show-next-thread))\r
84  \r
85  (defun notmuch-show-archive-message (&optional unarchive)\r
86 -  "Archive the current message.\r
87 +  "Archive the current message (remove \"inbox\" tag).\r
88  \r
89  If a prefix argument is given, the message will be\r
90  \"unarchived\" (ie. the \"inbox\" tag will be added instead of\r
91 -- \r
92 1.7.7.3\r
93 \r