aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-20Have git ignore tags & cscope filesRolland Santimano
2009-11-19Put $(LDFLAGS) after the list of object files.Peter Wang
2009-11-19notmuch: Add search mode hookAneesh Kumar K.V
2009-11-19Makefile: Create elisp install directory explicitlyIngmar Vanhassel
2009-11-19bash-completion: Complete options for notmuch searchIngmar Vanhassel
2009-11-19bash-completion: Localize variables, use more consistent variable namesIngmar Vanhassel
2009-11-19bash-completion: Whitespace fixIngmar Vanhassel
2009-11-19bash-completion: Bash has & should use [[ == ]]Ingmar Vanhassel
2009-11-19Allow lone "not" search operatorsAdrian Perez
2009-11-19.gitignore: Add common editor droppingsIngmar Vanhassel
2009-11-19notmuch new: Restore printout of total files counted.Carl Worth
2009-11-19notmuch new: Fix countdown timer on first run.Carl Worth
2009-11-19Makefile: Actually install the emacs mode.Carl Worth
2009-11-19notmuch.el: Add a reply binding ('r') to search mode to reply to a whole thread.Carl Worth
2009-11-19reply: Pointer mismatch.Chris Wilson
2009-11-19Makefile: evaluate pkg-config onceChris Wilson
2009-11-18Make reply/show/tag all require at least one search termKeith Packard
2009-11-18Have git ignore etags fileKeith Packard
2009-11-18Filter out carriage-returns in show and reply output.Keith Packard
2009-11-18We use the message mail system for new mail, let emacs know.Keith Packard
2009-11-18Create a default notmuch-show-hook that highlights URLs and uses word-wrapKeith Packard
2009-11-18Set truncate-lines variable for search buffers.Keith Packard
2009-11-18Add notmuch-show-hook to allow customization of show windowsKeith Packard
2009-11-18count_files: sort directory in inode order before stattingStewart Smith
2009-11-18Minor style fixups for the previous fix.Carl Worth
2009-11-18Read mail directory in inode number orderStewart Smith
2009-11-18Make '?" bring up a list of bindings.Carl Worth
2009-11-18Fix linking with gcc to use g++ to link in C++ libs.Stewart Smith
2009-11-18notmuch main(): Remove stale comment.Carl Worth
2009-11-18notmuch help: Print to stdout, not to stderr.Lars Kellogg-Stedman
2009-11-18notmuch search: Avoid infinite stream of exceptions from "notmuch search"Carl Worth
2009-11-18README: Mention the actual mailing list address now that it exists.Carl Worth
2009-11-18TypsosIngmar Vanhassel
2009-11-18Older versions of install do not support -C.Jan Janak
2009-11-18linke_message: Avoid segfault when In-Reply-to header is empty.Carl Worth
2009-11-18notmuch-completion.bash: Update for new commands and help.Carl Worth
2009-11-17notmuch help: Update documentation (following recent text from notmuch.1)Carl Worth
2009-11-17notmuch.1: Fix a couple of typos.Carl Worth
2009-11-17man.1: A big update of the notmuch manual page.Carl Worth
2009-11-17Makefile: Fix missing dependency for notmuch.1 manual page.Carl Worth
2009-11-17notmuch search: Change default search order to be newest messages first.Carl Worth
2009-11-17notmuch search: Return first 100 results as quickly as possible.Carl Worth
2009-11-17Add some const correctness to talloc 'ctx' parameter.Carl Worth
2009-11-17database: Make _parse_message_id static once again.Carl Worth
2009-11-17database: Add "replyto" to the database schema documentation.Carl Worth
2009-11-17database: Rename "ref" prefix name to "reference"Carl Worth
2009-11-17message_file_get_header: Use break where more clear than continue.Carl Worth
2009-11-17Fix "too many open files" bug by closing message files when done with them.Keith Packard
2009-11-17notmuch show: Detect an internal error if a thread has no messages.Carl Worth
2009-11-17add_message: Don't add any self-references to the database.Carl Worth