Sebastian Fischmeister <sfisc...@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
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch

Reply via email to