index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
notmuch-client.h
Age
Commit message (
Expand
)
Author
2011-12-11
cli: introduce the concept of user defined hooks
Jani Nikula
2011-12-08
command-line-arguments.[ch]: new argument parsing framework for notmuch.
David Bremner
2011-09-05
Improve handling of message/rfc822 parts by adding a new header_message_part function to the formating structure.
Jameson Graef Rollins
2011-06-03
Use stock GMimeSession by default
Daniel Kahn Gillmor
2011-05-27
Add decryption of PGP/MIME-encrypted parts with --decrypt.
Jameson Graef Rollins
2011-05-27
Add signature verification of PGP/MIME-signed parts with --verify.
Jameson Graef Rollins
2011-05-27
Break up format->part function into part_start and part_content functions.
Jameson Graef Rollins
2011-05-23
New part output handling as option to notmuch-show.
Jameson Graef Rollins
2011-05-23
rename do_show_raw to do_show_single, and create params.raw for raw message output
Jameson Graef Rollins
2011-05-23
add part_sep formatter to replace "first" argument to part format functions
Jameson Graef Rollins
2011-05-23
create notmuch_show_params_t structure for holding parameters passed to show functions.
Jameson Graef Rollins
2011-05-20
pass entire format structure to various show_message functions
Jameson Graef Rollins
2011-05-17
notmuch show: Properly nest MIME parts within mulipart parts
Carl Worth
2010-11-11
Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flags
Carl Worth
2010-11-10
Make maildir synchronization configurable
Michal Sojka
2010-11-05
Add 'cat' subcommand
Michal Sojka
2010-10-27
notmuch: Add a new "notmuch config" command for querying configuration.
Carl Worth
2010-04-23
Sprinkle some const-correctness around new_tags.
Carl Worth
2010-04-23
notmuch-config: make new message tags configurable
Ben Gamari
2010-04-05
notmuch: Correctly terminate text/* parts in JSON output
David Edmondson
2010-04-02
Merge remote branch 'dme/dme-for-cworth'
Carl Worth
2010-04-02
notmuch: Add a version (0.1 initially) with a new --version option.
Carl Worth
2010-04-02
notmuch: Add a 'part' subcommand
David Edmondson
2010-02-23
Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.
Scott Robinson
2010-01-06
Make the add_files function static within notmuch-new.c.
Carl Worth
2010-01-06
notmuch new: Remove hack to ignore read-only directories in mail store.
Carl Worth
2009-12-01
Makefile: Incorporate getline implementation into the build.
Carl Worth
2009-11-26
notmuch: New command 'search-tags'.
Jan Janak
2009-11-23
Add 'notmuch count' command to show the count of matching messages
Keith Packard
2009-11-23
ANSI escapes in "new" only when output is a tty
Adrian Perez
2009-11-23
Support for printing file paths in new command
Adrian Perez
2009-11-22
notmuch-new: Only install SIGALRM if not running under gdb
Chris Wilson
2009-11-17
notmuch help: Update documentation (following recent text from notmuch.1)
Carl Worth
2009-11-17
Add some const correctness to talloc 'ctx' parameter.
Carl Worth
2009-11-12
notmuch search: Add --first and --max-threads options for incremental search.
Carl Worth
2009-11-11
notmuch: Move welcome messages from "notmuch" to "notmuch setup".
Carl Worth
2009-11-11
notmuch: Add a configuration system.
Carl Worth
2009-11-10
notmuch reply: Add (incomplete) reply command
Keith Packard
2009-11-10
notmuch: Break notmuch.c up into several smaller files.
Carl Worth