summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-20notmuch.el: Don't use literal control characters in strings.Carl Worth
2009-11-20Makefile: Hard-code emacs_lispdir if emacs pkg-config file not availableCarl Worth
2009-11-20Makefile: Remove unused variable emacs_startdirCarl Worth
2009-11-20Avoid access of a Xapian iterator's object when there's nothing there.Carl Worth
2009-11-20Revert inadvertently committed code.Carl Worth
2009-11-20notmuch build: add a RPM spec fileJeffrey C. Ollie
2009-11-20Add a .desktop file entry.Jeffrey C. Ollie
2009-11-20Improve installation of emacs mode.Jeffrey C. Ollie
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