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 33815431FAF for ; Fri, 7 Sep 2012 00:27:03 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 FN9l7QqzI7gT for ; Fri, 7 Sep 2012 00:27:01 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id E4748431FAE for ; Fri, 7 Sep 2012 00:27:00 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id ED6131000E5; Fri, 7 Sep 2012 10:27:06 +0300 (EEST) From: Tomi Ollila To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH v2 0/6] emacs: customization for tag changes on archive In-Reply-To: References: User-Agent: Notmuch/0.14+11~gd9bf007 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain 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: Fri, 07 Sep 2012 07:27:03 -0000 On Thu, Sep 06 2012, Jani Nikula wrote: > Hi all, this is v2 of [1], the only change being Michal's suggestion [2] for > patch 1/6. > > [1] id:"cover.1346614915.git.jani@nikula.org" > [2] id:"xa1tipbvwdb0.fsf@mina86.com" > > BR, > Jani. LGTM Tomi > > > Jani Nikula (6): > emacs: add helper for tag change list manipulation > emacs: fix notmuch-message-replied-tags defcustom type > emacs: use new tag change helper to mark messages as replied > emacs: add support for custom tag changes on message/thread archive > emacs: add support for reversing notmuch-search-archive-thread tag > changes > emacs: add support for reversing notmuch-show-mark-read tag changes > > emacs/notmuch-lib.el | 14 ++++++++++++ > emacs/notmuch-message.el | 26 ++++++++++------------ > emacs/notmuch-show.el | 54 +++++++++++++++++++++++++++++++--------------- > emacs/notmuch-tag.el | 15 +++++++++++++ > emacs/notmuch.el | 16 ++++++++++---- > 5 files changed, 89 insertions(+), 36 deletions(-) > > -- > 1.7.9.5