Re: [PATCH v4 16/16] add "notmuch reindex" subcommand
[notmuch-archives.git] / ac / 418653054196b94d32b70e26d0d6abba82aa1d
1 Return-Path: <david@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 93AAD431FAF\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Jun 2014 03:44:53 -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 9pL0z8mXCWoW for <notmuch@notmuchmail.org>;\r
16         Sun, 22 Jun 2014 03:44:46 -0700 (PDT)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 002BB431FAE\r
21         for <notmuch@notmuchmail.org>; Sun, 22 Jun 2014 03:44:45 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <david@tethera.net>)\r
24         id 1WyfGP-0005Eb-AY; Sun, 22 Jun 2014 07:44:45 -0300\r
25 Received: (nullmailer pid 29056 invoked by uid 1000); Sun, 22 Jun 2014\r
26         10:44:41 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: David Edmondson <dme@dme.org>\r
29 Subject: Re: [PATCH v1] emacs: Forwarded messages should not have modified\r
30         buffers\r
31 In-Reply-To: <1E19E1E0-044E-4616-B951-FC8FEFA49071@dme.org>\r
32 References: <cunzjhv1wa5.fsf@gargravarr.hh.sledj.net>\r
33         <87wqch5309.fsf@zancas.localnet>\r
34         <1E19E1E0-044E-4616-B951-FC8FEFA49071@dme.org>\r
35 User-Agent: Notmuch/0.18+13~g1adde01 (http://notmuchmail.org) Emacs/24.3.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Sun, 22 Jun 2014 07:44:41 -0300\r
38 Message-ID: <87zjh5usti.fsf@zancas.localnet>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 Cc: notmuch@notmuchmail.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, 22 Jun 2014 10:44:53 -0000\r
55 \r
56 David Edmondson <dme@dme.org> writes:\r
57 > @@ -346,7 +346,8 @@ the From: address first."\r
58 >     (message-forward-make-body cur)\r
59 >     ;; `message-forward-make-body' shows the User-agent header.  Hide\r
60 >     ;; it again.\r
61 > -    (message-hide-headers)))\r
62 > +    (message-hide-headers)\r
63 > +    (set-buffer-modified-p nil)))\r
64 >\r
65 > (defun notmuch-mua-new-reply (query-string &optional prompt-for-sender reply-all)\r
66 >   "Compose a reply to the message identified by QUERY-STRING.\r
67 > -- \r
68 > 2.0.0.rc2\r
69 \r
70 Bah. Sometimes mail systems suck. I finally managed to apply this after\r
71 some effort. For future reference, it was still quoted printable and\r
72 (even more mysteriously) something mangled the indentation of the\r
73 context lines, moving them one space left; once can see this most\r
74 clearly on the last two lines.\r
75 \r
76 d\r