]> git.notmuchmail.org Git - notmuch/history - notmuch.c
configure: Clarify pkg-config warning now that Makefile does not invoke pkg-config.
[notmuch] / notmuch.c
2009-11-28 Jed BrownDocumentation for notmuch reply --format=(default|heade...
2009-11-27 Bart TrojanowskiMerge remote branch 'origin/master' into vim
2009-11-26 Jan Janaksearch-tags: Add support for search-terms.
2009-11-26 Jan Janaknotmuch: New command 'search-tags'.
2009-11-24 Carl WorthMerge buttons-for-body-and-headers branch.
2009-11-24 Carl Worthnotmuch search: Remove the chunked-searching hack.
2009-11-24 Carl WorthFix printing of literal '%' in help message.
2009-11-23 Carl WorthAdd rudimentary date-based search.
2009-11-23 Keith PackardAdd 'notmuch count' command to show the count of matchi...
2009-11-23 Alec BerrymanSupport multiple configuration files via $NOTMUCH_CONFIG
2009-11-23 Adrian PerezSupport for printing file paths in new command
2009-11-18 Carl Worthnotmuch main(): Remove stale comment.
2009-11-18 Lars Kellogg-Stedmannotmuch help: Print to stdout, not to stderr.
2009-11-18 Carl Worthnotmuch help: Update documentation (following recent...
2009-11-12 Carl Worthnotmuch new: Unbreak after the addition of notmuch...
2009-11-12 Carl Worthnotmuch: Make the command of "notmuch" walk the user...
2009-11-12 Carl Worthnotmuch: Move welcome messages from "notmuch" to "notmu...
2009-11-12 Carl Worthnotmuch: Add a configuration system.
2009-11-11 Carl Worthnotmuch reply: Use GMime to construct the header for...
2009-11-10 Keith Packardnotmuch reply: Add (incomplete) reply command
2009-11-10 Carl Worthnotmuch: Break notmuch.c up into several smaller files.
2009-11-09 Carl Worthnotmuch setup: Remove a debugging print.
2009-11-06 Carl Worthnotmuch show: Don't show the subject line twice.
2009-11-05 Carl Worthnotmuch show: Move subject from one-line summary down...
2009-11-05 Carl WorthUpdate notmuch man page with recently-added documentation.
2009-11-05 Carl Worthnotmuch search: Document the from, to, and subject...
2009-11-05 Carl Worthnotmuch show: Fix to work with any search string rather...
2009-11-04 Carl Worthnotmuch show: Add filename to output (next to message...
2009-11-04 Carl Worthnotmuch show: Fix misplaced g_object_unref leading...
2009-11-03 Carl Worthnotmuch show: Remove custom "unread" hack, (printing...
2009-11-03 Carl Worthnotmuch show: Print tags for each message.
2009-11-03 Carl WorthHide bodies of message that have already been read.
2009-11-03 Carl Worthnotmuch show: Switch to control character to mark secti...
2009-11-03 Carl WorthTweak relative dates to be close to the same length.
2009-11-02 Carl Worthnotmuch show: Don't print non-text MIME parts.
2009-11-02 Carl WorthPrint "part" markers for each MIME part (with Content...
2009-11-02 Carl Worthnotmuch show: Use GMime to decode messages.
2009-11-02 Carl WorthAdd a simple manual page for notmuch.
2009-10-31 Carl Worthnotmuch: Add a talloc context argument to each top...
2009-10-31 Carl WorthRename message_results/thread_results to messages/threads.
2009-10-31 Carl Worthnotmuch: Reference help, don't print it for unknown...
2009-10-30 Carl WorthFix relative date formatting to not split one day into...
2009-10-30 Carl Worthnotmuch search: Add (relative) date to search output
2009-10-30 Carl Worthnotmuch show: Add a one-line summary of the message...
2009-10-29 Carl Worthnotmuch show: Trim down header list.
2009-10-29 Carl Worthnotmuch show: Add body of message as well.
2009-10-29 Carl Worthnotmuch show: Initial implementation (headers only)
2009-10-28 Carl WorthFix add_message and get_filename to strip/re-add the...
2009-10-28 Carl Worthnotmuch setup/new: Print progress once per second inste...
2009-10-28 Carl Worthnotmuch search: Clarify documentation of implicit Boole...
2009-10-28 Carl Worthnotmuch help: Review and augment all of the "notmuch...
2009-10-28 Carl Worthnotmuch help: Be less verbose by default and support...
2009-10-28 Carl WorthAdd new "notmuch tag" command for adding/removing tags.
2009-10-27 Carl WorthMerge branch to fix broken "notmuch setup" and "notmuch...
2009-10-27 Carl WorthFix "notmuch new" (bad performance, and no committing...
2009-10-27 Carl WorthUnbreak the "notmuch setup" command.
2009-10-27 Carl Worthnotmuch restore: Fix to remove all tags before adding...
2009-10-27 Carl Worthnotmuch restore: Don't bother printing tag values.
2009-10-27 Carl Worthadd_message: Add an optional parameter for getting...
2009-10-27 Carl WorthFix incorrect name of _notmuch_thread_get_subject.
2009-10-27 Carl WorthAdd public notmuch_thread_get_subject
2009-10-26 Carl WorthRemove all calls to g_strdup_printf
2009-10-26 Carl WorthAdd notmuch_thread_get_tags
2009-10-26 Carl Worthtags: Re-implement tags iterator to avoid having C...
2009-10-26 Carl Worthnotmuch restore: Fix leak of FILE* object.
2009-10-26 Carl WorthAdd an initial implementation of a notmuch_thread_t...
2009-10-26 Carl WorthRename notmuch_query_search to notmuch_query_search_mes...
2009-10-25 Carl WorthAdd -Wswitch-enum and fix warnings.
2009-10-25 Carl WorthAdd -Wmising-declarations and fix warnings.
2009-10-25 Carl WorthRe-enable the warning for unused parameters.
2009-10-25 Carl WorthAdd -Wextra and fix warnings.
2009-10-25 Carl WorthAdd an INTERNAL_ERROR macro and use it for all internal...
2009-10-25 Carl Worthnotmuch dump: Eliminate extra space in error message.
2009-10-25 Carl WorthMove read-only-archive hint from "notmuch setup" to...
2009-10-25 Carl WorthAdd a preliminary "notmuch search" command.
2009-10-25 Carl Worthnotmuch setup/new: Propagate failure from notmuch_datab...
2009-10-24 Carl WorthRevert "Remove some unneeded initializers."
2009-10-24 Carl WorthCut the enthusiasm a bit.
2009-10-24 Carl WorthMake "notmuch new" ignore directories that are read...
2009-10-23 Carl Worthadd_files: Pull one stat out of the recrusive function.
2009-10-23 Carl WorthMore fixing of plurals.
2009-10-23 Carl WorthMore care in final status reporting.
2009-10-23 Carl WorthPrint a better message than "0s" for zero seconds.
2009-10-23 Carl WorthAdd new "notmuch new" command.
2009-10-23 Carl Worthadd_files: Change to return a status value instead...
2009-10-23 Carl Worthnotmuch setup: Clean up the progress printing a bit.
2009-10-23 Carl WorthRemove some unneeded initializers.
2009-10-23 Carl Worthnotmuch setup: Fix a couple of error paths.
2009-10-23 Carl WorthAdd notmuch_database_set_timestamp and notmuch_database...
2009-10-23 Carl Worthnotmuch restore: Print names of tags that cannot be...
2009-10-22 Carl WorthMerge branch from fixing up bugs after bisecting.
2009-10-21 Carl WorthAdd notmuch_status_to_string function.
2009-10-21 Carl WorthImplement "notmuch restore".
2009-10-21 Carl WorthPull out a chomp_newline function from "notmuch setup"
2009-10-21 Carl Worthnotmuch dump: Fix to print spaces between tags.
2009-10-21 Carl Worthnotmuch dump: Fix buffer overrun in error message.
2009-10-21 Carl Worthnotmuch setup: Print a few protecting spaces after...
2009-10-21 Carl Worthquery: Remove the magic NOTMUCH_QUERY_ALL
2009-10-21 Carl Worthnotmuch dump: Free each message as it's used.
2009-10-21 Carl WorthImplement 'notmuch dump'.
next