aboutsummaryrefslogtreecommitdiff
path: root/notmuch-client.h
Commit message (Expand)AuthorAge
* show: Remove now unused fields from notmuch_show_formatAustin Clements2012-08-03
* show: Convert format_headers_json to use sprinterAustin Clements2012-08-03
* show: Feed the sprinter down to part formattersAustin Clements2012-08-03
* show: Associate an sprinter with each formatAustin Clements2012-08-03
* cli: add --body=true|false option to notmuch-show.cMark Walters2012-07-24
* cli: Let json output "null" messages for non --entire-threadMark Walters2012-06-29
* cli: use new notmuch_crypto_get_context in mime-node.cJameson Graef Rollins2012-06-10
* cli: new crypto verify flag to handle verificationJameson Graef Rollins2012-06-10
* cli: modify mime_node_open to take new crypto struct as argumentJameson Graef Rollins2012-06-10
* cli: modify show and reply to use new crypto structJameson Graef Rollins2012-06-10
* cli: new crypto structure to store crypto contexts and parameters, and functi...Jameson Graef Rollins2012-06-10
* cli: use new typedef to deal with gmime 2.4/2.6 context incompatibilityJameson Graef Rollins2012-06-10
* show: Remove unused fields from notmuch_show_formatAustin Clements2012-04-15
* Remove show-message.cAustin Clements2012-04-15
* cli: move show to the new --exclude= option naming scheme.Mark Walters2012-04-07
* show/reply: Unify the code that extracts text partsAustin Clements2012-03-31
* reply: Add a JSON reply format.Adam Wolfe Gordon2012-03-19
* show: Allow formatters to return errorsAustin Clements2012-03-18
* add support for user-specified files & directories to ignoreTomi Ollila2012-02-17
* cli: use notmuch_bool_t for boolean fields in notmuch_show_params_tJani Nikula2012-02-12
* show: Introduce mime_node formatter callbackAustin Clements2012-01-25
* mime node: Record depth-first part numbersAustin Clements2012-01-25
* search: rename auto_exclude_tags to {search, }exclude_tagsPieter Praet2012-01-23
* Add compatibility with gmime 2.6Thomas Jost2012-01-21
* search: Support automatic tag exclusionsAustin Clements2012-01-16
* Utility function to seek in MIME trees in depth-first order.Austin Clements2011-12-25
* Introduce a generic tree-like abstraction for MIME traversal.Austin Clements2011-12-25
* show: Pass notmuch_message_t instead of path to show_message_body.Austin Clements2011-12-25
* cli: introduce the concept of user defined hooksJani Nikula2011-12-11
* command-line-arguments.[ch]: new argument parsing framework for notmuch.David Bremner2011-12-08
* Improve handling of message/rfc822 parts by adding a new header_message_part ...Jameson Graef Rollins2011-09-05
* Use stock GMimeSession by defaultDaniel Kahn Gillmor2011-06-03
* Add decryption of PGP/MIME-encrypted parts with --decrypt.Jameson Graef Rollins2011-05-27
* Add signature verification of PGP/MIME-signed parts with --verify.Jameson Graef Rollins2011-05-27
* Break up format->part function into part_start and part_content functions.Jameson Graef Rollins2011-05-27
* New part output handling as option to notmuch-show.Jameson Graef Rollins2011-05-23
* rename do_show_raw to do_show_single, and create params.raw for raw message o...Jameson Graef Rollins2011-05-23
* add part_sep formatter to replace "first" argument to part format functionsJameson Graef Rollins2011-05-23
* create notmuch_show_params_t structure for holding parameters passed to show ...Jameson Graef Rollins2011-05-23
* pass entire format structure to various show_message functionsJameson Graef Rollins2011-05-20
* notmuch show: Properly nest MIME parts within mulipart partsCarl Worth2011-05-17
* Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth2010-11-11
* Make maildir synchronization configurableMichal Sojka2010-11-10
* Add 'cat' subcommandMichal Sojka2010-11-05
* notmuch: Add a new "notmuch config" command for querying configuration.Carl Worth2010-10-27
* Sprinkle some const-correctness around new_tags.Carl Worth2010-04-23
* notmuch-config: make new message tags configurableBen Gamari2010-04-23
* notmuch: Correctly terminate text/* parts in JSON outputDavid Edmondson2010-04-05
* Merge remote branch 'dme/dme-for-cworth'Carl Worth2010-04-02
|\
| * notmuch: Add a 'part' subcommandDavid Edmondson2010-04-02