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