aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
Commit message (Expand)AuthorAge
* dump: support gzipped and atomic outputGravatar David Bremner2014-04-12
* cli: abstract dump file open from the dump commandGravatar Jani Nikula2014-03-30
* search: Add stable queries to thread search resultsGravatar Austin Clements2013-11-08
* cli: Separate current and deprecated format versionGravatar Austin Clements2013-11-08
* notmuch-compact: Initial commit of CLIGravatar Ben Gamari2013-10-09
* cli: add --include-html option to notmuch showGravatar John Lenz2013-08-27
* cli: add insert commandGravatar Peter Wang2013-06-29
* revert: Removed top level --stderr= optionGravatar Tomi Ollila2013-06-24
* cli: add global option --stderr=FILEGravatar Tomi Ollila2013-05-29
* cli: move config open/close to main() from subcommandsGravatar Jani Nikula2013-03-08
* cli: config: make notmuch_config_open() "is new" parameter input onlyGravatar Jani Nikula2013-03-07
* cli: config: keep track of whether the config is newly createdGravatar Jani Nikula2013-03-07
* util: add talloc-extra.[ch]Gravatar David Bremner2012-12-30
* cli: Framework for structured output versioningGravatar Austin Clements2012-12-16
* Rename the -json printer functions in notmuch-reply and notmuch-show to gener...Gravatar Peter Feigl2012-12-08
* show: Remove now unused fields from notmuch_show_formatGravatar Austin Clements2012-08-03
* show: Convert format_headers_json to use sprinterGravatar Austin Clements2012-08-03
* show: Feed the sprinter down to part formattersGravatar Austin Clements2012-08-03
* show: Associate an sprinter with each formatGravatar Austin Clements2012-08-03
* cli: add --body=true|false option to notmuch-show.cGravatar Mark Walters2012-07-24
* cli: Let json output "null" messages for non --entire-threadGravatar Mark Walters2012-06-29
* cli: use new notmuch_crypto_get_context in mime-node.cGravatar Jameson Graef Rollins2012-06-10
* cli: new crypto verify flag to handle verificationGravatar Jameson Graef Rollins2012-06-10
* cli: modify mime_node_open to take new crypto struct as argumentGravatar Jameson Graef Rollins2012-06-10
* cli: modify show and reply to use new crypto structGravatar Jameson Graef Rollins2012-06-10
* cli: new crypto structure to store crypto contexts and parameters, and functi...Gravatar Jameson Graef Rollins2012-06-10
* cli: use new typedef to deal with gmime 2.4/2.6 context incompatibilityGravatar Jameson Graef Rollins2012-06-10
* show: Remove unused fields from notmuch_show_formatGravatar Austin Clements2012-04-15
* Remove show-message.cGravatar Austin Clements2012-04-15
* cli: move show to the new --exclude= option naming scheme.Gravatar Mark Walters2012-04-07
* show/reply: Unify the code that extracts text partsGravatar Austin Clements2012-03-31
* reply: Add a JSON reply format.Gravatar Adam Wolfe Gordon2012-03-19
* show: Allow formatters to return errorsGravatar Austin Clements2012-03-18
* add support for user-specified files & directories to ignoreGravatar Tomi Ollila2012-02-17
* 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
* mime node: Record depth-first part numbersGravatar Austin Clements2012-01-25
* search: rename auto_exclude_tags to {search, }exclude_tagsGravatar Pieter Praet2012-01-23
* Add compatibility with gmime 2.6Gravatar Thomas Jost2012-01-21
* search: Support automatic tag exclusionsGravatar Austin Clements2012-01-16
* Utility function to seek in MIME trees in depth-first order.Gravatar Austin Clements2011-12-25
* Introduce a generic tree-like abstraction for MIME traversal.Gravatar Austin Clements2011-12-25
* show: Pass notmuch_message_t instead of path to show_message_body.Gravatar Austin Clements2011-12-25
* cli: introduce the concept of user defined hooksGravatar Jani Nikula2011-12-11
* command-line-arguments.[ch]: new argument parsing framework for notmuch.Gravatar David Bremner2011-12-08
* Improve handling of message/rfc822 parts by adding a new header_message_part ...Gravatar Jameson Graef Rollins2011-09-05
* 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