aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-29emacs: create notmuch-tag.el, and move appropriate functions from notmuch.elJameson Graef Rollins
2012-04-29emacs: fix archive thread/message function documentation.Jameson Graef Rollins
2012-04-29emacs: Don't move to the next thread unless the cursor is at the end of the buffer.David Edmondson
2012-04-29emacs-show: open excluded matches if no other matchesMark Walters
2012-04-29NEWS: add news item for 'config list'Peter Wang
2012-04-29python: strip superfluous single quote from copyright noticesJustus Winter
2012-04-29python: add copyright and licensing information to setup.pyJustus Winter
2012-04-29python: stylistic and pep8 fixes in setup.pyJustus Winter
2012-04-29python: update the long description in setup.pyJustus Winter
2012-04-29python: fix the test asserting that reading the version succeededJustus Winter
2012-04-29python: simplify a path expression in setup.pyJustus Winter
2012-04-29python: Remove unused import from setup.pyJustus Winter
2012-04-28emacs: do not modify subject in search or showJameson Graef Rollins
2012-04-28man: Document 'config list' commandPeter Wang
2012-04-28config: Add 'config list' commandPeter Wang
2012-04-28test: Add broken test for 'config list'Peter Wang
2012-04-28test: Add tests for 'config' commandPeter Wang
2012-04-28config: Check 'config get' arity exactlyPeter Wang
2012-04-28python: wrap and use notmuch_database_destroy as destructorJustus Winter
2012-04-28ruby: Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2012-04-28go: Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2012-04-28Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2012-04-28Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2012-04-28NEWS: Document the notmuch_database_close splitJustus Winter
2012-04-28Split notmuch_database_close into two functionsJustus Winter
2012-04-24emacs: Put notmuch-hello-sections in custom group notmuch-helloAustin Clements
2012-04-24new: Fix missing end_atomic in remove_filename on errorAustin Clements
2012-04-24new: Print final fatal error message to stderrAustin Clements
2012-04-24new: Handle fatal errors in remove_filename and _remove_directoryAustin Clements
2012-04-24new: Consistently treat fatal errors as fatalAustin Clements
2012-04-24emacs: Put notmuch-print-mechanism in custom group notmuch-showAustin Clements
2012-04-24config: Fix free in 'config get' implementation.Peter Wang
2012-04-24emacs: modify help message for notmuch-search-line-faces to reflect preferred "deleted" tag name.Jameson Graef Rollins
2012-04-21vim: simplify buildFelipe Contreras
2012-04-21vim: fix regex after "notmuch show" output changeJakob
2012-04-15lib: work around talloc_steal usage from C++ codeJani Nikula
2012-04-15Record dependencies during build instead of beforeAustin Clements
2012-04-15show: Remove empty message_set_{start,sep,end} fieldsAustin Clements
2012-04-15show: Support NULL values for message_set_{start, sep, end}Austin Clements
2012-04-15show: Remove unused fields from notmuch_show_formatAustin Clements
2012-04-15Remove show-message.cAustin Clements
2012-04-15show: Remove support for old-style formatters in show_messageAustin Clements
2012-04-15Sync schemata with current code structureAustin Clements
2012-04-12emacs: have tag-completion return all tags for nil inputJameson Graef Rollins
2012-04-12News for raw format changesAustin Clements
2012-04-12debian: add gnupg-agent to notmuch recommendsJameson Graef Rollins
2012-04-12emacs: include tags from excluded messages in tag tab completionJameson Graef Rollins
2012-04-12emacs: update call in tag-completion functionJameson Graef Rollins
2012-04-12emacs: get rid of trailing spaces in notmuch-hello viewDmitry Kurochkin
2012-04-07emacs: make show set --exclude=falseMark Walters