]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2010-10-28 Carl Worthtest: Add test for reply functionality within emacs.
2010-10-28 Carl Worthnotmuch: Eliminate some const-correctness warnings.
2010-10-28 Carl Worthemacs: Eliminate warning of calling function with exces...
2010-10-28 Carl Worthemacs: Remove non-interactive call of goto-line
2010-10-28 Carl Worthemacs: Fix to eliminate warning in notmuch-query-map-aux
2010-10-28 David Edmondsonemacs: Avoid runtime use of `cl'.
2010-10-28 Rob BrowningMove notmuch-fcc-header-setup to message-header-setup...
2010-10-28 Jameson Rollinstest: Update tests with removal of bcc from reply
2010-10-28 Jameson RollinsRemove bcc header from notmuch reply.
2010-10-28 Carl Worthtest: Add test for fully-roundtripped FCC
2010-10-28 Carl Worthtest: Use an explicit date in the message sent via...
2010-10-28 Carl Worthemacs: Explicitly set the From address when composing...
2010-10-28 Carl Worthemacs: Enable FCC (to a directory named "sent") by...
2010-10-27 Carl Worthemacs: Change FCC to be relative to notmuch mail store...
2010-10-27 Carl Worthnotmuch config: Allow for new "notmuch config set"...
2010-10-27 Carl Worthnotmuch config: Provide support for querying non-standa...
2010-10-27 Carl Worthnotmuch: Add a new "notmuch config" command for queryin...
2010-10-27 Carl WorthTODO: Note idea for a new "notmuch compose"
2010-10-27 Carl Worthtest: Add test that emacs interface actually sends...
2010-10-27 Carl Worthtest: Set alternate HOME during tests.
2010-10-23 Carl Worthtest: Fix false failure from the "available tests"...
2010-10-23 Carl Worthnotmuch search: Fix to handle failure of notmuch_query_...
2010-10-23 Carl Worthlib: Fix notmuch_query_search_threads to return NULL...
2010-10-23 Carl Worthemacs: Fix quoting of Message-Id to fix test case of...
2010-10-23 Carl Worthtest: Add test demonstrating failure in emacs interface...
2010-10-23 Carl Worthtest: Add tests for adding/removing tags within emacs...
2010-10-23 Carl Worthtest: Add simple tests for navigating notmuch-hello...
2010-10-23 Carl Worthtest: Add a new test_expect_equal_failure
2010-10-22 Carl Worthtest: Add tests for emacs notmuch-search and notmuch...
2010-10-22 Carl Worthemacs: Remove the joke from the first line of the notmu...
2010-10-22 Carl Worthtest: Add the most rudimentary testing of the emacs...
2010-10-22 Carl Worthtest: Add a new test_emacs function to test-lib.sh
2010-10-22 Carl Worthtest: Fix add_email_corpus function to be quiet.
2010-10-22 Carl Worthemacs: Fix notmuch-hello to not break when given a...
2010-10-13 Carl WorthTODO: Add some notes to fix some recently noted problems.
2010-09-23 Carl Worthemacs: Fix bug when parsing a subject cotaining: \...
2010-09-21 Carl Worthlib: Fix "make install"
2010-09-20 Carl Worthtest/README: Document add_email_corpus (and add_message...
2010-09-20 Carl Worthtest: Fix the search and dump-restore tests to operator...
2010-09-20 Carl Worthtest: Add a corpus of email messages to be used in...
2010-09-20 Carl Worthtest: Remove useless NOTMUCH variable (in favor of...
2010-09-20 Carl Worthtest: Remove some dead code in test-lib.sh
2010-09-20 Carl Worthtest: Fix PATH-checking test to work with --valgrind
2010-09-20 Carl Worthlib: Fix use-after-free bug.
2010-09-20 Carl Worthtest: Fix to actually report errors (!).
2010-09-20 Carl Worthtest: Avoid printing "Testing Testing ..."
2010-09-20 Carl Worthtest: Print section names, and rename all test sections
2010-09-20 Carl Worthtest: Make the --valgrind option useful, (and drop...
2010-09-20 Carl Worthtest/README: Update to become notmuch-specific rather...
2010-09-20 Carl Worthtest: Rename GIT_SKIP_TESTS to NOTMUCH_SKIP_TESTS
2010-09-20 Carl Worthtest: Fix notmuch-test to pass command-line arguments...
2010-09-20 Carl Worthtest: Fix test suite so that --valgrind option works.
2010-09-20 Carl Worthtest: Add test to ensure that all available test script...
2010-09-17 Carl Worthtest: Rename all tests to get rid of the ugly numbers...
2010-09-17 Carl Worthtest: Remove basic testing of broken, fixed, and skippe...
2010-09-17 Carl Worthtest: Fix ordering of tests in t0000-basic.sh
2010-09-17 Carl Worthtest: Rework test-suite input to avoid ulti-command...
2010-09-17 Carl Worthtest: Cleanup the test output
2010-09-17 Carl Worthtest: Fix test suite to integrate with our non-recursiv...
2010-09-16 Michal Sojkatest: Set all times to UTC
2010-09-16 Michal SojkaConvert the actual tests to the new framework
2010-09-16 Michal Sojkatest: Update helper functions
2010-09-16 Michal SojkaUpdate test framework for use with notmuch
2010-09-16 Michal SojkaCopy test framework from Git
2010-09-16 Carl Worthemacs: Allow '|' to operate on multiple messages (by...
2010-09-16 Carl Worthnotmuch show: Add documentation of --format=mbox
2010-08-19 Carl Worthemacs: Fix line-wrapping for help message of notmuch...
2010-07-20 Carl WorthAvoid segmentation fault with NOTMUCH_CONFIG=/new/confi...
2010-06-09 Carl WorthNEWS: Document the new "notmuch show --format=mbox...
2010-06-09 Carl Worthnotmuch show: Add a --format=mbox option
2010-06-05 Carl WorthFix minor style issues in show_part_content function.
2010-06-05 Carl WorthAvoid giving GMime a NULL MIME-stream filter.
2010-06-05 Carl WorthAdd C-tab binding in notmuch-search mode as well.
2010-06-04 Carl Worthmake install: Run ldconfig or install a DT_RUNPATH...
2010-06-04 Carl Worthconfigure: Remove space from IFS (using tab as necessary)
2010-06-04 Carl WorthAdd support (and tests) for messages with really long...
2010-06-04 Carl Worthtest suite: Generate message filenames from count,...
2010-06-04 Carl Worthtest suite: Add support for custom references header...
2010-06-04 Carl WorthAvoid database corruption by not adding partially-const...
2010-06-04 Carl WorthFix misnamed function in internal documentation.
2010-06-04 David Edmondsonemacs: Tags should be shown with `notmuch-tag-face'.
2010-06-04 David Edmondsonemacs: In search mode, truncate authors using invisible...
2010-06-04 David Edmondsonemacs: Adjust comment to avoid confusing font-lock.
2010-06-04 David Edmondsonemacs: Allow the display of absolute dates in the heade...
2010-06-04 Nelson Elhageemacs: Bind <backtab> (shift-TAB) to notmuch-show-previ...
2010-06-04 David Edmondsonemacs: More functionality for `notmuch-wash-tidy-citati...
2010-06-04 David Edmondsonemacs: Pretty print the numbers of matching messages.
2010-06-04 Nelson Elhageemacs: notmuch-hello: Make widget-keymap a parent of...
2010-06-04 Sebastian Spaethadd missing docstring for functions
2010-06-04 Sebastian SpaethMake notmuch-hello a mode.
2010-06-04 Sebastian Spaethemacs: Remove notmuch-hello-roundup function
2010-06-04 Tomas CarneckyAdd support for the Solaris platform
2010-06-04 Tomas Carneckyconfigure: Respect LDFLAGS from the environment.
2010-06-04 David Edmondsonemacs: In hello mode, bind `C-tab' to move backwards...
2010-06-04 Sebastian Spaethemacs: Reuse rather than reinvent message header filtering
2010-06-04 David Edmondsonemacs: Allow tuning of the tag/saved search layout.
2010-06-03 David Edmondsonemacs: Allow control over faces for search mode columns.
2010-06-03 David Edmondsonemacs: Set the `face' property rather than `font-lock...
2010-06-03 David Edmondsonemacs: Display non-matching authors with a different...
2010-06-03 Sebastian SpaethNEWS: describe easier FCC configuration
next