]> git.notmuchmail.org Git - notmuch/history - notmuch-reply.c
NEWS: add news for fcc insert and address completion changes
[notmuch] / notmuch-reply.c
2016-09-17 Jani Nikulacli/reply: only pass gmime message to add recipients...
2016-09-17 Jani Nikulacli/reply: pass gmime message to Reply-To: redundancy...
2016-09-17 Jani Nikulacli/reply: do not parse Reply-To: header into internet...
2016-09-17 Jani Nikulacli/reply: return internet address list from get header...
2016-09-17 Jani Nikulacli/reply: check for NULL list first in scan_address_list()
2016-09-17 Jani Nikulacli/reply: use dedicated functions for reply to mapping
2016-09-17 Jani Nikulacli/reply: reduce the reply format abstractions
2016-09-17 Jani Nikulacli/reply: reuse create_reply_message() also for header...
2016-09-17 Jani Nikulacli/reply: make references header creation easier to...
2016-09-17 Jani Nikulacli/reply: reorganize create_reply_message()
2016-09-17 Jani Nikulacli/reply: unify reply format functions
2016-09-17 Jani Nikulacli/reply: reuse show_reply_headers() in headers-only...
2016-09-17 Jani Nikulacli/reply: push notmuch reply format abstraction lower...
2016-09-09 David BremnerMerge branch 'release'
2016-07-19 David BremnerMerge branch 'release'
2016-06-05 Daniel Kahn GillmorUse https instead of http where possible
2016-06-05 Daniel Kahn Gillmorupdate link to Chip Rosenthal article about reply-to...
2016-05-19 Tomi Ollilacli: tell how many messages were precisely matched...
2016-03-14 Michal Sojkadoc/reply: Clarify how reply-to header is handled
2015-11-23 David BremnerMerge branch 'release'
2015-11-19 Jani Nikulacli: content disposition values are not case-sensitive
2015-10-05 David Bremnercli: update to use new count API
2015-09-26 David BremnerMerge branch 'release'
2015-09-23 David Bremnercli: convert remainder of CLI to n_q_search_{messages...
2015-08-14 David Bremnercli: add global option "--uuid"
2015-06-27 David BremnerMerge tag '0.20.2'
2015-06-02 David BremnerMerge branch 'release'
2015-06-01 David Bremnercli: define shared options, use for --help and --version
2015-03-11 David BremnerCLI: make gpg binary used by libgmime configurable.
2015-03-09 David BremnerCLI: set up infrastructure to make path to gpg configur...
2014-03-26 Jani Nikulacli: sanitize the received header before scanning for...
2014-03-09 Jani Nikulacli: refactor reply from guessing
2014-03-03 David BremnerMerge tag 'debian/0.17-5'
2014-02-22 David BremnerMerge tag 'debian/0.17-4'
2014-01-18 Jani Nikulacli: clean up exit status code returned by the cli...
2013-08-27 John Lenzcli: add --include-html option to notmuch show
2013-08-17 Austin Clementsreply: Use RFC 2822/MIME wholly for text format template
2013-08-17 Austin Clementsreply: Remove extraneous space from generated References
2013-08-13 Austin Clementsreply: Document the reason for g_mime_filter_headers
2013-05-26 David BremnerMerge branch 'release'
2013-03-08 Jani Nikulacli: move config open/close to main() from subcommands
2013-03-07 Jani Nikulacli: config: make notmuch_config_open() "is new" parame...
2012-12-16 Austin Clementsreply: Support --format-version
2012-12-08 Peter FeiglUse the S-Expression structured printer in notmuch...
2012-12-08 Peter FeiglRename the -json printer functions in notmuch-reply...
2012-08-12 Austin Clementsreply: Convert JSON format to use sprinter
2012-08-03 Austin Clementsshow: Convert format_headers_json to use sprinter
2012-08-03 Austin Clementsshow: Feed the sprinter down to part formatters
2012-08-03 Austin Clementsreply: Create a JSON sprinter
2012-07-24 Mark Walterscli: add --body=true|false option to notmuch-show.c
2012-06-10 Jameson Graef Rollinscli: use new notmuch_crypto_get_context in mime-node.c
2012-06-10 Jameson Graef Rollinscli: new crypto verify flag to handle verification
2012-06-10 Jameson Graef Rollinscli: modify mime_node_open to take new crypto struct...
2012-06-10 Jameson Graef Rollinscli: modify show and reply to use new crypto struct
2012-06-03 David BremnerMerge tag '0.13.2'
2012-05-29 David BremnerMerge branch 'release'
2012-05-25 Jani Nikulacli: also use Delivered-To header to figure out the...
2012-05-24 David BremnerMerge branch 'release'
2012-05-24 Jani Nikulacli: clean up user address matching code in guess_from_...
2012-05-24 Jani Nikulacli: add user address matching helpers for notmuch...
2012-05-05 Austin Clementslib/cli: Make notmuch_database_open return a status...
2012-04-28 Justus WinterUse notmuch_database_destroy instead of notmuch_databas...
2012-03-31 Austin Clementsreply: Move reply citation printing to the recursive...
2012-03-31 Austin Clementsreply: Convert default reply format to self-recursive...
2012-03-31 Austin Clementsshow/reply: Unify the code that extracts text parts
2012-03-20 David BremnerMerge tag 'debian/0.12-1'
2012-03-20 David BremnerMerge tag '0.12'
2012-03-20 David BremnerMerge branch 'release'
2012-03-20 Adam Wolfe Gordonreply: Add a JSON reply format.
2012-03-20 Adam Wolfe Gordonreply: Factor out reply creation
2012-02-12 Jani Nikulacli: use notmuch_bool_t for boolean fields in notmuch_s...
2012-02-04 David BremnerMerge commit '0.11.1'
2012-01-25 Austin Clementsshow: Introduce mime_node formatter callback
2012-01-21 Thomas JostAdd compatibility with gmime 2.6
2012-01-17 Jani Nikulacli: pick the user's address in a group list as from...
2012-01-14 Jani Nikulacli: add support for replying just to the sender in...
2012-01-14 Jani Nikulacli: slightly refactor "notmuch reply" address scanning...
2012-01-14 David BremnerMerge branch 'release'
2012-01-09 Sebastian SpaethMerge branch 'master' of ssh://notmuchmail.org/git...
2012-01-09 Jani Nikulacli: fix use of uninitialized variable in "notmuch...
2012-01-09 Jani Nikulacli: convert "notmuch reply" to use the new argument...
2012-01-09 Jani Nikulacli: fix use of uninitialized variable in "notmuch...
2011-12-26 Austin Clementsshow: Pass notmuch_message_t instead of path to show_me...
2011-10-22 David Bremnercli: change argument parsing convention for subcommands
2011-10-06 Jameson Graef RollinsIgnore "application/pgp-*" parts in reply.
2011-10-06 Jameson Graef RollinsFix notmuch-reply to not output "Non-text part:" lines...
2011-09-06 Jameson Graef RollinsImprove handling of message/rfc822 parts by adding...
2011-07-18 David BremnerMerge commit '0.6.1'
2011-07-10 David BremnerMerge commit '0.6'
2011-06-24 David BremnerMerge remote-tracking branch 'origin/master'
2011-06-23 Pieter Praetfix sum moar typos [comments in source code]
2011-06-15 Dmitry KurochkinFix indentation in guess_from_received_header().
2011-06-15 Dmitry KurochkinFix memory leak in guess_from_received_header().
2011-06-15 Dmitry KurochkinFix double free in guess_from_received_header().
2011-06-04 Daniel Kahn GillmorUse stock GMimeSession by default
2011-05-27 Jameson Graef RollinsAdd decryption of PGP/MIME-encrypted parts with --decrypt.
2011-05-27 Jameson Graef RollinsAdd signature verification of PGP/MIME-signed parts...
2011-05-27 Jameson Graef RollinsBreak up format->part function into part_start and...
2011-05-27 Jameson Graef RollinsUse empty strings instead of NULL in format_reply struc...
2011-05-27 Jameson Graef RollinsIntegrate reply_part_content function into reply_part...
next