aboutsummaryrefslogtreecommitdiff
path: root/notmuch-reply.c
Commit message (Expand)AuthorAge
...
* notmuch reply: Handle notmuch_message_get_header returning NULL.Carl Worth2010-04-24
* Decode headers in replyMichal Sojka2010-04-13
* Fix code extracting the MTA from Received: headersDirk Hohndel2010-04-07
* notmuch-reply: Remove stray brace.Carl Worth2010-04-07
* notmuch-reply: Remove a useless level of nesting.Carl Worth2010-04-06
* notmuch-reply: Fix some whitespace issues.Carl Worth2010-04-06
* guess From address from Received headersDirk Hohndel2010-04-06
* lib: Rename iterator functions to prepare for reverse iteration.Carl Worth2010-03-09
* notmuch reply: Rename the mailing_list_munged_reply_to functionCarl Worth2010-02-04
* notmuch reply: Prevent GMIME assertion complaints for empty Reply-to header.Carl Worth2010-02-04
* notmuch reply: Use strstr instead of strcasestr for portability.Carl Worth2010-02-04
* notmuch reply: Fix the support for reply-to un-munging.Carl Worth2010-02-04
* notmuch-reply: Add missing whitespace.Carl Worth2010-02-04
* notmuch-reply.c: Handle munged `Reply-To' headers.Jed Brown2010-02-04
* notmuch-reply.c: Factor adding recipients into common functionJed Brown2010-02-04
* notmuch-reply: Display reply message part using UTF-8.Kan-Ru Chen2009-12-03
* reply --format=headers-only: set In-Reply-To header, with ID *last* in Refere...Jed Brown2009-11-27
* notmuch-reply.c: implement notmuch_reply_format_headers_onlyJed Brown2009-11-27
* notmuch-reply.c: accept the --format=default default option.Jed Brown2009-11-27
* lib/query: Drop the first and max_messages arguments from search_messages.Carl Worth2009-11-23
* Make addresses case insensitive for the purpose of constructing replies.Jed Brown2009-11-23
* Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth2009-11-21
* Permit opening the notmuch database in read-only mode.Chris Wilson2009-11-21
* notmuch reply: Include text parts in reply, even with disposition attachment.Carl Worth2009-11-21
* reply: Pointer mismatch.Chris Wilson2009-11-19
* Make reply/show/tag all require at least one search termKeith Packard2009-11-18
* notmuch_message_file_get_header returns "" for missing headers, not NULLKeith Packard2009-11-16
* Minor whitespace touchup.Carl Worth2009-11-15
* notmuch reply: Prefer "Reply-To" header over "From" for choosing recipient.Carl Worth2009-11-13
* libnotmuch: Underlying support for doing partial-results searches.Carl Worth2009-11-12
* notmuch reply: Add Bcc to the user's primary email address.Carl Worth2009-11-12
* notmuch reply: Fish out user's address from recipient list to use as From.Carl Worth2009-11-11
* notmuch reply: Don't reply to address belonging to the user.Carl Worth2009-11-11
* Unbreak several notmuch commands after the addition of configuration.Carl Worth2009-11-11
* notmuch reply: Use GMime to construct the header for the reply.Carl Worth2009-11-11
* notmuch reply: Process headers a bit more accurately.Carl Worth2009-11-10
* notmuch reply: Add (incomplete) reply commandKeith Packard2009-11-10