Re: [PATCH] nmbug-status: print config errors to stderr

2015-10-04 Thread David Bremner
Jani Nikula writes: > Particularly scripted usage with stdout redirection can be confusing > if errors are printed to stdout instead of stderr. pushed d ___ notmuch mailing list notmuch@notmuchmail.org

Re: Possible some threads are not complete due to bug?

2015-10-04 Thread David Bremner
Xu Wang writes: > > $ notmuch search --output=threads "id:MYMSGID" > thread:a125 > $ notmuch search --output=messages "thread:a125" > id:MYMSGID > $ > # I know that MYMSGIDREPLY did respond to that message. I have it in > my mutt mailbox and it shows

[PATCH] notmuch-emacs-mua: set EMACS{, CLIENT} variables to defaults when empty

2015-10-04 Thread Tomi Ollila
... in addition to doing this when these variables are unset. It is more useful to use defaults (emacs or emacsclient) than empty string as a command name. --- Without this: $ EMACS= ./notmuch-emacs-mua ./notmuch-emacs-mua: line 150: exec: --: invalid option exec: usage: exec [-cl] [-a name]

[PĂ„TCH] notmuch-emacs-mua: set EMACS{,CLIENT} variables to defaults when empty

2015-10-04 Thread Tomi Ollila
... in addition to doing this when these variables are unset. It is more useful to use defaults (emacs or emacsclient) than empty string as a command name. --- Without this: $ EMACS= ./notmuch-emacs-mua ./notmuch-emacs-mua: line 150: exec: --: invalid option exec: usage: exec [-cl] [-a name]