aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Makefile: Switch from echo to printf for better portability.Carl Worth2009-12-01
* configure: Assimilate new getlinetest into recent configure conventions.Carl Worth2009-12-01
* Add test to configure script to detect getlineJeffrey C. Ollie2009-12-01
* configure: Fix valgrind check to take effect, and to work.Carl Worth2009-12-01
* Makefile: Incorporate getline implementation into the build.Carl Worth2009-12-01
* compat/getdelim: Silence a warning about mixing of signed/unsigned.Carl Worth2009-12-01
* compat: Change includes from config.h to compat.h.Carl Worth2009-12-01
* compat: Add implementation of getline from gnulib.Carl Worth2009-12-01
* xutil: Implement xstrndup without relying on strndup.Carl Worth2009-12-01
* lib/index: Fix memory leak for email addresses without names.Carl Worth2009-12-01
* configure: Use printf to achieve result of "echo -n".Carl Worth2009-12-01
* Makefile: Add new "install-bash" target for bash completion supportCarl Worth2009-12-01
* configure: Fix pkg-config warning to not refer to non-existent variables.Carl Worth2009-12-01
* configure: Clean up the introductory message a bit.Carl Worth2009-12-01
* Remove Makefile.config from the repository.Carl Worth2009-12-01
* notmuch setup: Exit if EOF is encountered at any prompt.Carl Worth2009-12-01
* Avoid compiler warnings due to ignored write return valuesDirk-Jan C. Binnema2009-12-01
* notmuch.el: Make 'x' and 'X' in show-mode archive the current thread.Carl Worth2009-11-30
* notmuch.el: Use let to avoid assigning to a free variable.Carl Worth2009-11-30
* notmuch.el: Avoid warning about referencing free variable `button'.Carl Worth2009-11-30
* notmuch.el: Avoid calling next/previous-line non-interactively.Carl Worth2009-11-30
* notmuch.el: Make notmuch-help use a full-screen window.Carl Worth2009-11-30
* notmuch.el: Make documentation of notmuch-search-mode dynamic.Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-folder-mode-map commands.Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-show-mode-map commands.Carl Worth2009-11-30
* notmuch.el: Fix notmuch-help to properly display prefixed bindings.Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-search-mode-map commands.Carl Worth2009-11-30
* notmuch.el: Fix notmuch-search-goto-last-thread.Carl Worth2009-11-30
* notmuch.el: Fix notmuch-search-scroll-down to go to first thread.Carl Worth2009-11-30
* notmuch.el: Don't document mouse actions in notmuch-help.Carl Worth2009-11-30
* notmuch.el: Reorder notmuch-search-mode keybindings map.Carl Worth2009-11-30
* notmuch.el: Implement our own notmuch-help instead of describe-mode.Carl Worth2009-11-30
* notmuch.el: Add documentation for notmuch-search-show-thread.Carl Worth2009-11-30
* notmuch.el: Don't use beginning-of-buffer from elisp program.Carl Worth2009-11-30
* Documentation for notmuch reply --format=(default|headers-only)Jed Brown2009-11-28
* More portable and easier to read regex in notmuch-search-operate-allJed Brown2009-11-28
* Avoid bogus internal error reporting duplicate In-Reply-To IDs.Carl Worth2009-11-28
* Adjust autoload commentsKeith Amidon2009-11-28
* notmuch.el: Add face support to search modeAneesh Kumar K.V2009-11-27
* Send mail to notmuch list, not CarlAlec Berryman2009-11-27
* notmuch-new: Check for non-fatal errors from stat()Chris Wilson2009-11-27
* Key binding rearrangement for save attachments in show modeKeith Amidon2009-11-27
* Provide ability to save attachmentsKeith Amidon2009-11-27
* Forward individual messages using message-forwardKeith Amidon2009-11-27
* Factor out message buffer mgmt from notmuch-show-view-all-mime-partsKeith Amidon2009-11-27
* Add key binding for notmuch-search in show-modeKeith Amidon2009-11-27
* notmuch.el: Use message-mode font-face to highlight mail headersAneesh Kumar K.V2009-11-27
* correct message flag enum value so that it matches the typeBart Trojanowski2009-11-27
* Add some very rudimentary support for handling html partsAlexander Botero-Lowry2009-11-27
* add missing comma in debugging codeDavid Bremner2009-11-27