From: Istvan Marko Date: Fri, 9 May 2014 07:53:11 +0000 (+1700) Subject: Re: Log of tagging actions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=402135c297791d90db4b7e52892232c115b8263f;p=notmuch-archives.git Re: Log of tagging actions --- diff --git a/24/c0e4a1bc0c226c9fed419c3e2abc468316ece1 b/24/c0e4a1bc0c226c9fed419c3e2abc468316ece1 new file mode 100644 index 000000000..93d2b34cc --- /dev/null +++ b/24/c0e4a1bc0c226c9fed419c3e2abc468316ece1 @@ -0,0 +1,65 @@ +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 05367431FBF + for ; Fri, 9 May 2014 01:11:45 -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 UAP5V3XO+7hK for ; + Fri, 9 May 2014 01:11:37 -0700 (PDT) +X-Greylist: delayed 1100 seconds by postgrey-1.32 at olra; + Fri, 09 May 2014 01:11:36 PDT +Received: from imarko.xen.prgmr.com (imarko.xen.prgmr.com [71.19.158.228]) + by olra.theworths.org (Postfix) with ESMTP id C0C5F431FAE + for ; Fri, 9 May 2014 01:11:36 -0700 (PDT) +Received: from localhost ([127.0.0.1] helo=zsu.kismala.com) + by imarko.xen.prgmr.com with esmtp (Exim 4.80.1) + (envelope-from ) + id 1WifcF-0002uE-Ak; Fri, 09 May 2014 00:53:11 -0700 +From: Istvan Marko +To: sfischme@uwaterloo.ca, notmuch@notmuchmail.org +Subject: Re: Log of tagging actions +In-Reply-To: <871tw5n0ml.fsf@uwaterloo.ca> +References: <871tw5n0ml.fsf@uwaterloo.ca> +User-Agent: Notmuch/0.18~rc0+1~g40dc79d (http://notmuchmail.org) Emacs/24.3.3 + (x86_64-unknown-linux-gnu) +Date: Fri, 09 May 2014 00:53:11 -0700 +Message-ID: +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, 09 May 2014 08:11:45 -0000 + +Sebastian Fischmeister writes: + +> Is there a possibility to log all tagging actions done in notmuch? + +I use a shell wrapper around notmuch to get this: + +#! /bin/sh +echo "notmuch $@" >>$HOME/logs/notmuch.log +/usr/local/bin/notmuch "$@" + +Would be nice to be able to log all operations done via libnotmuch too +though. + +-- + Istvan