]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2009-11-03 Carl Worthnotmuch show: Remove custom "unread" hack, (printing...
2009-11-03 Carl Worthnotmuch.el: Add + and - bindings to add/remove tags...
2009-11-03 Carl Worthnotmuch show: Print tags for each message.
2009-11-03 Carl Worthnotmuch.el: Preserve current thread when refreshing...
2009-11-03 Carl Worthnotmuch.el: Add an '=' key to refresh the current view.
2009-11-03 Carl Worthnotmuch.el: Mark messages read when the (n)ext keybindi...
2009-11-03 Carl Worthnotmuch.el: Hide citations and signatures.
2009-11-03 Carl WorthHide bodies of message that have already been read.
2009-11-03 Carl Worthnotmuch.el: Hide email headers by default.
2009-11-03 Carl Worthnotmuch show: Switch to control character to mark secti...
2009-11-03 Carl Worthnotmuch.el: Make 'n' and 'p' bring the current message...
2009-11-03 Carl Worthnotmuch.el: Add (n)ext and (p)revious bindings to notmu...
2009-11-03 Carl WorthTODO: Add an idea from talking with keithp on the train.
2009-11-03 Carl Worthnotmuch.el: Add '<' and '>' bindings to goto first...
2009-11-03 Carl WorthTODO: Organize tasks based on emacs interface, command...
2009-11-03 Carl Worthnotmuch.el: Add commands to (s)earch globally, and...
2009-11-03 Carl WorthTweak relative dates to be close to the same length.
2009-11-03 Carl WorthRemove notmuch_message_get_header_size and notmuch_mess...
2009-11-03 Carl Worthnotmuch.el: Hide thread IDs in notmuch-search mode.
2009-11-02 Carl Worthnotmuch.el: Implement visual feedback for add/remove...
2009-11-02 Carl WorthDrop date.c file, (use identical function from GMime...
2009-11-02 Carl Worthnotmuch show: Don't print non-text MIME parts.
2009-11-02 Carl WorthFix to decode header values, (primarily subject).
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 WorthTODO: Add several items.
2009-11-02 Carl WorthAdd an INSTALL file.
2009-11-02 Carl WorthAdd a simple configure script.
2009-11-02 Carl WorthMakefile: Rewrite to use NOTMUCH rather than MY in...
2009-11-02 Carl WorthREADME: Add a simple file explaining notmuch and pointi...
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.el: Add commands to add tag, remove tag, and...
2009-10-31 Carl Worthnotmuch: Reference help, don't print it for unknown...
2009-10-31 Carl Worthnotmuch.el: Add final '*' to generated buffer names.
2009-10-31 Carl Worthnotmuch.el: Enter now calls "notmuch show" on the curre...
2009-10-31 Carl Worthnotmuch.el: Start fleshing out notmuch-search-mode...
2009-10-31 Carl Worthnotmuch.el: Switch from start-process to call-process
2009-10-31 Carl Worthnotmuch.el: Switch from compilation-start to start...
2009-10-31 Carl Worthnotmuch.el: Add notmuch-search command as well as notmuch
2009-10-31 Carl Worthnotmuch.el: Copy copyright information from compilation.el
2009-10-30 Carl Worthnotmuch.el: Rename from notmuch-mode.el to notmuch.el
2009-10-30 Carl Worthnotmuch-mode: Add an actualy notmuch-search-mode as...
2009-10-30 Carl WorthThe very beginnings of an emacs mode for notmuch in...
2009-10-30 Carl WorthTODO: Add man page and compiling a libnotmuch library...
2009-10-30 Carl WorthMakefile: Add a simple target for "make install".
2009-10-30 Carl WorthTODO: Note that "notmuch show" exists now and list...
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 WorthTODO: Update now that full-text indexing is in.
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 Worthindex: Don't bother indexing quoted portions of message...
2009-10-28 Carl Worthnotmuch_database_add_message: Sanity check the file...
2009-10-28 Carl WorthTweak formatting of internal error messages.
2009-10-28 Carl Worthindex: Store "Full Name <user@example.com>" addressses...
2009-10-28 Carl WorthAdd full-text indexing using the GMime library for...
2009-10-28 Carl Worthnotmuch search: Clarify documentation of implicit Boole...
2009-10-28 Carl WorthTODO: A couple new items.
2009-10-28 Carl WorthTODO: Remove a couple of since-completed items.
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 Worthnotmuch tag: Fix crash when removing a tag that didn...
2009-10-28 Carl WorthFix segfault in case of the database lock not being...
2009-10-28 Carl WorthUpdate prefix so that "thread:" can be used in search...
2009-10-28 Carl WorthAdd new "notmuch tag" command for adding/removing tags.
2009-10-27 Carl Worthnotmuch_database_add_message: Do not return a message...
2009-10-27 Carl Worthnotmuch_database_close: Explicitly flush the Xapian...
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 WorthTODO: Several more ideas that have come to mind, that...
2009-10-27 Carl WorthTODO: More notes on archive-thread and race conditions.
2009-10-27 Carl WorthTODO: Add "notmuch tag" and thoughts on avoiding races...
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: Replace sort() and reset() with prepare_iterator().
2009-10-26 Carl WorthFix memory leak in notmuch_thread_results_t
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 WorthHide away the details of the implementation of notmuch_...
2009-10-26 Carl WorthMove terms and tags code to a new tags.cc file.
2009-10-26 Carl Worthresults_get: Fix to return NULL if past the end of...
2009-10-26 Carl WorthAdd TODO file.
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 WorthDrop dead function add_term.
2009-10-25 Carl WorthFix missing xapian-flags when generating dependencies.
2009-10-25 Carl WorthDrop unused variable.
2009-10-25 Carl WorthAdd -Wswitch-enum and fix warnings.
next