aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2013-05-31 22:10:31 +0300
committerGravatar David Bremner <bremner@debian.org>2013-06-24 22:52:59 -0700
commit8d863c9e87677909491f9783b951b2f0f13130ab (patch)
tree5738981eb4f34c5bc2ce7175423c9b44d299f0a8 /notmuch-client.h
parenteb7d096edce8443f3db49376ee485cf357523d3b (diff)
revert: Removed top level --stderr= option
While looked good on paper, its attempted use caused confusion, complexity, and potential for information leak when passed through wrapper scripts. For slimmer code and to lessen demand for maintenance/support the set of commits which added top level --stderr= option is now reverted.
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index 4a3c7ac9..45749a6b 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -54,7 +54,6 @@ typedef GMimeCipherContext notmuch_crypto_context_t;
#include <sys/stat.h>
#include <sys/time.h>
#include <unistd.h>
-#include <fcntl.h>
#include <dirent.h>
#include <errno.h>
#include <signal.h>