[PATCH 0/4] emacs: find non-matching mails, plus small tweaks
authorJani Nikula <jani@nikula.org>
Tue, 28 Jun 2011 07:31:28 +0000 (07:31 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:46 +0000 (09:38 -0800)
48/d69e8fd9d8c2d94978f5e1d4c1d791faef853e [new file with mode: 0644]

diff --git a/48/d69e8fd9d8c2d94978f5e1d4c1d791faef853e b/48/d69e8fd9d8c2d94978f5e1d4c1d791faef853e
new file mode 100644 (file)
index 0000000..6a3538d
--- /dev/null
@@ -0,0 +1,68 @@
+Return-Path: <jani@nikula.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 E7ED8429E54\r
+       for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 00:31:40 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[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 GMCWgsA1olQ6 for <notmuch@notmuchmail.org>;\r
+       Tue, 28 Jun 2011 00:31:40 -0700 (PDT)\r
+Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com\r
+       [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 7D319429E4E\r
+       for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 00:31:40 -0700 (PDT)\r
+Received: by qyk9 with SMTP id 9so3511754qyk.5\r
+       for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 00:31:39 -0700 (PDT)\r
+Received: by 10.229.4.203 with SMTP id 11mr510536qcs.72.1309246299623;\r
+       Tue, 28 Jun 2011 00:31:39 -0700 (PDT)\r
+Received: from localhost (nikula.org [92.243.24.172])\r
+       by mx.google.com with ESMTPS id t21sm4637019qcs.2.2011.06.28.00.31.33\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Tue, 28 Jun 2011 00:31:34 -0700 (PDT)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/4] emacs: find non-matching mails, plus small tweaks\r
+Date: Tue, 28 Jun 2011 07:31:28 +0000\r
+Message-Id: <cover.1309244829.git.jani@nikula.org>\r
+X-Mailer: git-send-email 1.7.1\r
+X-Mailman-Approved-At: Tue, 28 Jun 2011 10:59:27 -0700\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, 28 Jun 2011 07:31:41 -0000\r
+\r
+Hi, I've found the following features useful with Emacs. Please have a\r
+look. And be gentle; these are my first lines of lisp I'm sharing in\r
+public, and perhaps not quite as lispy as I'd like them to be... :)\r
+\r
+Jani\r
+\r
+\r
+Jani Nikula (4):\r
+  emacs: Add functions and bindings to archive and mark thread as read\r
+  emacs: Add option to make adding saved searches append, not prepend\r
+  emacs: Add pseudo saved search to match mail that no saved search\r
+    matches\r
+  emacs: Add pseudo tag to match all messages that have no tags\r
+\r
+ emacs/notmuch-hello.el |   58 ++++++++++++++++++++++++++++++++++++++---------\r
+ emacs/notmuch-show.el  |   25 ++++++++++++++++++--\r
+ 2 files changed, 69 insertions(+), 14 deletions(-)\r
+\r