]> git.notmuchmail.org Git - notmuch/commit
cli: add global option --stderr=FILE
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 28 May 2013 18:38:52 +0000 (21:38 +0300)
committerDavid Bremner <bremner@debian.org>
Wed, 29 May 2013 23:00:52 +0000 (20:00 -0300)
commit8a0e85025af5854666f5a8a18236f4ed69924638
tree2bc3ec44bc031e4a8d5dfb92b3aed78c9a58a24f
parente7ade21d56b43dafc6dbd517a1b72fcf9d62b238
cli: add global option --stderr=FILE

With this option all writes to stderr are redirected to the specified
FILE (or to stdout on case FILE is '-'). This is immediately useful
in emacs interface as some of its exec intefaces do not provide
separation of stdout and stderr.
notmuch-client.h
notmuch.c