[PATCH v6 0/2] emacs: User-defined sections in notmuch-hello
authorDaniel Schoepe <daniel@schoepe.org>
Mon, 10 Oct 2011 13:39:40 +0000 (15:39 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:38 +0000 (09:39 -0800)
db/aa4a3b86163cf8a8cc69c5056fe8321d3de225 [new file with mode: 0644]

diff --git a/db/aa4a3b86163cf8a8cc69c5056fe8321d3de225 b/db/aa4a3b86163cf8a8cc69c5056fe8321d3de225
new file mode 100644 (file)
index 0000000..78ff8d2
--- /dev/null
@@ -0,0 +1,60 @@
+Return-Path: <daniel@schoepe.org>\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 97DCA429E27\r
+       for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:39:50 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.8\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       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 H7r70BMieE+Z for <notmuch@notmuchmail.org>;\r
+       Mon, 10 Oct 2011 06:39:49 -0700 (PDT)\r
+Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com\r
+       [209.85.213.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id D228F429E26\r
+       for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:39:49 -0700 (PDT)\r
+Received: by ywt2 with SMTP id 2so7342466ywt.26\r
+       for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:39:48 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google;\r
+       h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
+       bh=NysbYWIg/fa1dL+Wmw2ry9gzg6yu/hbCKDuPx05Pbmw=;\r
+       b=WSvVcD+PqtCM7/t7lzsNxeRYxj7Q120HXC3JsBCjOTqI3Z0pWUo9OXtxb4WKBRC72D\r
+       YJJPHxAybXL6L4YKOV5hOy2skhxMpPCMjTM5jLvFHH9X9tXLLFnii4JPWa6twNntoGE5\r
+       a7uJPnpVfBjgasfbvUleNQ0WXJj24uXI1EuBA=\r
+Received: by 10.223.62.16 with SMTP id v16mr33563213fah.35.1318253987825;\r
+       Mon, 10 Oct 2011 06:39:47 -0700 (PDT)\r
+Received: from localhost (p4FC790FC.dip0.t-ipconnect.de. [79.199.144.252])\r
+       by mx.google.com with ESMTPS id c1sm31668582fab.15.2011.10.10.06.39.44\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Mon, 10 Oct 2011 06:39:45 -0700 (PDT)\r
+From: Daniel Schoepe <daniel@schoepe.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v6 0/2] emacs: User-defined sections in notmuch-hello\r
+Date: Mon, 10 Oct 2011 15:39:40 +0200\r
+Message-Id: <1318253982-23588-1-git-send-email-daniel@schoepe.org>\r
+X-Mailer: git-send-email 1.7.6.3\r
+In-Reply-To: <87ippzysmv.fsf@steelpick.2x.cz>\r
+References: <87ippzysmv.fsf@steelpick.2x.cz>\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: Mon, 10 Oct 2011 13:39:50 -0000\r
+\r
+Fixed that and rebased against master.\r
+\r