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 61B03431FD2 for ; Thu, 6 Sep 2012 08:32:49 -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 1+g9yWfc8whu for ; Thu, 6 Sep 2012 08:32:47 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 682B5431FAE for ; Thu, 6 Sep 2012 08:32:47 -0700 (PDT) Received: by lahc1 with SMTP id c1so1301010lah.26 for ; Thu, 06 Sep 2012 08:32:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=K6ADta6OpJLscid+iNw1w0RA9BWbZo5HQbgHU9q0UvE=; b=CygsSiLsS+95U9LDFuYgiWO4qd4XNuxTCUA4JEOfn0ykZMoZ4Q/n7aHa4+aNjppghp C5AxtZbm+USBxGpCdL7QYDWORmPX2wjOXDsL3lve1k7RXN2NvIWCwJSHkxIyhqxBcqlD Ci5nRwxPWEhiFBIblZTRyxZOAsGi8/t+2rO+D9y1ve1zZ9ij6wBJeaH9xcJBCVOW/Vj2 fn7s9s+EcxOCzG2VTAIdD1M496Ph8FtdYhB/EGj5h2WDj8XAoVhjnUUZRn0O5MHl3fAS a83VVXksSMiZlz/ybf1LIYkw0zWFxkJHhfQZ4sL9+cBo3f4JOqmf9Sgqz/jQ6lw6+AdV 4ZgA== Received: by 10.112.88.73 with SMTP id be9mr1030898lbb.72.1346945565785; Thu, 06 Sep 2012 08:32:45 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id y4sm677301lbg.5.2012.09.06.08.32.43 (version=SSLv3 cipher=OTHER); Thu, 06 Sep 2012 08:32:44 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 0/6] emacs: customization for tag changes on archive Date: Thu, 6 Sep 2012 18:32:36 +0300 Message-Id: X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQmZAwgqpEI2Q/Nq78gIggDQa2nY+Op6spwPahQV8n/NzNAtF+CcMugWVC1FnHsCZcYU4sYQ Cc: Tomi Ollila 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: Thu, 06 Sep 2012 15:32:49 -0000 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. 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