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
