aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add support for user-specified files & directories to ignoreGravatar Tomi Ollila2012-02-17
* test: add tests wrt ignoring user-specified files and directoriesGravatar Tomi Ollila2012-02-17
* emacs: Fix display of highlighted line in notmuch-searchGravatar Michal Sojka2012-02-17
* python: implement the context manager protocol for database objectsGravatar Justus Winter2012-02-15
* python: provide a Database.close functionGravatar Justus Winter2012-02-15
* Free the results of scandir()Gravatar Ethan Glasser-Camp2012-02-14
* emacs: allow to set RETAIN-STATE for `notmuch-show-refresh-view' interactivelyGravatar Dmitry Kurochkin2012-02-14
* emacs: cleanup and simplify `notmuch-show-archive-thread' and related functionsGravatar Dmitry Kurochkin2012-02-12
* emacs: A prefix argument to `notmuch-show' should invert the matching message...Gravatar David Edmondson2012-02-12
* emacs: Add `notmuch-show-only-matching-messages'.Gravatar David Edmondson2012-02-12
* emacs: Check that the parent buffer is alive before using it.Gravatar David Edmondson2012-02-12
* emacs: Optionally retain the state of the buffer during `notmuch-show-refresh...Gravatar David Edmondson2012-02-12
* emacs: Add a binding (t) to toggle the truncation of long lines.Gravatar David Edmondson2012-02-12
* emacs: Allow the indentation of content to be toggled.Gravatar David Edmondson2012-02-12
* emacs: Allow `notmuch-show-mode' to display only matching messages.Gravatar David Edmondson2012-02-12
* emacs: Rework crypto switch toggle.Gravatar David Edmondson2012-02-12
* emacs: Ensure that gnupg output goes at the end of the buffer.Gravatar David Edmondson2012-02-12
* cli: reach previously unreachable cleanup code in "notmuch show"Gravatar Jani Nikula2012-02-12
* cli: convert "notmuch show" to use the new argument parserGravatar Jani Nikula2012-02-12
* cli: use notmuch_bool_t for boolean fields in notmuch_show_params_tGravatar Jani Nikula2012-02-12
* show: Simplify new text formatter codeGravatar Austin Clements2012-02-12
* show: Convert text format to the new self-recursive styleGravatar Austin Clements2012-02-12
* emacs: add default value to notmuch-search-line-facesGravatar Jani Nikula2012-02-12
* test: remove explicit loading of elisp tests in emacs-address-cleaningGravatar Dmitry Kurochkin2012-02-12
* test: auto load elisp tests file in test_emacs if availableGravatar Dmitry Kurochkin2012-02-12
* STYLE: Initial draft of coding style documentGravatar David Bremner2012-02-12
* py3k: Fix decoding of default database name in Database._get_user_default_dbGravatar Justus Winter2012-02-10
* python: mock out the ctypes libraryGravatar Justus Winter2012-02-10
* python: Add a Mock class to the sphinx config that can be used to mock modulesGravatar Justus Winter2012-02-10
* emacs: make show view a/A/x/X key bindings more consistentGravatar Jani Nikula2012-02-08
* NEWS: document Emacs UI tagging operations changesGravatar Dmitry Kurochkin2012-02-08
* emacs: s/tags/tag-changes/ for arguments of tagging functionsGravatar Dmitry Kurochkin2012-02-08
* emacs: accept empty tag list in `notmuch-tag'Gravatar Dmitry Kurochkin2012-02-08
* emacs: relax tag syntax check in `notmuch-tag' functionGravatar Dmitry Kurochkin2012-02-08
* emacs: separate history for operations which accept single and multiple tagsGravatar Dmitry Kurochkin2012-02-08
* emacs: add "*" binding for notmuch-show viewGravatar Dmitry Kurochkin2012-02-08
* emacs: rename `notmuch-search-operate-all' to `notmuch-search-tag-all'Gravatar Dmitry Kurochkin2012-02-08
* test: fix emacs tests after tagging operations changesGravatar Dmitry Kurochkin2012-02-08
* emacs: make "+" and "-" tagging operations in notmuch-show more flexibleGravatar Dmitry Kurochkin2012-02-08
* emacs: make "+" and "-" tagging operations in notmuch-search more flexibleGravatar Dmitry Kurochkin2012-02-08
* emacs: remove text properties from `notmuch-search-get-tags' resultGravatar Dmitry Kurochkin2012-02-08
* emacs: move tag format validation to `notmuch-tag' functionGravatar Dmitry Kurochkin2012-02-08
* tag: remove unused attribute from notmuch_tag_command() argumentsGravatar Dmitry Kurochkin2012-02-08
* emacs: use mark instead of point-max in MML quoting.Gravatar David Bremner2012-02-04
* test: Fix up date in MML quoting tests.Gravatar David Bremner2012-02-04
* Merge commit '0.11.1'Gravatar David Bremner2012-02-04
|\
* | emacs: fix `notmuch-wash-region-to-button' to work at beginning of bufferGravatar Dmitry Kurochkin2012-02-04
* | test: add test for hiding Original Message region at beginning of a messageGravatar Dmitry Kurochkin2012-02-04
* | emacs: Move the blank line from the bottom of the headers to the top of the b...Gravatar David Edmondson2012-02-03
* | emacs: More address cleaning.Gravatar David Edmondson2012-02-03