aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-01Add test to configure script to detect getlineJeffrey C. Ollie
2009-12-01configure: Fix valgrind check to take effect, and to work.Carl Worth
2009-12-01Makefile: Incorporate getline implementation into the build.Carl Worth
2009-12-01compat/getdelim: Silence a warning about mixing of signed/unsigned.Carl Worth
2009-12-01compat: Change includes from config.h to compat.h.Carl Worth
2009-12-01compat: Add implementation of getline from gnulib.Carl Worth
2009-12-01xutil: Implement xstrndup without relying on strndup.Carl Worth
2009-12-01lib/index: Fix memory leak for email addresses without names.Carl Worth
2009-12-01configure: Use printf to achieve result of "echo -n".Carl Worth
2009-12-01Makefile: Add new "install-bash" target for bash completion supportCarl Worth
2009-12-01configure: Fix pkg-config warning to not refer to non-existent variables.Carl Worth
2009-12-01configure: Clean up the introductory message a bit.Carl Worth
2009-12-01Remove Makefile.config from the repository.Carl Worth
2009-12-01notmuch setup: Exit if EOF is encountered at any prompt.Carl Worth
2009-12-01Avoid compiler warnings due to ignored write return valuesDirk-Jan C. Binnema
2009-11-30notmuch.el: Make 'x' and 'X' in show-mode archive the current thread.Carl Worth
2009-11-30notmuch.el: Use let to avoid assigning to a free variable.Carl Worth
2009-11-30notmuch.el: Avoid warning about referencing free variable `button'.Carl Worth
2009-11-30notmuch.el: Avoid calling next/previous-line non-interactively.Carl Worth
2009-11-30notmuch.el: Make notmuch-help use a full-screen window.Carl Worth
2009-11-30notmuch.el: Make documentation of notmuch-search-mode dynamic.Carl Worth
2009-11-30notmuch.el: Clean up documentation of notmuch-folder-mode-map commands.Carl Worth
2009-11-30notmuch.el: Clean up documentation of notmuch-show-mode-map commands.Carl Worth
2009-11-30notmuch.el: Fix notmuch-help to properly display prefixed bindings.Carl Worth
2009-11-30notmuch.el: Clean up documentation of notmuch-search-mode-map commands.Carl Worth
2009-11-30notmuch.el: Fix notmuch-search-goto-last-thread.Carl Worth
2009-11-30notmuch.el: Fix notmuch-search-scroll-down to go to first thread.Carl Worth
2009-11-30notmuch.el: Don't document mouse actions in notmuch-help.Carl Worth
2009-11-30notmuch.el: Reorder notmuch-search-mode keybindings map.Carl Worth
2009-11-30notmuch.el: Implement our own notmuch-help instead of describe-mode.Carl Worth
2009-11-30notmuch.el: Add documentation for notmuch-search-show-thread.Carl Worth
2009-11-30notmuch.el: Don't use beginning-of-buffer from elisp program.Carl Worth
2009-11-29fix debian packaging emacsen installationJameson Graef Rollins
2009-11-28first crack at debian packaging (using git-buildpackage)Jameson Graef Rollins
2009-11-28fix Makefile.local to install bash completion definitions as not executableJameson Graef Rollins
2009-11-28add checking for zlib development libraries to configure scriptJameson Graef Rollins
2009-11-28fix configure script to handle --prefix= and properly create Makefile.configJameson Graef Rollins
2009-11-28Documentation for notmuch reply --format=(default|headers-only)Jed Brown
2009-11-28More portable and easier to read regex in notmuch-search-operate-allJed Brown
2009-11-28Avoid bogus internal error reporting duplicate In-Reply-To IDs.Carl Worth
2009-11-28Adjust autoload commentsKeith Amidon
2009-11-27notmuch.el: Add face support to search modeAneesh Kumar K.V
2009-11-27Send mail to notmuch list, not CarlAlec Berryman
2009-11-27notmuch-new: Check for non-fatal errors from stat()Chris Wilson
2009-11-27Key binding rearrangement for save attachments in show modeKeith Amidon
2009-11-27Provide ability to save attachmentsKeith Amidon
2009-11-27Forward individual messages using message-forwardKeith Amidon
2009-11-27Factor out message buffer mgmt from notmuch-show-view-all-mime-partsKeith Amidon
2009-11-27Add key binding for notmuch-search in show-modeKeith Amidon
2009-11-27notmuch.el: Use message-mode font-face to highlight mail headersAneesh Kumar K.V