aboutsummaryrefslogtreecommitdiff
path: root/contrib/notmuch-deliver/src/main.c
Commit message (Collapse)AuthorAge
* notmuch-deliver: Update to new notmuch_database_open APIAustin Clements2012-06-01
| | | | Commit 5fddc07 changed this API, but missed this use of it.
* Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter2012-04-28
| | | | | | Adapt notmuch-deliver to the notmuch_database_close split. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
* notmuch-deliver: GPL-3+Ali Polatel2011-12-06
|
* notmuch-deliver: Don't read errno inappropriately.Thomas Schwinge2011-11-05
| | | | Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
* notmuch-deliver: Won't deliver to more than one folder.Thomas Schwinge2011-11-05
| | | | Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
* notmuch-deliver: Fix utter failurealip2011-11-05
|
* notmuch-deliver: Use splice() if it's availableAli Polatel2011-11-05
| | | | | NOTMUCH_DELIVER_NO_SPLICE environment variable may be set to fallback to the read/write method.
* More debug messagesAli Polatel2011-11-05
|
* notmuch-deliver: Fix typos in option context descriptionAli Polatel2011-11-05
|
* notmuch-deliver: Initial importAli Polatel2011-11-05