Re: Hi all
[notmuch-archives.git] / 49 / 829c9ba0d5f4a89b578696cf019ccaafdff197
1 Return-Path: <dme@dme.org>\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 9B94941ED91\r
6         for <notmuch@notmuchmail.org>; Tue, 31 Jan 2012 00:02:00 -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: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 89PQYyNQ4rrE for <notmuch@notmuchmail.org>;\r
16         Tue, 31 Jan 2012 00:02:00 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  F3952429E34    for <notmuch@notmuchmail.org>; Tue, 31 Jan 2012 00:01:59 -0800\r
21  (PST)\r
22 Received: by wgbdt12 with SMTP id dt12so4876257wgb.2\r
23         for <notmuch@notmuchmail.org>; Tue, 31 Jan 2012 00:01:58 -0800 (PST)\r
24 Received: by 10.180.109.101 with SMTP id hr5mr16896916wib.14.1327996918720;\r
25         Tue, 31 Jan 2012 00:01:58 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id y1sm8772738wiw.6.2012.01.31.00.01.56\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Tue, 31 Jan 2012 00:01:57 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 68D1EA0190; Tue, 31 Jan 2012 08:01:55 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 1/2] emacs: If archiving the last message in a thread,\r
36         show the next thread.\r
37 Date: Tue, 31 Jan 2012 08:01:53 +0000\r
38 Message-Id: <1327996914-9644-2-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.8.3\r
40 In-Reply-To: <1327996914-9644-1-git-send-email-dme@dme.org>\r
41 References: <1327996914-9644-1-git-send-email-dme@dme.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: Tue, 31 Jan 2012 08:02:01 -0000\r
55 \r
56 When archiving the last message in a thread (a), rather than just\r
57 moving the pointer to the next thread in the parent search buffer,\r
58 actually display the next thread.\r
59 ---\r
60  emacs/notmuch-show.el |    2 +-\r
61  1 files changed, 1 insertions(+), 1 deletions(-)\r
62 \r
63 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
64 index de9421e..ec72ff8 100644\r
65 --- a/emacs/notmuch-show.el\r
66 +++ b/emacs/notmuch-show.el\r
67 @@ -1427,7 +1427,7 @@ buffer."\r
68           (notmuch-show-mark-read)\r
69           (notmuch-show-message-adjust))\r
70        (if pop-at-end\r
71 -         (notmuch-show-next-thread)\r
72 +         (notmuch-show-next-thread t)\r
73         (goto-char (point-max))))))\r
74  \r
75  (defun notmuch-show-previous-open-message ()\r
76 -- \r
77 1.7.8.3\r
78 \r