Re: [PATCH] emacs: bugfix notmuch-mua-reply when signature is present
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 28 Aug 2013 17:31:51 +0000 (20:31 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:56:43 +0000 (09:56 -0800)
08/07217bb0bb2693fcd70d0ba62b3372594b3113 [new file with mode: 0644]

diff --git a/08/07217bb0bb2693fcd70d0ba62b3372594b3113 b/08/07217bb0bb2693fcd70d0ba62b3372594b3113
new file mode 100644 (file)
index 0000000..969f2a2
--- /dev/null
@@ -0,0 +1,97 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9ED43431FC2\r
+       for <notmuch@notmuchmail.org>; Wed, 28 Aug 2013 10:32:08 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Rw1oACyEY-Xy for <notmuch@notmuchmail.org>;\r
+       Wed, 28 Aug 2013 10:32:00 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8C6EC431FBC\r
+       for <notmuch@notmuchmail.org>; Wed, 28 Aug 2013 10:32:00 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id 5FB3F100030;\r
+       Wed, 28 Aug 2013 20:31:51 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Geoffrey Ferrari <geoffrey.ferrari@oriel.oxon.org>,\r
+ notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: bugfix notmuch-mua-reply when signature is present\r
+In-Reply-To:\r
+ <1375961732-14327-1-git-send-email-geoffrey.ferrari@oriel.oxon.org>\r
+References:\r
+ <1375961732-14327-1-git-send-email-geoffrey.ferrari@oriel.oxon.org>\r
+User-Agent: Notmuch/0.16+42~g938dae6 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 28 Aug 2013 20:31:51 +0300\r
+Message-ID: <m2sixtyb5k.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 28 Aug 2013 17:32:08 -0000\r
+\r
+On Thu, Aug 08 2013, Geoffrey Ferrari <geoffrey.ferrari@oriel.oxon.org> wrote:\r
+\r
+> From: "Geoffrey H. Ferrari" <geoffrey.ferrari@oriel.oxon.org>\r
+>\r
+> When composing a reply, notmuch-mua-reply tries to be smart and cite\r
+> the original message by inserting it before the user signature, if\r
+> one is present. However, the existing method of backward searching\r
+> from the end of the buffer to find the signature separator and then\r
+> moving one line up results in the original message being cited in\r
+> the message headers. That's because at this point the message looks\r
+> like this (with | representing point after searching for the\r
+> signature separator):\r
+>\r
+> From: xxx\r
+> To: xxx\r
+> Subject: xxx\r
+> --text follows this line--\r
+> |--\r
+> My fancy signature\r
+\r
+Now that I tested, (with ~/.signature), composing new mail starts with\r
+\r
+--8<---8<---8<---8<---8<---8<---8<---8<---8<-\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To:\r
+Subject: \r
+Fcc: /home/too/mail/mails/sent\r
+--text follows this line--\r
+\r
+--\r
+signature\r
+--8<---8<---8<---8<---8<---8<---8<---8<---8<-\r
+\r
+Notice the empty line between '--text follows this line--' and '--'\r
+\r
+In your example, the signature block is -- for some reason --\r
+inserted without the empty line.\r
+\r
+> With this patch, a newline is opened instead, so that the orignal\r
+> message is cited above the signature but still in the message text.\r
+> ---\r
+\r
+\r
+Tomi\r