Snoozing messages

2014-11-06 Thread Daniel Schoepe
Hi Trevor, yeah I saw that your client implemented that, but didn't want to switch away from the standard emacs interface. Moreover, by using a daemon like at the functionality can basically be used with any notmuch interface. Best regards, Daniel On Thu, 06 Nov 2014 20:09 +0100, Trevor Jim

[PATCH] cli: notmuch address option defaults update

2014-11-06 Thread Tomi Ollila
When no --output option were given, change default to display senders only. This is faster and provides useful-enough list of addresses. When only --count option is given, display senders (in contrary to not displaying anything). Document how --count affects to "sort order" a bit more

Snoozing messages

2014-11-06 Thread Daniel Schoepe
RL: <http://notmuchmail.org/pipermail/notmuch/attachments/20141106/f04992ab/attachment-0001.pgp>

[PATCH] doc: whitespace cleanup

2014-11-06 Thread Tomi Ollila
Changed one tab in doc/man1/notmuch-show.rst to 8 spaces. Removed one leading tab in doc/man5/notmuch-hooks.rst to make the SYNOPSIS style consistent with other pages. --- doc/man1/notmuch-show.rst | 2 +- doc/man5/notmuch-hooks.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

Snoozing messages

2014-11-06 Thread Trevor Jim
ttp://notmuchmail.org/pipermail/notmuch/attachments/20141106/9b813b68/attachment.html>

[WIP PATCH 3/4] lib: API to retrieve database revision and UUID

2014-11-06 Thread Gaute Hope
Hi, there's a typo in ..get_revision (revisison). Cheers, Gaute Excerpts from Austin Clements's message of October 13, 2014 8:20: > +unsigned long > +notmuch_database_get_revisison (notmuch_database_t *notmuch,

feature freeze for notmuch 0.19

2014-11-06 Thread David Bremner
David Bremner writes: > Hi Gang; > > As always we have plenty of things on the go, but I think theres enough > merged in since 0.18.2 (yesterday!) to make a release worthwhile. To > pick a date completely at random *cough* I'd like to freeze on November > 5. For those of you just joining us that

[PATCH v3 09/10] cli: address: Add --output=count

2014-11-06 Thread David Bremner
Michal Sojka writes: > This output prints how many times was each address encountered during > search. I pushed the first 9 patches, plus a fixup commit to actually build the man pages. Since this actually adds the summary line to the man page, please double check and suggest improvements if

Re: [WIP PATCH 3/4] lib: API to retrieve database revision and UUID

2014-11-06 Thread Gaute Hope
Hi, there's a typo in ..get_revision (revisison). Cheers, Gaute Excerpts from Austin Clements's message of October 13, 2014 8:20: +unsigned long +notmuch_database_get_revisison (notmuch_database_t *notmuch, ___ notmuch mailing list

[PATCH] doc: whitespace cleanup

2014-11-06 Thread Tomi Ollila
Changed one tab in doc/man1/notmuch-show.rst to 8 spaces. Removed one leading tab in doc/man5/notmuch-hooks.rst to make the SYNOPSIS style consistent with other pages. --- doc/man1/notmuch-show.rst | 2 +- doc/man5/notmuch-hooks.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[PATCH] cli: notmuch address option defaults update

2014-11-06 Thread Tomi Ollila
When no --output option were given, change default to display senders only. This is faster and provides useful-enough list of addresses. When only --count option is given, display senders (in contrary to not displaying anything). Document how --count affects to sort order a bit more accurately.

Snoozing messages

2014-11-06 Thread Daniel Schoepe
Hi, inspired by my alarm clock and the snooze feature found in some other mail clients, I cobbled something together that allows snoozing (i.e. removing a message from the inbox and adding it again later) messages in notmuch. It's a small script that removes the inbox tag from messages and

Re: Snoozing messages

2014-11-06 Thread Trevor Jim
BTW my nevermore client for notmuch implements snoozing in elisp. It's barely functional but nice in that it does not rely on a separate daemon like at. https://github.com/tjim/nevermore -Trevor  ___ notmuch mailing list notmuch@notmuchmail.org

Re: Snoozing messages

2014-11-06 Thread Daniel Schoepe
Hi Trevor, yeah I saw that your client implemented that, but didn't want to switch away from the standard emacs interface. Moreover, by using a daemon like at the functionality can basically be used with any notmuch interface. Best regards, Daniel On Thu, 06 Nov 2014 20:09 +0100, Trevor Jim