aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-reply.c
Commit message (Expand)AuthorAge
* cli: use notmuch_bool_t for boolean fields in notmuch_show_params_tGravatar Jani Nikula2012-02-12
* show: Introduce mime_node formatter callbackGravatar Austin Clements2012-01-25
* Add compatibility with gmime 2.6Gravatar Thomas Jost2012-01-21
* cli: pick the user's address in a group list as from addressGravatar Jani Nikula2012-01-16
* cli: add support for replying just to the sender in "notmuch reply"Gravatar Jani Nikula2012-01-14
* cli: slightly refactor "notmuch reply" address scanning functionsGravatar Jani Nikula2012-01-14
* cli: convert "notmuch reply" to use the new argument parserGravatar Jani Nikula2012-01-09
* cli: fix use of uninitialized variable in "notmuch reply"Gravatar Jani Nikula2012-01-09
* show: Pass notmuch_message_t instead of path to show_message_body.Gravatar Austin Clements2011-12-25
* cli: change argument parsing convention for subcommandsGravatar David Bremner2011-10-22
* Ignore "application/pgp-*" parts in reply.Gravatar Jameson Graef Rollins2011-10-06
* Fix notmuch-reply to not output "Non-text part:" lines for non-leafnode parts.Gravatar Jameson Graef Rollins2011-10-06
* Improve handling of message/rfc822 parts by adding a new header_message_part ...Gravatar Jameson Graef Rollins2011-09-05
* fix sum moar typos [comments in source code]Gravatar Pieter Praet2011-06-23
* Fix indentation in guess_from_received_header().Gravatar Dmitry Kurochkin2011-06-15
* Fix memory leak in guess_from_received_header().Gravatar Dmitry Kurochkin2011-06-15
* Fix double free in guess_from_received_header().Gravatar Dmitry Kurochkin2011-06-15
* Use stock GMimeSession by defaultGravatar Daniel Kahn Gillmor2011-06-03
* Add decryption of PGP/MIME-encrypted parts with --decrypt.Gravatar Jameson Graef Rollins2011-05-27
* Add signature verification of PGP/MIME-signed parts with --verify.Gravatar Jameson Graef Rollins2011-05-27
* Break up format->part function into part_start and part_content functions.Gravatar Jameson Graef Rollins2011-05-27
* Use empty strings instead of NULL in format_reply structure.Gravatar Jameson Graef Rollins2011-05-27
* Integrate reply_part_content function into reply_part function.Gravatar Jameson Graef Rollins2011-05-27
* Simplify reply_part function to eliminate redundant code paths.Gravatar Jameson Graef Rollins2011-05-27
* New part output handling as option to notmuch-show.Gravatar Jameson Graef Rollins2011-05-23
* add part_sep formatter to replace "first" argument to part format functionsGravatar Jameson Graef Rollins2011-05-23
* pass entire format structure to various show_message functionsGravatar Jameson Graef Rollins2011-05-20
* notmuch show: Properly nest MIME parts within mulipart partsGravatar Carl Worth2011-05-17
* notmuch: Eliminate some const-correctness warnings.Gravatar Carl Worth2010-10-27
* Remove bcc header from notmuch reply.Gravatar Jameson Rollins2010-10-27
* Rename already used counter var iGravatar Aneesh Kumar K.V2010-04-27
* Rearchitect From: header guessing code for repliesGravatar Dirk Hohndel2010-04-26
* notmuch reply: Handle notmuch_message_get_header returning NULL.Gravatar Carl Worth2010-04-24
* Decode headers in replyGravatar Michal Sojka2010-04-13
* Fix code extracting the MTA from Received: headersGravatar Dirk Hohndel2010-04-07
* notmuch-reply: Remove stray brace.Gravatar Carl Worth2010-04-07
* notmuch-reply: Remove a useless level of nesting.Gravatar Carl Worth2010-04-06
* notmuch-reply: Fix some whitespace issues.Gravatar Carl Worth2010-04-06
* guess From address from Received headersGravatar Dirk Hohndel2010-04-06
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* notmuch reply: Rename the mailing_list_munged_reply_to functionGravatar Carl Worth2010-02-04
* notmuch reply: Prevent GMIME assertion complaints for empty Reply-to header.Gravatar Carl Worth2010-02-04
* notmuch reply: Use strstr instead of strcasestr for portability.Gravatar Carl Worth2010-02-04
* notmuch reply: Fix the support for reply-to un-munging.Gravatar Carl Worth2010-02-04
* notmuch-reply: Add missing whitespace.Gravatar Carl Worth2010-02-04
* notmuch-reply.c: Handle munged `Reply-To' headers.Gravatar Jed Brown2010-02-04
* notmuch-reply.c: Factor adding recipients into common functionGravatar Jed Brown2010-02-04
* notmuch-reply: Display reply message part using UTF-8.Gravatar Kan-Ru Chen2009-12-03
* reply --format=headers-only: set In-Reply-To header, with ID *last* in Refere...Gravatar Jed Brown2009-11-27
* notmuch-reply.c: implement notmuch_reply_format_headers_onlyGravatar Jed Brown2009-11-27