aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-21INSTALL/notmuch.el: More details on how to install/run notmuch.elCarl Worth
2009-11-21INSTALL: emacs install dokumentation.Stefan Schmidt
2009-11-21Revert "notmuch: Add Maildir directory name as tag name for messages"Carl Worth
2009-11-21TODO: Add notes on portability, and remove completed tasks.Carl Worth
2009-11-21TODO: Several updates.Carl Worth
2009-11-21INSTALL: Mention that xapian-config might be named xapian-config-1.1Carl Worth
2009-11-21notmuch: Add Maildir directory name as tag name for messagesAneesh Kumar K.V
2009-11-21Makefile: Fix the fallback emacs install path.Carl Worth
2009-11-21Drop redundant CFLAGS, was already included in CXXFLAGSJed Brown
2009-11-21notmuch reply: Include text parts in reply, even with disposition attachment.Carl Worth
2009-11-21notmuch show: Don't hide text parts, even with disposition attachment.Carl Worth
2009-11-21notmuch show: Don't hide a digital signature.Carl Worth
2009-11-21notmuch.el: Don't use end-of-buffer which is inappropriate from programsCarl Worth
2009-11-21notmuch.el: Fix stale reference to non-existing variable.Carl Worth
2009-11-21notmuch.el: Add many missing defvar calls.Carl Worth
2009-11-21When a search query triggers a Xapian exception, log what the query was.Eric Anholt
2009-11-21Make bash completion directory configurable.James Rowe
2009-11-20add_message: Re-fix handling of non-mail files.Carl Worth
2009-11-20notmuch_database_add_message: Add missing error-value propagation.Carl Worth
2009-11-20add_message: Properly handle missing Message-ID once again.Carl Worth
2009-11-20Checkin some command-only tcsh completionsAlexander Botero-Lowry
2009-11-20bash-completion: Move to contribIngmar Vanhassel
2009-11-20zsh-completion: Initial zsh-completion for notmuchIngmar Vanhassel
2009-11-20Add notmuch.1.gz to files to be cleanedMikhail Gusarov
2009-11-20TODO: Add a couple of notes about fixing the completion script.Carl Worth
2009-11-20Makefile: Make object targets depend on MakefilesJan Janak
2009-11-20Allow to redefine notmuch binary name and path in elisp modeMikhail Gusarov
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