summaryrefslogtreecommitdiffstats
path: root/notmuch-client.h
AgeCommit message (Expand)Author
2012-01-21Add compatibility with gmime 2.6Thomas Jost
2012-01-16search: Support automatic tag exclusionsAustin Clements
2011-12-25Utility function to seek in MIME trees in depth-first order.Austin Clements
2011-12-25Introduce a generic tree-like abstraction for MIME traversal.Austin Clements
2011-12-25show: Pass notmuch_message_t instead of path to show_message_body.Austin Clements
2011-12-11cli: introduce the concept of user defined hooksJani Nikula
2011-12-08command-line-arguments.[ch]: new argument parsing framework for notmuch.David Bremner
2011-09-05Improve handling of message/rfc822 parts by adding a new header_message_part ...Jameson Graef Rollins
2011-06-03Use stock GMimeSession by defaultDaniel Kahn Gillmor
2011-05-27Add decryption of PGP/MIME-encrypted parts with --decrypt.Jameson Graef Rollins
2011-05-27Add signature verification of PGP/MIME-signed parts with --verify.Jameson Graef Rollins
2011-05-27Break up format->part function into part_start and part_content functions.Jameson Graef Rollins
2011-05-23New part output handling as option to notmuch-show.Jameson Graef Rollins
2011-05-23rename do_show_raw to do_show_single, and create params.raw for raw message o...Jameson Graef Rollins
2011-05-23add part_sep formatter to replace "first" argument to part format functionsJameson Graef Rollins
2011-05-23create notmuch_show_params_t structure for holding parameters passed to show ...Jameson Graef Rollins
2011-05-20pass entire format structure to various show_message functionsJameson Graef Rollins
2011-05-17notmuch show: Properly nest MIME parts within mulipart partsCarl Worth
2010-11-11Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-11-05Add 'cat' subcommandMichal Sojka
2010-10-27notmuch: Add a new "notmuch config" command for querying configuration.Carl Worth
2010-04-23Sprinkle some const-correctness around new_tags.Carl Worth
2010-04-23notmuch-config: make new message tags configurableBen Gamari
2010-04-05notmuch: Correctly terminate text/* parts in JSON outputDavid Edmondson
2010-04-02Merge remote branch 'dme/dme-for-cworth'Carl Worth
2010-04-02notmuch: Add a version (0.1 initially) with a new --version option.Carl Worth
2010-04-02notmuch: Add a 'part' subcommandDavid Edmondson
2010-02-23Add an "--format=(json|text)" command-line option to both notmuch-search and ...Scott Robinson
2010-01-06Make the add_files function static within notmuch-new.c.Carl Worth
2010-01-06notmuch new: Remove hack to ignore read-only directories in mail store.Carl Worth
2009-12-01Makefile: Incorporate getline implementation into the build.Carl Worth
2009-11-26notmuch: New command 'search-tags'.Jan Janak
2009-11-23Add 'notmuch count' command to show the count of matching messagesKeith Packard
2009-11-23ANSI escapes in "new" only when output is a ttyAdrian Perez
2009-11-23Support for printing file paths in new commandAdrian Perez
2009-11-22notmuch-new: Only install SIGALRM if not running under gdbChris Wilson
2009-11-17notmuch help: Update documentation (following recent text from notmuch.1)Carl Worth
2009-11-17Add some const correctness to talloc 'ctx' parameter.Carl Worth
2009-11-12notmuch search: Add --first and --max-threads options for incremental search.Carl Worth
2009-11-11notmuch: Move welcome messages from "notmuch" to "notmuch setup".Carl Worth
2009-11-11notmuch: Add a configuration system.Carl Worth
2009-11-10notmuch reply: Add (incomplete) reply commandKeith Packard
2009-11-10notmuch: Break notmuch.c up into several smaller files.Carl Worth