Log of tagging actions

2014-05-12 Thread Sebastian Fischmeister
> I use a C wrapper to do the same (with date prefixes like 2014-05-09 > (Fri) 12:47:19) -- I originally did it to do argument conversions > around .. to have date-based searches before those came to notmuch > (and I am still using it, as I don't have to type date: prefix) Having a wrapper script

Re: Log of tagging actions

2014-05-12 Thread Sebastian Fischmeister
I use a C wrapper to do the same (with date prefixes like 2014-05-09 (Fri) 12:47:19) -- I originally did it to do argument conversions around .. to have date-based searches before those came to notmuch (and I am still using it, as I don't have to type date: prefix) Having a wrapper script

Log of tagging actions

2014-05-09 Thread Tomi Ollila
On Fri, May 09 2014, Istvan Marko wrote: > 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/not

Log of tagging actions

2014-05-09 Thread Istvan Marko
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

Re: Log of tagging actions

2014-05-09 Thread Istvan Marko
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

Re: Log of tagging actions

2014-05-09 Thread Tomi Ollila
On Fri, May 09 2014, Istvan Marko notm...@kismala.com wrote: 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

Log of tagging actions

2014-05-07 Thread Sebastian Fischmeister
up your emails. Just think about the scenario of a cat wandering across your keyboard. Is there a possibility to log all tagging actions done in notmuch? Something like: timestamp, msgid, old set of tags new set of tags It would be helpful for restoring things in case something went wrong