aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
Commit message (Expand)AuthorAge
* 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
* New part output handling as option to notmuch-show.Gravatar Jameson Graef Rollins2011-05-23
* rename do_show_raw to do_show_single, and create params.raw for raw message o...Gravatar Jameson Graef Rollins2011-05-23
* add part_sep formatter to replace "first" argument to part format functionsGravatar Jameson Graef Rollins2011-05-23
* create notmuch_show_params_t structure for holding parameters passed to show ...Gravatar 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
* Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsGravatar Carl Worth2010-11-11
* Make maildir synchronization configurableGravatar Michal Sojka2010-11-10
* Add 'cat' subcommandGravatar Michal Sojka2010-11-05
* notmuch: Add a new "notmuch config" command for querying configuration.Gravatar Carl Worth2010-10-27
* Sprinkle some const-correctness around new_tags.Gravatar Carl Worth2010-04-23
* notmuch-config: make new message tags configurableGravatar Ben Gamari2010-04-23
* notmuch: Correctly terminate text/* parts in JSON outputGravatar David Edmondson2010-04-05
* Merge remote branch 'dme/dme-for-cworth'Gravatar Carl Worth2010-04-02
|\
* | notmuch: Add a version (0.1 initially) with a new --version option.Gravatar Carl Worth2010-04-02
| * notmuch: Add a 'part' subcommandGravatar David Edmondson2010-04-02
|/
* Add an "--format=(json|text)" command-line option to both notmuch-search and ...Gravatar Scott Robinson2010-02-23
* Make the add_files function static within notmuch-new.c.Gravatar Carl Worth2010-01-06
* notmuch new: Remove hack to ignore read-only directories in mail store.Gravatar Carl Worth2010-01-06
* Makefile: Incorporate getline implementation into the build.Gravatar Carl Worth2009-12-01