aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Nuke the remainings of _notmuch_message_add_thread_id.Gravatar Fernando Carrijo2009-12-09
* TODO: Note that we should report when two "copies" of a message differ.Gravatar Carl Worth2009-12-08
* Revert "Add some very rudimentary support for handling html parts"Gravatar Carl Worth2009-12-07
* fix Makefile.local to install bash completion definitions as not executableGravatar Jameson Graef Rollins2009-12-04
* Makefile: Mention "./configure --help" now that it exists.Gravatar Carl Worth2009-12-04
* configure: Implement a --help option to document --prefix.Gravatar Carl Worth2009-12-04
* Makefile: Silence compiler errors during dependency generation.Gravatar Carl Worth2009-12-04
* Makefile: Inform user that they might want to call ./configure explicitly.Gravatar Carl Worth2009-12-04
* configure: Support the capturing of CFLAGS and CXXFLAGS at configure time.Gravatar Carl Worth2009-12-04
* Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.Gravatar Carl Worth2009-12-04
* TODO: Note about adding "notmuch search --matching"Gravatar Carl Worth2009-12-04
* Fix option parsing for the case of a value with '='.Gravatar Carl Worth2009-12-04
* Fix configure script to handle --prefix=Gravatar Jameson Graef Rollins2009-12-04
* * notmuch-config: fix small leak from 'g_key_file_to_data'Gravatar Dirk-Jan C. Binnema2009-12-04
* Make search filters handle disjunctive queries.Gravatar Jed Brown2009-12-04
* Remove unused notmuch_parse_date function prototype.Gravatar Jeffrey C. Ollie2009-12-03
* configure: Tweak the working of the example commands slightly.Gravatar Carl Worth2009-12-03
* Add some text to configure on how to install dependencies with yum.Gravatar Jeffrey C. Ollie2009-12-03
* notmuch-reply: Display reply message part using UTF-8.Gravatar Kan-Ru Chen2009-12-03
* vim: preserve the 'show everything' flag when finding next/prev bufferGravatar Bart Trojanowski2009-12-03
* emacs: Open only matched (and unread) messages when displaying a thread.Gravatar Carl Worth2009-12-03
* emacs: Make message-summary button extend to very beginning of message.Gravatar Carl Worth2009-12-03
* Since we know what these buttons do it seems like the underlines areGravatar Alexander Botero-Lowry2009-12-03
* emacs: notmuch-fontify-headers: Remove unneeded progn and indent correctly.Gravatar Carl Worth2009-12-03
* emacs: Make message-summary button begin at beginning of line.Gravatar Carl Worth2009-12-03
* emacs: Highlight message-summary with background-color instead of inverse video.Gravatar Carl Worth2009-12-03
* emacs: Make the message-summary highlighting extend to end of visible line.Gravatar Carl Worth2009-12-03
* emacs: Fix notmuch-show-next-open-message.Gravatar Carl Worth2009-12-03
* TODO, emacs: Correct a few typos.Gravatar Carl Worth2009-12-03
* TODO: Add some tasks, delete some tasks.Gravatar Carl Worth2009-12-02
* notmuch show: Preserve thread-ordering and nesting without --entire-threadGravatar Carl Worth2009-12-02
* notmuch.1: Document the new --entire-thread option to "notmuch show".Gravatar Carl Worth2009-12-02
* emacs: Add --entire-thread option to "notmuch show" command line.Gravatar Carl Worth2009-12-02
* vim: use notmuch show --entire-threadGravatar Bart Trojanowski2009-12-02
* notmuch show: limit display to only matching messagesGravatar Bart Trojanowski2009-12-02
* configure: Allow user to specify compiler to be used.Gravatar Carl Worth2009-12-01
* configure: Generate more friendly Makefile.config with separated CFLAGSGravatar Carl Worth2009-12-01
* configure: Clarify pkg-config warning now that Makefile does not invoke pkg-c...Gravatar Carl Worth2009-12-01
* configure: Generate some documentation into Makefile.config.Gravatar Carl Worth2009-12-01
* configure: Resolve all pkg-config flags at configure time.Gravatar Carl Worth2009-12-01
* configure: Move getlinetest.c down into config/have_getline.c.Gravatar Carl Worth2009-12-01
* getdelim: Silence a (bogus) compiler warning.Gravatar Carl Worth2009-12-01
* Makefile: Split warnings into two sets (WARN_CFLAGS and WARN_CXXFLAGS)Gravatar Carl Worth2009-12-01
* Makefile: Switch from echo to printf for better portability.Gravatar Carl Worth2009-12-01
* configure: Assimilate new getlinetest into recent configure conventions.Gravatar Carl Worth2009-12-01
* Add test to configure script to detect getlineGravatar Jeffrey C. Ollie2009-12-01
* configure: Fix valgrind check to take effect, and to work.Gravatar Carl Worth2009-12-01
* Makefile: Incorporate getline implementation into the build.Gravatar Carl Worth2009-12-01
* compat/getdelim: Silence a warning about mixing of signed/unsigned.Gravatar Carl Worth2009-12-01
* compat: Change includes from config.h to compat.h.Gravatar Carl Worth2009-12-01