aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Makefiles: Use .DEFAULT to support arbitrary targets from sub directories.Gravatar Carl Worth2010-01-06
* Add missing comment for NOTMUCH_STATUS_READONLY_DATABASE.Gravatar Carl Worth2010-01-06
* lib: Implement new notmuch_directory_t API.Gravatar Carl Worth2010-01-06
* Revamp the proposed directory-tracking API slightly.Gravatar Carl Worth2010-01-06
* Prototypes for directory trackingGravatar Keith Packard2010-01-06
* database: Add new, public notmuch_database_remove_messageGravatar Carl Worth2010-01-06
* database: Add new find_doc_ids_for_term interface.Gravatar Carl Worth2010-01-06
* database: Make find_unique_doc_id enforce uniqueness (for a debug build)Gravatar Carl Worth2010-01-06
* database: Abstract _filename_to_direntry from _add_messageGravatar Carl Worth2010-01-06
* database: Allowing storing multiple filenames for a single message ID.Gravatar Carl Worth2010-01-06
* database: Store mail filename as a new 'direntry' term, not as 'data'.Gravatar Carl Worth2010-01-06
* database: Split _find_parent_id into _split_path and _find_directory_idGravatar Carl Worth2010-01-06
* database: Store directory path in 'data' of directory documents.Gravatar Carl Worth2010-01-06
* database: Export _notmuch_database_find_parent_id for internal use.Gravatar Carl Worth2010-01-06
* database: Store the parent ID for each directory document.Gravatar Carl Worth2010-01-06
* database: Rename internal directory value from XTIMESTAMP to XDIRECTORY.Gravatar Carl Worth2010-01-06
* database: Store directory paths as relative, not absolute.Gravatar Carl Worth2010-01-06
* lib: Document that the filename is stored in the 'data' of a mail documentGravatar Carl Worth2010-01-06
* lib: Rename set/get_timestamp to set/get_directory_mtime.Gravatar Carl Worth2010-01-06
* lib: Abstract the extraction of a relative path from set_filenameGravatar Carl Worth2010-01-06
* notmuch new: Remove hack to ignore read-only directories in mail store.Gravatar Carl Worth2010-01-06
* lib: Add missing value to notmuch_private_status_t enum.Gravatar Carl Worth2010-01-06
* notmuch new: Restrict the "not much" pun to the first run.Gravatar Carl Worth2010-01-06
* configure: Look for both Xapian 1.1 and 1.0 and allow user override.Gravatar Carl Worth2010-01-06
* emacs: Add instructions to the hidden citations/signatures.Gravatar Carl Worth2009-12-11
* emacs: Don't insert extra line after citations.Gravatar Carl Worth2009-12-11
* emacs: Don't regard a manually indented '>' as introducing a citation.Gravatar Carl Worth2009-12-11
* emacs: Avoid infinite loop when marking up citations.Gravatar Carl Worth2009-12-11
* Expand scope of items considered when saving attachmentsGravatar Keith Amidon2009-12-10
* emacs: Fix '+' and '-' in case of thread no longer matching current search.Gravatar Carl Worth2009-12-10
* notmuch.el: patch notmuch-show to call notmuch show without query-context (i....Gravatar David Bremner2009-12-10
* notmuch-show: add optional argument for query context instead of using global...Gravatar David Bremner2009-12-10
* notmuch-search-process-filter: add text properties for authors and subject to...Gravatar David Bremner2009-12-10
* TODO: Add idea for an --exclude-threads options to "notmuch search".Gravatar Carl Worth2009-12-09
* Nuke the remainings of _notmuch_message_add_thread_id.Gravatar Fernando Carrijo2009-12-09
* TODO: Note that we should report when two "copies" of a message differ.Gravatar Carl Worth2009-12-08
* Revert "Add some very rudimentary support for handling html parts"Gravatar Carl Worth2009-12-07
* fix Makefile.local to install bash completion definitions as not executableGravatar Jameson Graef Rollins2009-12-04
* Makefile: Mention "./configure --help" now that it exists.Gravatar Carl Worth2009-12-04
* configure: Implement a --help option to document --prefix.Gravatar Carl Worth2009-12-04
* Makefile: Silence compiler errors during dependency generation.Gravatar Carl Worth2009-12-04
* Makefile: Inform user that they might want to call ./configure explicitly.Gravatar Carl Worth2009-12-04
* configure: Support the capturing of CFLAGS and CXXFLAGS at configure time.Gravatar Carl Worth2009-12-04
* Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.Gravatar Carl Worth2009-12-04
* TODO: Note about adding "notmuch search --matching"Gravatar Carl Worth2009-12-04
* Fix option parsing for the case of a value with '='.Gravatar Carl Worth2009-12-04
* Fix configure script to handle --prefix=Gravatar Jameson Graef Rollins2009-12-04
* * notmuch-config: fix small leak from 'g_key_file_to_data'Gravatar Dirk-Jan C. Binnema2009-12-04
* Make search filters handle disjunctive queries.Gravatar Jed Brown2009-12-04
* Remove unused notmuch_parse_date function prototype.Gravatar Jeffrey C. Ollie2009-12-03