--- /dev/null
+Return-Path: <notmuch@kismala.com>\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 05367431FBF\r
+ for <notmuch@notmuchmail.org>; Fri, 9 May 2014 01:11:45 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+ 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 UAP5V3XO+7hK for <notmuch@notmuchmail.org>;\r
+ Fri, 9 May 2014 01:11:37 -0700 (PDT)\r
+X-Greylist: delayed 1100 seconds by postgrey-1.32 at olra;\r
+ Fri, 09 May 2014 01:11:36 PDT\r
+Received: from imarko.xen.prgmr.com (imarko.xen.prgmr.com [71.19.158.228])\r
+ by olra.theworths.org (Postfix) with ESMTP id C0C5F431FAE\r
+ for <notmuch@notmuchmail.org>; Fri, 9 May 2014 01:11:36 -0700 (PDT)\r
+Received: from localhost ([127.0.0.1] helo=zsu.kismala.com)\r
+ by imarko.xen.prgmr.com with esmtp (Exim 4.80.1)\r
+ (envelope-from <notmuch@kismala.com>)\r
+ id 1WifcF-0002uE-Ak; Fri, 09 May 2014 00:53:11 -0700\r
+From: Istvan Marko <notmuch@kismala.com>\r
+To: sfischme@uwaterloo.ca, notmuch@notmuchmail.org\r
+Subject: Re: Log of tagging actions\r
+In-Reply-To: <871tw5n0ml.fsf@uwaterloo.ca>\r
+References: <871tw5n0ml.fsf@uwaterloo.ca>\r
+User-Agent: Notmuch/0.18~rc0+1~g40dc79d (http://notmuchmail.org) Emacs/24.3.3\r
+ (x86_64-unknown-linux-gnu)\r
+Date: Fri, 09 May 2014 00:53:11 -0700\r
+Message-ID: <m3fvkj1j88.fsf@zsu.kismala.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Fri, 09 May 2014 08:11:45 -0000\r
+\r
+Sebastian Fischmeister <sfischme@uwaterloo.ca> writes:\r
+\r
+> Is there a possibility to log all tagging actions done in notmuch?\r
+\r
+I use a shell wrapper around notmuch to get this:\r
+\r
+#! /bin/sh \r
+echo "notmuch $@" >>$HOME/logs/notmuch.log\r
+/usr/local/bin/notmuch "$@"\r
+\r
+Would be nice to be able to log all operations done via libnotmuch too\r
+though.\r
+\r
+-- \r
+ Istvan\r