Re: [PATCH] emacs: do not change users' mail agent configuration
[notmuch-archives.git] / ba / 0075d387d37c3dd2ce953fd1419dccc26576c6
1 Return-Path: <bremner@unb.ca>\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 E323F431FAF\r
6         for <notmuch@notmuchmail.org>; Thu,  2 Aug 2012 18:00:21 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 adU2uhmCGglr for <notmuch@notmuchmail.org>;\r
16         Thu,  2 Aug 2012 18:00:20 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 8915D431FAE\r
21         for <notmuch@notmuchmail.org>; Thu,  2 Aug 2012 18:00:20 -0700 (PDT)\r
22 Received: from fctnnbsc30w-156034089108.dhcp-dynamic.fibreop.nb.bellaliant.net\r
23         ([156.34.89.108] helo=zancas.localnet)\r
24         by tesseract.cs.unb.ca with esmtpsa\r
25         (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
26         (envelope-from <bremner@unb.ca>)\r
27         id 1Sx6FT-0003of-Fc; Thu, 02 Aug 2012 22:00:15 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.80)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1Sx6FO-0006nc-1x; Thu, 02 Aug 2012 22:00:10 -0300\r
31 From: David Bremner <david@tethera.net>\r
32 To: Mark Walters <markwalters1009@gmail.com>, Jani Nikula <jani@nikula.org>,\r
33         Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH] emacs: fix a bug introduced by the recent search\r
35  cleanups.\r
36 In-Reply-To: <87r4rpsquu.fsf@qmul.ac.uk>\r
37 References: <1341354059-29396-1-git-send-email-amdragon@mit.edu>\r
38         <1342892232-5659-1-git-send-email-amdragon@mit.edu>\r
39         <1342892232-5659-8-git-send-email-amdragon@mit.edu>\r
40         <87mx2dais8.fsf@nikula.org> <87r4rpsquu.fsf@qmul.ac.uk>\r
41 User-Agent: Notmuch/0.13.2+104~g5ae484c (http://notmuchmail.org) Emacs/24.1.1\r
42         (x86_64-pc-linux-gnu)\r
43 Date: Thu, 02 Aug 2012 22:00:10 -0300\r
44 Message-ID: <87txwkn61x.fsf@zancas.localnet>\r
45 MIME-Version: 1.0\r
46 Content-Type: text/plain\r
47 X-Spam_bar: -\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Fri, 03 Aug 2012 01:00:22 -0000\r
61 \r
62 Mark Walters <markwalters1009@gmail.com> writes:\r
63 \r
64 > In commit 5d0883e the function notmuch-search-next-thread was changed.\r
65 > In particular it only goes to the next message if there is a next\r
66 > message. This breaks notmuch-show-archive-thread-then-next. Fix this\r
67 > by going to the "next" message whenever we are on a current message.\r
68 \r
69 Pushed, \r
70 \r
71 d\r