Re: [PATCH 3/3] Add notmuch-hello-mode-hook
authorThomas Jost <schnouki@schnouki.net>
Sun, 30 Oct 2011 10:06:38 +0000 (11:06 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:54 +0000 (09:39 -0800)
bb/2e8ec7a12ed63910e4a75f74c595bceb47ad90 [new file with mode: 0644]

diff --git a/bb/2e8ec7a12ed63910e4a75f74c595bceb47ad90 b/bb/2e8ec7a12ed63910e4a75f74c595bceb47ad90
new file mode 100644 (file)
index 0000000..fe565ac
--- /dev/null
@@ -0,0 +1,96 @@
+Return-Path: <schnouki@schnouki.net>\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 387DB429E25\r
+       for <notmuch@notmuchmail.org>; Sun, 30 Oct 2011 03:06:37 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.1\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\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 KIKxcQvNGmnZ for <notmuch@notmuchmail.org>;\r
+       Sun, 30 Oct 2011 03:06:36 -0700 (PDT)\r
+Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
+       by olra.theworths.org (Postfix) with ESMTP id 968FC431FB6\r
+       for <notmuch@notmuchmail.org>; Sun, 30 Oct 2011 03:06:36 -0700 (PDT)\r
+Received: from odin.local (nancy.schnouki.net [78.238.0.45])\r
+       by ks3536.kimsufi.com (Postfix) with ESMTPSA id C55D36A0005;\r
+       Sun, 30 Oct 2011 11:06:35 +0100 (CET)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
+       s=key-schnouki; t=1319969196;\r
+       bh=oboouDk2zD6DUKGoPnnRiFv4fLIHx02xwnnhea07sXs=;\r
+       h=From:To:Subject:In-Reply-To:References:Date:Message-ID:\r
+       MIME-Version:Content-Type;\r
+       b=It/qs64ztCyG/ffnF29/xSCYS6JKgKrVD8xXk5tFfHowkZh8C5Tha1y8DBye61i8b\r
+       OjjT6IT9j5KZj09ROa7Yr8IhKiozFiyAYXT8uhmjveDdjyq2yQ0/PuARPnTyG+6SuB\r
+       d8967OwYl9VmOxUf3LhcTvW2BckxNbnSUo/ZLudQ=\r
+From: Thomas Jost <schnouki@schnouki.net>\r
+To: Ivy Foster <joyfulgirl@archlinux.us>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 3/3] Add notmuch-hello-mode-hook\r
+In-Reply-To: <87hb2rlps7.fsf@nausicaa.localdomain>\r
+References: <87hb2rlps7.fsf@nausicaa.localdomain>\r
+User-Agent: Notmuch/0.9-39-ge84ff5d (http://notmuchmail.org) Emacs/24.0.90.1\r
+       (x86_64-unknown-linux-gnu)\r
+Date: Sun, 30 Oct 2011 11:06:38 +0100\r
+Message-ID: <871utuhjyp.fsf@schnouki.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\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: Sun, 30 Oct 2011 10:06:37 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Sat, 29 Oct 2011 12:35:04 -0400, Ivy Foster <joyfulgirl@archlinux.us> wr=\r
+ote:\r
+> The following patch adds a mode-hook to notmuch-hello-mode.\r
+> Not much else to say, really.\r
+\r
+I agree it's useful, but\r
+id:"1317643438-31272-5-git-send-email-schnouki@schnouki.net" ;)\r
+(the hooks are not run from the same place though)\r
+\r
+> Would people find hooks for before and/or after adding the\r
+> tags useful?\r
+\r
+There are such hooks already: notmuch-{after,before}-tag-hook. Or do you\r
+mean something different?\r
+\r
+Regards,\r
+\r
+=2D-=20\r
+Thomas/Schnouki\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iQEcBAEBAgAGBQJOrSGuAAoJEMPdciX+bh5IBXoH/iCyKrpvuMj/htA7YLgipxYx\r
+HDq6g2ldkjVGJHObKvurw9D7GI0GSccIYUudtGAR1fxQMZtGZdYVJ5ZUfRnWDVWK\r
+CTLvkE86bHSoMax9MWD8BXTRtO+4GLzrwxbjvXuKe0rsD1QQnUz9YpJpZOwg7tyb\r
+0sB9yPPlZ1IjI2sw/iX+KDxctiuwX67w9/+/yuy9Uh5JtcklYmC/ll50d9CkHxdm\r
+D2KhjgvDFhNCvOSc3SZ7BT1MYsLSHXnBejjyYa/AIB7vJ9GMUa0GCfYBtDpn0BfH\r
+xsNWT/AD+tzObafPjZB9dHIKExgdgw95dfcQJdYzPQ8sZjtNDbMTTYzdjQZ6/A4=\r
+=SKpD\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r