aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-04Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.Carl Worth
2009-12-04TODO: Note about adding "notmuch search --matching"Carl Worth
2009-12-04Fix option parsing for the case of a value with '='.Carl Worth
2009-12-04Fix configure script to handle --prefix=Jameson Graef Rollins
2009-12-04* notmuch-config: fix small leak from 'g_key_file_to_data'Dirk-Jan C. Binnema
2009-12-04Make search filters handle disjunctive queries.Jed Brown
2009-12-03Remove unused notmuch_parse_date function prototype.Jeffrey C. Ollie
2009-12-03configure: Tweak the working of the example commands slightly.Carl Worth
2009-12-03Add some text to configure on how to install dependencies with yum.Jeffrey C. Ollie
2009-12-03notmuch-reply: Display reply message part using UTF-8.Kan-Ru Chen
2009-12-03vim: preserve the 'show everything' flag when finding next/prev bufferBart Trojanowski
2009-12-03emacs: Open only matched (and unread) messages when displaying a thread.Carl Worth
2009-12-03emacs: Make message-summary button extend to very beginning of message.Carl Worth
2009-12-03Since we know what these buttons do it seems like the underlines areAlexander Botero-Lowry
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