aboutsummaryrefslogtreecommitdiff
path: root/notmuch-reply.c
AgeCommit message (Expand)Author
2012-01-14cli: slightly refactor "notmuch reply" address scanning functionsJani Nikula
2012-01-09cli: convert "notmuch reply" to use the new argument parserJani Nikula
2012-01-09cli: fix use of uninitialized variable in "notmuch reply"Jani Nikula
2011-12-25show: Pass notmuch_message_t instead of path to show_message_body.Austin Clements
2011-10-22cli: change argument parsing convention for subcommandsDavid Bremner
2011-10-06Ignore "application/pgp-*" parts in reply.Jameson Graef Rollins
2011-10-06Fix notmuch-reply to not output "Non-text part:" lines for non-leafnode parts.Jameson Graef Rollins
2011-09-05Improve handling of message/rfc822 parts by adding a new header_message_part function to the formating structure.Jameson Graef Rollins
2011-06-23fix sum moar typos [comments in source code]Pieter Praet
2011-06-15Fix indentation in guess_from_received_header().Dmitry Kurochkin
2011-06-15Fix memory leak in guess_from_received_header().Dmitry Kurochkin
2011-06-15Fix double free in guess_from_received_header().Dmitry Kurochkin
2011-06-03Use stock GMimeSession by defaultDaniel Kahn Gillmor
2011-05-27Add decryption of PGP/MIME-encrypted parts with --decrypt.Jameson Graef Rollins
2011-05-27Add signature verification of PGP/MIME-signed parts with --verify.Jameson Graef Rollins
2011-05-27Break up format->part function into part_start and part_content functions.Jameson Graef Rollins
2011-05-27Use empty strings instead of NULL in format_reply structure.Jameson Graef Rollins
2011-05-27Integrate reply_part_content function into reply_part function.Jameson Graef Rollins
2011-05-27Simplify reply_part function to eliminate redundant code paths.Jameson Graef Rollins
2011-05-23New part output handling as option to notmuch-show.Jameson Graef Rollins
2011-05-23add part_sep formatter to replace "first" argument to part format functionsJameson Graef Rollins
2011-05-20pass entire format structure to various show_message functionsJameson Graef Rollins
2011-05-17notmuch show: Properly nest MIME parts within mulipart partsCarl Worth
2010-10-27notmuch: Eliminate some const-correctness warnings.Carl Worth
2010-10-27Remove bcc header from notmuch reply.Jameson Rollins
2010-04-27Rename already used counter var iAneesh Kumar K.V
2010-04-26Rearchitect From: header guessing code for repliesDirk Hohndel
2010-04-24notmuch reply: Handle notmuch_message_get_header returning NULL.Carl Worth
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