Log of tagging actions

Istvan Marko notmuch at kismala.com
Fri May 9 00:53:11 PDT 2014


Sebastian Fischmeister <sfischme at uwaterloo.ca> 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


More information about the notmuch mailing list