summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-03emacs: notmuch-fontify-headers: Remove unneeded progn and indent correctly.Carl Worth
2009-12-03emacs: Make message-summary button begin at beginning of line.Carl Worth
2009-12-03emacs: Highlight message-summary with background-color instead of inverse video.Carl Worth
2009-12-03emacs: Make the message-summary highlighting extend to end of visible line.Carl Worth
2009-12-03emacs: Fix notmuch-show-next-open-message.Carl Worth
2009-12-03TODO, emacs: Correct a few typos.Carl Worth
2009-12-02TODO: Add some tasks, delete some tasks.Carl Worth
2009-12-02notmuch show: Preserve thread-ordering and nesting without --entire-threadCarl Worth
2009-12-02notmuch.1: Document the new --entire-thread option to "notmuch show".Carl Worth
2009-12-02emacs: Add --entire-thread option to "notmuch show" command line.Carl Worth
2009-12-02vim: use notmuch show --entire-threadBart Trojanowski
2009-12-02notmuch show: limit display to only matching messagesBart Trojanowski
2009-12-01configure: Allow user to specify compiler to be used.Carl Worth
2009-12-01configure: Generate more friendly Makefile.config with separated CFLAGSCarl Worth
2009-12-01configure: Clarify pkg-config warning now that Makefile does not invoke pkg-config.Carl Worth
2009-12-01configure: Generate some documentation into Makefile.config.Carl Worth
2009-12-01configure: Resolve all pkg-config flags at configure time.Carl Worth
2009-12-01configure: Move getlinetest.c down into config/have_getline.c.Carl Worth
2009-12-01getdelim: Silence a (bogus) compiler warning.Carl Worth
2009-12-01Makefile: Split warnings into two sets (WARN_CFLAGS and WARN_CXXFLAGS)Carl Worth
2009-12-01Makefile: Switch from echo to printf for better portability.Carl Worth
2009-12-01configure: Assimilate new getlinetest into recent configure conventions.Carl Worth
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