]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2010-01-06 Carl Worthdatabase: Add new find_doc_ids_for_term interface.
2010-01-06 Carl Worthdatabase: Make find_unique_doc_id enforce uniqueness...
2010-01-06 Carl Worthdatabase: Abstract _filename_to_direntry from _add_message
2010-01-06 Carl Worthdatabase: Allowing storing multiple filenames for...
2010-01-06 Carl Worthdatabase: Store mail filename as a new 'direntry' term...
2010-01-06 Carl Worthdatabase: Split _find_parent_id into _split_path and...
2010-01-06 Carl Worthdatabase: Store directory path in 'data' of directory...
2010-01-06 Carl Worthdatabase: Export _notmuch_database_find_parent_id for...
2010-01-06 Carl Worthdatabase: Store the parent ID for each directory document.
2010-01-06 Carl Worthdatabase: Rename internal directory value from XTIMESTA...
2010-01-06 Carl Worthdatabase: Store directory paths as relative, not absolute.
2010-01-06 Carl Worthlib: Document that the filename is stored in the 'data...
2010-01-06 Carl Worthlib: Rename set/get_timestamp to set/get_directory_mtime.
2010-01-06 Carl Worthlib: Abstract the extraction of a relative path from...
2010-01-06 Carl Worthnotmuch new: Remove hack to ignore read-only directorie...
2010-01-06 Carl Worthlib: Add missing value to notmuch_private_status_t...
2010-01-06 Carl Worthnotmuch new: Restrict the "not much" pun to the first...
2010-01-06 Carl Worthconfigure: Look for both Xapian 1.1 and 1.0 and allow...
2009-12-11 Carl Worthemacs: Add instructions to the hidden citations/signatures.
2009-12-11 Carl Worthemacs: Don't insert extra line after citations.
2009-12-11 Carl Worthemacs: Don't regard a manually indented '>' as introduc...
2009-12-11 Carl Worthemacs: Avoid infinite loop when marking up citations.
2009-12-11 Keith AmidonExpand scope of items considered when saving attachments
2009-12-10 Carl Worthemacs: Fix '+' and '-' in case of thread no longer...
2009-12-10 David Bremnernotmuch.el: patch notmuch-show to call notmuch show...
2009-12-10 David Bremnernotmuch-show: add optional argument for query context...
2009-12-10 David Bremnernotmuch-search-process-filter: add text properties...
2009-12-09 Carl WorthTODO: Add idea for an --exclude-threads options to...
2009-12-09 Fernando CarrijoNuke the remainings of _notmuch_message_add_thread_id.
2009-12-09 Carl WorthTODO: Note that we should report when two "copies"...
2009-12-07 Carl WorthRevert "Add some very rudimentary support for handling...
2009-12-05 Jameson Graef... fix Makefile.local to install bash completion definitio...
2009-12-05 Carl WorthMakefile: Mention "./configure --help" now that it...
2009-12-05 Carl Worthconfigure: Implement a --help option to document -...
2009-12-04 Carl WorthMakefile: Silence compiler errors during dependency...
2009-12-04 Carl WorthMakefile: Inform user that they might want to call...
2009-12-04 Carl Worthconfigure: Support the capturing of CFLAGS and CXXFLAGS...
2009-12-04 Carl WorthFix quiet compilation to print the user's CFLAGS, CXXFL...
2009-12-04 Carl WorthTODO: Note about adding "notmuch search --matching"
2009-12-04 Carl WorthFix option parsing for the case of a value with '='.
2009-12-04 Jameson Graef... Fix configure script to handle --prefix=
2009-12-04 Dirk-Jan C... * notmuch-config: fix small leak from 'g_key_file_to_data'
2009-12-04 Jed BrownMake search filters handle disjunctive queries.
2009-12-04 Jeffrey C.... Remove unused notmuch_parse_date function prototype.
2009-12-04 Carl Worthconfigure: Tweak the working of the example commands...
2009-12-04 Jeffrey C.... Add some text to configure on how to install dependenci...
2009-12-04 Kan-Ru Chennotmuch-reply: Display reply message part using UTF-8.
2009-12-03 Bart Trojanowskivim: preserve the 'show everything' flag when finding...
2009-12-03 Carl Worthemacs: Open only matched (and unread) messages when...
2009-12-03 Carl Worthemacs: Make message-summary button extend to very begin...
2009-12-03 Alexander Botero... Since we know what these buttons do it seems like the...
2009-12-03 Carl Worthemacs: notmuch-fontify-headers: Remove unneeded progn...
2009-12-03 Carl Worthemacs: Make message-summary button begin at beginning...
2009-12-03 Carl Worthemacs: Highlight message-summary with background-color...
2009-12-03 Carl Worthemacs: Make the message-summary highlighting extend...
2009-12-03 Carl Worthemacs: Fix notmuch-show-next-open-message.
2009-12-03 Carl WorthTODO, emacs: Correct a few typos.
2009-12-03 Carl WorthTODO: Add some tasks, delete some tasks.
2009-12-03 Carl Worthnotmuch show: Preserve thread-ordering and nesting...
2009-12-03 Carl Worthnotmuch.1: Document the new --entire-thread option...
2009-12-03 Carl Worthemacs: Add --entire-thread option to "notmuch show...
2009-12-02 Bart Trojanowskivim: use notmuch show --entire-thread
2009-12-02 Bart Trojanowskinotmuch show: limit display to only matching messages
2009-12-02 Carl Worthconfigure: Allow user to specify compiler to be used.
2009-12-02 Carl Worthconfigure: Generate more friendly Makefile.config with...
2009-12-02 Carl Worthconfigure: Clarify pkg-config warning now that Makefile...
2009-12-02 Carl Worthconfigure: Generate some documentation into Makefile...
2009-12-02 Carl Worthconfigure: Resolve all pkg-config flags at configure...
2009-12-02 Carl Worthconfigure: Move getlinetest.c down into config/have_get...
2009-12-02 Carl Worthgetdelim: Silence a (bogus) compiler warning.
2009-12-02 Carl WorthMakefile: Split warnings into two sets (WARN_CFLAGS...
2009-12-02 Carl WorthMakefile: Switch from echo to printf for better portabi...
2009-12-02 Carl Worthconfigure: Assimilate new getlinetest into recent confi...
2009-12-02 Jeffrey C.... Add test to configure script to detect getline
2009-12-02 Carl Worthconfigure: Fix valgrind check to take effect, and to...
2009-12-02 Carl WorthMakefile: Incorporate getline implementation into the...
2009-12-02 Carl Worthcompat/getdelim: Silence a warning about mixing of...
2009-12-02 Carl Worthcompat: Change includes from config.h to compat.h.
2009-12-01 Carl Worthcompat: Add implementation of getline from gnulib.
2009-12-01 Carl Worthxutil: Implement xstrndup without relying on strndup.
2009-12-01 Carl Worthlib/index: Fix memory leak for email addresses without...
2009-12-01 Carl Worthconfigure: Use printf to achieve result of "echo -n".
2009-12-01 Carl WorthMakefile: Add new "install-bash" target for bash comple...
2009-12-01 Carl Worthconfigure: Fix pkg-config warning to not refer to non...
2009-12-01 Carl Worthconfigure: Clean up the introductory message a bit.
2009-12-01 Carl WorthRemove Makefile.config from the repository.
2009-12-01 Carl Worthnotmuch setup: Exit if EOF is encountered at any prompt.
2009-12-01 Dirk-Jan C... Avoid compiler warnings due to ignored write return...
2009-12-01 Carl Worthnotmuch.el: Make 'x' and 'X' in show-mode archive the...
2009-12-01 Carl Worthnotmuch.el: Use let to avoid assigning to a free variable.
2009-12-01 Carl Worthnotmuch.el: Avoid warning about referencing free variab...
2009-12-01 Carl Worthnotmuch.el: Avoid calling next/previous-line non-intera...
2009-12-01 Carl Worthnotmuch.el: Make notmuch-help use a full-screen window.
2009-12-01 Carl Worthnotmuch.el: Make documentation of notmuch-search-mode...
2009-12-01 Carl Worthnotmuch.el: Clean up documentation of notmuch-folder...
2009-12-01 Carl Worthnotmuch.el: Clean up documentation of notmuch-show...
2009-12-01 Carl Worthnotmuch.el: Fix notmuch-help to properly display prefix...
2009-12-01 Carl Worthnotmuch.el: Clean up documentation of notmuch-search...
2009-12-01 Carl Worthnotmuch.el: Fix notmuch-search-goto-last-thread.
2009-12-01 Carl Worthnotmuch.el: Fix notmuch-search-scroll-down to go to...
next