Re: [PATCH] emacs: Re-arrange message sending code
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 22 Apr 2010 11:02:02 +0000 (13:02 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:47 +0000 (09:36 -0800)
96/a8ea5aeeae076893c3373669c50f7a20579b45 [new file with mode: 0644]

diff --git a/96/a8ea5aeeae076893c3373669c50f7a20579b45 b/96/a8ea5aeeae076893c3373669c50f7a20579b45
new file mode 100644 (file)
index 0000000..4b13bd9
--- /dev/null
@@ -0,0 +1,57 @@
+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 0DB9B4196F3\r
+       for <notmuch@notmuchmail.org>; Thu, 22 Apr 2010 04:02:07 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.9\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9] 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 uIu+4Em6qWEF for <notmuch@notmuchmail.org>;\r
+       Thu, 22 Apr 2010 04:02:06 -0700 (PDT)\r
+Received: from homiemail-a20.g.dreamhost.com (caiajhbdccah.dreamhost.com\r
+       [208.97.132.207])\r
+       by olra.theworths.org (Postfix) with ESMTP id 527EA431FC1\r
+       for <notmuch@notmuchmail.org>; Thu, 22 Apr 2010 04:02:06 -0700 (PDT)\r
+Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
+       [129.132.133.204]) (Authenticated sender: sebastian@sspaeth.de)\r
+       by homiemail-a20.g.dreamhost.com (Postfix) with ESMTPA id A159B7EC069\r
+       for <notmuch@notmuchmail.org>; Thu, 22 Apr 2010 04:02:04 -0700 (PDT)\r
+Received: by sspaeth.de (sSMTP sendmail emulation);\r
+       Thu, 22 Apr 2010 13:02:02 +0200\r
+From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: Re-arrange message sending code\r
+In-Reply-To: <1271927012-10062-1-git-send-email-dme@dme.org>\r
+References: <1271927012-10062-1-git-send-email-dme@dme.org>\r
+Date: Thu, 22 Apr 2010 13:02:02 +0200\r
+Message-ID: <87tyr3oimt.fsf@SSpaeth.de>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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: Thu, 22 Apr 2010 11:02:07 -0000\r
+\r
+On 2010-04-22, David Edmondson wrote:\r
+> Define a new `mail-user-agent' (`notmuch-user-agent') and use it by\r
+> default. Re-arrange various routines that send mail to use this\r
+> (compose, reply, forward). Insert a `User-Agent:' header by default.\r
+\r
+I've been using this or a slightly earlier version of patch\r
+\r
+Signed-off: Sebastian Spaeth <Sebastian@SSpaeth.de>\r