Sebastian Fischmeister <[email protected]> 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
_______________________________________________
notmuch mailing list
[email protected]
http://notmuchmail.org/mailman/listinfo/notmuch
