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