[PATCH v3 0/2] emacs: User-defined sections in notmuch-hello
authorDaniel Schoepe <daniel.schoepe@googlemail.com>
Tue, 5 Jul 2011 16:23:48 +0000 (18:23 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:58 +0000 (09:38 -0800)
53/cec7e371715c4a2ef6735b5ee682e1929a2da4 [new file with mode: 0644]

diff --git a/53/cec7e371715c4a2ef6735b5ee682e1929a2da4 b/53/cec7e371715c4a2ef6735b5ee682e1929a2da4
new file mode 100644 (file)
index 0000000..e49373b
--- /dev/null
@@ -0,0 +1,63 @@
+Return-Path: <daniel.schoepe@googlemail.com>\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 862C0431FD0\r
+       for <notmuch@notmuchmail.org>; Tue,  5 Jul 2011 09:24:00 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 Xyk0TYfwtzxY for <notmuch@notmuchmail.org>;\r
+       Tue,  5 Jul 2011 09:24:00 -0700 (PDT)\r
+Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com\r
+       [209.85.161.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 003CC431FB6\r
+       for <notmuch@notmuchmail.org>; Tue,  5 Jul 2011 09:23:59 -0700 (PDT)\r
+Received: by fxh19 with SMTP id 19so6243003fxh.19\r
+       for <notmuch@notmuchmail.org>; Tue, 05 Jul 2011 09:23:58 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+       d=googlemail.com; s=gamma;\r
+       h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
+       bh=Dvt4ckWRDg+I31CBEZdw4XkthczHjWe43VqhvW9gKiU=;\r
+       b=FQ5WNNxf4xxzBM/k2sjpw5J2DtbgVSUgXwGyo+hBwUq3nOuL1tbE/4JPrsslZKzuxn\r
+       N3ZDX9lDcDz6Vc21VNq0vtzxh0GHuyXFYE9/uogiuga+3IsTYCLEQ6aMfAev41VE+Ncu\r
+       A0r+sDhsinDyGITHaHGxapy80TtbQQQe1vUf8=\r
+Received: by 10.223.71.194 with SMTP id i2mr11787689faj.42.1309883038498;\r
+       Tue, 05 Jul 2011 09:23:58 -0700 (PDT)\r
+Received: from localhost (dslb-178-004-223-219.pools.arcor-ip.net\r
+       [178.4.223.219])\r
+       by mx.google.com with ESMTPS id o27sm1545336fag.0.2011.07.05.09.23.56\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Tue, 05 Jul 2011 09:23:57 -0700 (PDT)\r
+From: Daniel Schoepe <daniel.schoepe@googlemail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v3 0/2] emacs: User-defined sections in notmuch-hello\r
+Date: Tue,  5 Jul 2011 18:23:48 +0200\r
+Message-Id: <1309883030-28899-1-git-send-email-daniel.schoepe@googlemail.com>\r
+X-Mailer: git-send-email 1.7.5.4\r
+In-Reply-To: <1309379221-5617-1-git-send-email-daniel.schoepe@googlemail.com>\r
+References: <1309379221-5617-1-git-send-email-daniel.schoepe@googlemail.com>\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: Tue, 05 Jul 2011 16:24:00 -0000\r
+\r
+This version incorporates the changes suggested by Michal Sojka;\r
+thanks for your help with this, Michal.\r
+\r