aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/notmuch-deliver/src
Commit message (Collapse)AuthorAge
* notmuch-deliver: Update to new notmuch_database_open APIGravatar Austin Clements2012-06-01
| | | | Commit 5fddc07 changed this API, but missed this use of it.
* Use notmuch_database_destroy instead of notmuch_database_closeGravatar Justus 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+Gravatar Ali Polatel2011-12-06
|
* notmuch-deliver: Don't read errno inappropriately.Gravatar Thomas Schwinge2011-11-05
| | | | Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
* notmuch-deliver: Won't deliver to more than one folder.Gravatar Thomas Schwinge2011-11-05
| | | | Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
* Move files copied from maildrop to a separate hierarchy.Gravatar Thomas Schwinge2011-11-05
| | | | Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
* Make it build in a separate build directory.Gravatar Thomas Schwinge2011-11-05
| | | | Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
* notmuch-deliver: Fix utter failureGravatar alip2011-11-05
|
* notmuch-deliver: Use splice() if it's availableGravatar Ali Polatel2011-11-05
| | | | | NOTMUCH_DELIVER_NO_SPLICE environment variable may be set to fallback to the read/write method.
* More debug messagesGravatar Ali Polatel2011-11-05
|
* notmuch-deliver: Fix typos in option context descriptionGravatar Ali Polatel2011-11-05
|
* notmuch-deliver: Initial importGravatar Ali Polatel2011-11-05