aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch-tree.el
AgeCommit message (Expand)Author
2023-02-21emacs/tree: use two argument form of setq-localDavid Bremner
2023-02-20emacs: notmuch-tree-outline-modejao
2022-09-23emacs: add notmuch-search-edit-search and notmuch-tree-edit-searchTomi Ollila
2022-09-03emacs: new notmuch-tree-process-exit-functionsjao
2022-07-30emacs: update defcustom for notmuch-unthreaded-result-formatDavid Bremner
2022-07-30emacs: update defcustom for notmuch-search-result-format.David Bremner
2022-07-03emacs: mark notmuch-query.el as obsoleteDavid Bremner
2022-01-23emacs: customizable names for search buffersjao
2021-12-12emacs/tree: fix docstrings for author facesKyle Meyer
2021-10-30emacs: add minimal docstring for notmuch-unthreadedDavid Bremner
2021-09-20emacs: notmuch-tree: customizable strings for drawing treesjao
2021-09-11emacs: wrap process-linesDavid Bremner
2021-09-08emacs: Allow functions in notmuch-{tree,unthreaded}-result-formatDavid Edmondson
2021-08-29emacs: fix some option type declarationsJonas Bernoulli
2021-08-22CLI: define and use format version 5David Bremner
2021-08-21emacs: new command notmuch-tree-filter-by-tagjao
2021-08-21emacs: new command notmuch-tree-filterjao
2021-07-25emacs: notmuch-tree: mark the initial message at point as readJonas Bernoulli
2021-07-19emacs: remove useless lexically bound variableDavid Bremner
2021-07-03emacs/tree: command to toggle search sort order in tree modejao
2021-07-03emacs/hello: honouring :sort-order in threaded queriesjao
2021-06-27emacs/tree use notmuch-show-single-messageDavid Bremner
2021-06-05emacs: fix declare-function definitions with related line breaksTomi Ollila
2021-01-15emacs: notmuch-tree-get-match: No longer define as commandJonas Bernoulli
2021-01-15emacs: improve how cl-lib and pcase are requiredJonas Bernoulli
2021-01-15emacs: avoid unnecessary let-bindingsJonas Bernoulli
2021-01-15emacs: various doc-string improvementsJonas Bernoulli
2021-01-13emacs: deal with unused lexical arguments and variablesJonas Bernoulli
2021-01-13emacs: use lexical-bindings in all librariesJonas Bernoulli
2021-01-13emacs: make headings outline-minor-mode compatibleJonas Bernoulli
2021-01-13emacs: use setq instead of setJonas Bernoulli
2020-12-06emacs: avoid binding unnamed commands in keymapsJonas Bernoulli
2020-12-06emacs: use defvar-localJonas Bernoulli
2020-12-06emacs: remove unnecessary notmuch-tree-button-activateJonas Bernoulli
2020-12-06emacs: more cleanup since dropping support for Emacs 24Jonas Bernoulli
2020-11-11emacs: don't fset keymapsJonas Bernoulli
2020-11-11emacs: add doc-string to notmuch-tree-mode-mapJonas Bernoulli
2020-11-11emacs: silence byte-compilerJonas Bernoulli
2020-08-22emacs: Use pop-to-buffer-same-window rather than switch-to-bufferSean Whitton
2020-08-16emacs/tree: add notmuch-tree-archive-thread-then-nextWilliam Casarin
2020-08-16emacs/tree: enable moving to next thread in search resultsWilliam Casarin
2020-08-16emacs/tree: introduce notmuch-tree-parent-buffer variableWilliam Casarin
2020-08-09emacs: Increase consistency of library headersJonas Bernoulli
2020-08-09emacs: Autoload notmuch-jump-search only onceJonas Bernoulli
2020-08-09emacs: Improve doc-stringsJonas Bernoulli
2020-08-09emacs: Use one or three lines for 'if' formsJonas Bernoulli
2020-08-09emacs: Use 'when' instead of 'if' when there is no ELSE partJonas Bernoulli
2020-08-09emacs: Use 'unless' instead of 'when' and 'not'Jonas Bernoulli
2020-08-09emacs: Use 'and' instead of 'when' when the return value mattersJonas Bernoulli
2020-08-09emacs: Only set one variable per setq formJonas Bernoulli