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