Re: [notmuch] [PATCH] notmuch-reply: Use a shorter 'On, X Y wrote:' line
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 3 Mar 2010 12:01:00 +0000 (13:01 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:19 +0000 (09:36 -0800)
19/090cded4808861a97497eac2c29e7f975a7c57 [new file with mode: 0644]

diff --git a/19/090cded4808861a97497eac2c29e7f975a7c57 b/19/090cded4808861a97497eac2c29e7f975a7c57
new file mode 100644 (file)
index 0000000..6ce06d2
--- /dev/null
@@ -0,0 +1,59 @@
+Return-Path: <Sebastian@SSpaeth.de>\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 C8356431FBC\r
+       for <notmuch@notmuchmail.org>; Wed,  3 Mar 2010 04:01:14 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.604\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.604 tagged_above=-999 required=5\r
+       tests=[AWL=-0.419, BAYES_40=-0.185] autolearn=ham\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 nDNIMsEpNoiK for <notmuch@notmuchmail.org>;\r
+       Wed,  3 Mar 2010 04:01:14 -0800 (PST)\r
+Received: from homiemail-a17.g.dreamhost.com (caiajhbdcbbj.dreamhost.com\r
+       [208.97.132.119])\r
+       by olra.theworths.org (Postfix) with ESMTP id 39724431FAE\r
+       for <notmuch@notmuchmail.org>; Wed,  3 Mar 2010 04:01:14 -0800 (PST)\r
+Received: from sspaeth.de (unknown [195.190.178.84])\r
+       by homiemail-a17.g.dreamhost.com (Postfix) with ESMTPA id 8D1567A8060; \r
+       Wed,  3 Mar 2010 04:01:02 -0800 (PST)\r
+Received: by sspaeth.de (sSMTP sendmail emulation);\r
+       Wed, 03 Mar 2010 13:01:00 +0100\r
+From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
+To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
+In-Reply-To: <878waaexj4.fsf@steelpick.localdomain>\r
+References: <1267533462-15682-1-git-send-email-Sebastian@SSpaeth.de>\r
+       <878waaexj4.fsf@steelpick.localdomain>\r
+Date: Wed, 03 Mar 2010 13:01:00 +0100\r
+Message-ID: <87iq9dehs3.fsf@SSpaeth.de>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] [PATCH] notmuch-reply: Use a shorter 'On,\r
+ X Y wrote:' line\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, 03 Mar 2010 12:01:14 -0000\r
+\r
+On Wed, 03 Mar 2010 07:20:47 +0100, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
+> > +  /* If from contains '<' (not as first char),\r
+> > +   * only use the preceding real name */\r
+> > +  short_from = talloc_strdup(ctx, from_addr);\r
+> \r
+> I do not see, where do you assign a value to from_addr (besides the\r
+> initial NULL).\r
+\r
+It is set way up earlier in that function.\r