summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-18python: remove trailing whitespace within the documentation source filesJustus Winter
2012-02-18python: improve Query.count_messages docstringJustus Winter
2012-02-18python: wrap notmuch_query_count_threads as Query.count_threadsJustus Winter
2012-02-18python: refactor Query classJustus Winter
2012-02-18python: move Query class to its own fileJustus Winter
2012-02-18python: remove unused but imported symbolJustus Winter
2012-02-18python: remove unused but imported symbolJustus Winter
2012-02-17NEWS: add news section for new.ignoreTomi Ollila
2012-02-17add support for user-specified files & directories to ignoreTomi Ollila
2012-02-17test: add tests wrt ignoring user-specified files and directoriesTomi Ollila
2012-02-17emacs: Fix display of highlighted line in notmuch-searchMichal Sojka
2012-02-15python: implement the context manager protocol for database objectsJustus Winter
2012-02-15python: provide a Database.close functionJustus Winter
2012-02-14Free the results of scandir()Ethan Glasser-Camp
2012-02-14emacs: allow to set RETAIN-STATE for `notmuch-show-refresh-view' interactivelyDmitry Kurochkin
2012-02-12emacs: cleanup and simplify `notmuch-show-archive-thread' and related functionsDmitry Kurochkin
2012-02-12emacs: A prefix argument to `notmuch-show' should invert the matching message behaviour.David Edmondson
2012-02-12emacs: Add `notmuch-show-only-matching-messages'.David Edmondson
2012-02-12emacs: Check that the parent buffer is alive before using it.David Edmondson
2012-02-12emacs: Optionally retain the state of the buffer during `notmuch-show-refresh-view'.David Edmondson
2012-02-12emacs: Add a binding (t) to toggle the truncation of long lines.David Edmondson
2012-02-12emacs: Allow the indentation of content to be toggled.David Edmondson
2012-02-12emacs: Allow `notmuch-show-mode' to display only matching messages.David Edmondson
2012-02-12emacs: Rework crypto switch toggle.David Edmondson
2012-02-12emacs: Ensure that gnupg output goes at the end of the buffer.David Edmondson
2012-02-12cli: reach previously unreachable cleanup code in "notmuch show"Jani Nikula
2012-02-12cli: convert "notmuch show" to use the new argument parserJani Nikula
2012-02-12cli: use notmuch_bool_t for boolean fields in notmuch_show_params_tJani Nikula
2012-02-12show: Simplify new text formatter codeAustin Clements
2012-02-12show: Convert text format to the new self-recursive styleAustin Clements
2012-02-12emacs: add default value to notmuch-search-line-facesJani Nikula
2012-02-12test: remove explicit loading of elisp tests in emacs-address-cleaningDmitry Kurochkin
2012-02-12test: auto load elisp tests file in test_emacs if availableDmitry Kurochkin
2012-02-12STYLE: Initial draft of coding style documentDavid Bremner
2012-02-10py3k: Fix decoding of default database name in Database._get_user_default_dbJustus Winter
2012-02-10python: mock out the ctypes libraryJustus Winter
2012-02-10python: Add a Mock class to the sphinx config that can be used to mock modulesJustus Winter
2012-02-08emacs: make show view a/A/x/X key bindings more consistentJani Nikula
2012-02-08NEWS: document Emacs UI tagging operations changesDmitry Kurochkin
2012-02-08emacs: s/tags/tag-changes/ for arguments of tagging functionsDmitry Kurochkin
2012-02-08emacs: accept empty tag list in `notmuch-tag'Dmitry Kurochkin
2012-02-08emacs: relax tag syntax check in `notmuch-tag' functionDmitry Kurochkin
2012-02-08emacs: separate history for operations which accept single and multiple tagsDmitry Kurochkin
2012-02-08emacs: add "*" binding for notmuch-show viewDmitry Kurochkin
2012-02-08emacs: rename `notmuch-search-operate-all' to `notmuch-search-tag-all'Dmitry Kurochkin
2012-02-08test: fix emacs tests after tagging operations changesDmitry Kurochkin
2012-02-08emacs: make "+" and "-" tagging operations in notmuch-show more flexibleDmitry Kurochkin
2012-02-08emacs: make "+" and "-" tagging operations in notmuch-search more flexibleDmitry Kurochkin
2012-02-08emacs: remove text properties from `notmuch-search-get-tags' resultDmitry Kurochkin
2012-02-08emacs: move tag format validation to `notmuch-tag' functionDmitry Kurochkin