aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* lib: Audit calls to notmuch_message_get_header to handle NULL returnGravatar Carl Worth2010-04-24
* lib: Simplify code to set subject from matched message.Gravatar Carl Worth2010-04-24
* notmuch reply: Handle notmuch_message_get_header returning NULL.Gravatar Carl Worth2010-04-24
* emacs: Make notmuch-hello jumpt to search bar by default.Gravatar Carl Worth2010-04-24
* emacs: Rename notmuch-show-headers to notmuch-message-headersGravatar Carl Worth2010-04-24
* emacs: Don't display From header by default.Gravatar Carl Worth2010-04-24
* emacs: Allow user to customize which headers are visible.Gravatar Carl Worth2010-04-24
* emacs: Change message headers (To, CC, From, and Date) to be visible by defaultGravatar Carl Worth2010-04-24
* emacs: Allow headers to be shown by default in show modeGravatar David Edmondson2010-04-24
* removed unused variablesGravatar Dirk Hohndel2010-04-23
* emacs: Add notmuch-address.el for address completion using notmuchGravatar David Edmondson2010-04-23
* emacs: Rename notmuch-show-toggle-all to notmuch-show-open-or-close-allGravatar Carl Worth2010-04-23
* emacs/notmuch-show.el: Add `notmuch-show-toggle-all' bound to M-RETGravatar David Edmondson2010-04-23
* fix expected test result to include Bcc linesGravatar Dirk Hohndel2010-04-23
* add From guessing tests to test suiteGravatar Dirk Hohndel2010-04-23
* emacs: Use single-quote not double-quote when constructing searchGravatar Carl Worth2010-04-23
* emacs: Re-arrange message sending codeGravatar David Edmondson2010-04-23
* test: Set fixed time zoneGravatar Michal Sojka2010-04-23
* emacs: Push the cursor to point-max on `n' or `N' at the end of a threadGravatar David Edmondson2010-04-23
* emacs: Re-arrange message sending codeGravatar David Edmondson2010-04-23
* emacs: Fix some compilation warnings.Gravatar Carl Worth2010-04-23
* emacs: Add notmuch-hello.el, a friendly frontend to notmuchGravatar David Edmondson2010-04-23
* emacs: Remove `notmuch-search-authors-width' and fix the use of `notmuch-sear...Gravatar David Edmondson2010-04-23
* Reintroduce patch to quote args in notmuch-show to facilitate remote useGravatar Jesse Rosenthal2010-04-23
* notmuch setup: Prompt for tags to set on new messages.Gravatar Carl Worth2010-04-23
* config: Rename messages.new_tags to just new.tagsGravatar Carl Worth2010-04-23
* Clarify the documentation for the new_tags configuration option.Gravatar Carl Worth2010-04-23
* notmuch setup: Fix new configuration-file groups to get commentsGravatar Carl Worth2010-04-23
* Sprinkle some const-correctness around new_tags.Gravatar Carl Worth2010-04-23
* notmuch-config: make new message tags configurableGravatar Ben Gamari2010-04-23
* python: Add UNSORTED as Query.SORT optionGravatar Sebastian Spaeth2010-04-23
* python: Delete unused filesGravatar Sebastian Spaeth2010-04-23
* test: Put the json tests into their own section.Gravatar Carl Worth2010-04-22
* notmuch search: Fix timezone of timestamp in --format=json outputGravatar Carl Worth2010-04-22
* First tests for JSON output and UTF-8 in mail body and subjectGravatar Gregor Hoffleit2010-04-22
* test: Make existing "notmuch show" test more resilientGravatar Carl Worth2010-04-22
* json: Replace `date_unix' with `timestamp' in show outputGravatar David Edmondson2010-04-22
* emacs: Add customize treatment and rename refresh-script to notmuch-poll-scriptGravatar Carl Worth2010-04-22
* emacs: Use consistent naming for the two new poll functions.Gravatar Carl Worth2010-04-22
* Add 'G' keybinding to folder and search view that triggers external pollGravatar Dirk Hohndel2010-04-22
* Revert "thread: Simplify code for assigning the subject."Gravatar Carl Worth2010-04-22
* Revert "thread: Fix sort of search when constructing threads."Gravatar Carl Worth2010-04-22
* Revert "thread: Removed unsed sort argument from _thread_add_matched_message"Gravatar Carl Worth2010-04-22
* test: Add a test to demonstrate message-sorting regression.Gravatar Carl Worth2010-04-22
* test: When a test fails, show diff only (save complete output to a file)Gravatar Carl Worth2010-04-22
* test: Improve grammar in test-message subjects.Gravatar Carl Worth2010-04-22
* Fix help message for "show"Gravatar Jameson Rollins2010-04-21
* Merge Sebastian Spaeth's python bindings into bindings/pythonGravatar Carl Worth2010-04-21
|\
| * Move everything down into a bindings/python directory.Gravatar Carl Worth2010-04-21
* | thread: Removed unsed sort argument from _thread_add_matched_messageGravatar Carl Worth2010-04-21