summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-23Clarify the documentation for the new_tags configuration option.Carl Worth
2010-04-23notmuch setup: Fix new configuration-file groups to get commentsCarl Worth
2010-04-23Sprinkle some const-correctness around new_tags.Carl Worth
2010-04-23notmuch-config: make new message tags configurableBen Gamari
2010-04-23python: Add UNSORTED as Query.SORT optionSebastian Spaeth
2010-04-23python: Delete unused filesSebastian Spaeth
2010-04-22test: Put the json tests into their own section.Carl Worth
2010-04-22notmuch search: Fix timezone of timestamp in --format=json outputCarl Worth
2010-04-22First tests for JSON output and UTF-8 in mail body and subjectGregor Hoffleit
2010-04-22test: Make existing "notmuch show" test more resilientCarl Worth
2010-04-22json: Replace `date_unix' with `timestamp' in show outputDavid Edmondson
2010-04-22emacs: Add customize treatment and rename refresh-script to notmuch-poll-scriptCarl Worth
2010-04-22emacs: Use consistent naming for the two new poll functions.Carl Worth
2010-04-22Add 'G' keybinding to folder and search view that triggers external pollDirk Hohndel
2010-04-22Revert "thread: Simplify code for assigning the subject."Carl Worth
2010-04-22Revert "thread: Fix sort of search when constructing threads."Carl Worth
2010-04-22Revert "thread: Removed unsed sort argument from _thread_add_matched_message"Carl Worth
2010-04-22test: Add a test to demonstrate message-sorting regression.Carl Worth
2010-04-22test: When a test fails, show diff only (save complete output to a file)Carl Worth
2010-04-22test: Improve grammar in test-message subjects.Carl Worth
2010-04-21Fix help message for "show"Jameson Rollins
2010-04-21Merge Sebastian Spaeth's python bindings into bindings/pythonCarl Worth
2010-04-21Move everything down into a bindings/python directory.Carl Worth
2010-04-21thread: Removed unsed sort argument from _thread_add_matched_messageCarl Worth
2010-04-21emacs: Move definition of notmuch-folders to earlier in the file.Carl Worth
2010-04-21emacs: Try to name search buffers using info in notmuch-foldersServilio Afre Puentes
2010-04-21notmuch-tag: don't sort messages before applying tag changesSebastian Spaeth
2010-04-21query.cc: allow to return query results unsortedSebastian Spaeth
2010-04-21notmuch: Abort if specified configuration file is not found.Carl Worth
2010-04-21thread: Fix sort of search when constructing threads.Carl Worth
2010-04-21test: Add tests for naming threads with changing subjects.Carl Worth
2010-04-21thread: Simplify code for assigning the subject.Carl Worth
2010-04-21Name thread based on matching msgs instead of first msg.Jesse Rosenthal
2010-04-21configure: Print version of Xapian found during configure check.Carl Worth
2010-04-21configure: Generalize the GMime configure checks.Carl Worth
2010-04-21configure: Add support for GMime 2.6Adrien Bustany
2010-04-21emacs: Fix notmuch-search-authors-width declaration.Carl Worth
2010-04-21emacs: Support for customizing search result displayDavid Edmondson
2010-04-21emacs/notmuch-show.el: Part headers are real buttons that save the partCarl Worth
2010-04-21emacs: Display all body parts using `notmuch part --part=<n>'David Edmondson
2010-04-21emacs: Use mailcap.el to guess the type of application/octet-stream partsDavid Edmondson
2010-04-21emacs: Use `mm-display-part' when possibleDavid Edmondson
2010-04-21emacs/notmuch-show.el: Improved part labellingDavid Edmondson
2010-04-21emacs: Move body markup to a separate fileDavid Edmondson
2010-04-21emacs: Rename body-invis-spec to message-invis-specCarl Worth
2010-04-21emacs: Remove the notmuch-show-toggle-body command (with "b" binding)Carl Worth
2010-04-21emacs: JSON based implementationDavid Edmondson
2010-04-20json_quote_chararray: Always return a newly talloced arrayAnthony
2010-04-20json: Avoid calling strlen(NULL)David Edmondson
2010-04-19python: Adapt README somewhatSebastian Spaeth