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 EC6BA431FAF for ; Wed, 7 May 2014 07:09:03 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 bcTLCFceeEZH for ; Wed, 7 May 2014 07:08:59 -0700 (PDT) Received: from mailchk-m02.uwaterloo.ca (mailservices.uwaterloo.ca [129.97.128.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CB989431FAE for ; Wed, 7 May 2014 07:08:59 -0700 (PDT) Received: from connect.uwaterloo.ca (connhub4.connect.uwaterloo.ca [129.97.149.122]) by mailchk-m02.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id s47E8tdE015571 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK) for ; Wed, 7 May 2014 10:08:58 -0400 Received: from uwaterloo.ca (129.97.69.90) by connhub4.connect.uwaterloo.ca (129.97.149.122) with Microsoft SMTP Server (TLS) id 14.3.181.6; Wed, 7 May 2014 10:08:38 -0400 From: Sebastian Fischmeister To: Subject: Log of tagging actions User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Homepage: http://esg.uwaterloo.ca Date: Wed, 7 May 2014 10:07:14 -0400 Message-ID: <871tw5n0ml.fsf@uwaterloo.ca> MIME-Version: 1.0 Content-Type: text/plain X-Miltered: at mailchk-m02 with ID 536A3E77.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Virus-Scanned: clamav-milter 0.98.1 at mailchk-m02 X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mailchk-m02.uwaterloo.ca [129.97.128.141]); Wed, 07 May 2014 10:08:58 -0400 (EDT) X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: sfischme@uwaterloo.ca List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 14:09:04 -0000 Hi, The amazing thing about the notmuch emacs interface is that with just a couple of keystrokes you can quickly manipulate a lot of emails and thus be very efficient. The big disadvantage is that with just a couple of keystrokes you can manipulate a lot of emails and thus quickly completely mess up your emails. Just think about the scenario of a cat wandering across your keyboard. Is there a possibility to log all tagging actions done in notmuch? Something like: , , It would be helpful for restoring things in case something went wrong, and it could be the start of an undo function. Sebastian