aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch-hello.el
AgeCommit message (Expand)Author
2026-01-15emacs/hello: fix one case of passing hide-excludedDavid Bremner
2025-03-14Set 'untrusted-content' to t in all modesStefan Kangas
2024-07-25emacs/hello: refresh hello directlyDavid Bremner
2024-05-29emacs: Allow customizing :excluded in notmuch-saved-searchesMohsin Kaleem
2024-04-06emacs: Add new option notmuch-search-hide-excludedMohsin Kaleem
2023-10-06emacs: wrap docstringsDavid Bremner
2023-10-06emacs: update quoting in docstringsDavid Bremner
2022-02-26emacs: redirect undo to notmuch-tag-undoDavid Bremner
2022-01-23emacs: customizable names for search buffersjao
2022-01-23emacs: define, use option :disable-excludes for n-h-query-countsDavid Bremner
2022-01-23Revert "emacs: use --exclude=false when checking for empty searches"David Bremner
2022-01-20emacs: use --exclude=false when counting total messagesDavid Bremner
2022-01-20emacs: use --exclude=false when checking for empty searchesDavid Bremner
2021-12-23emacs: add notmuch-logo.svg and use it in emacs mua on graphic displaysTomi Ollila
2021-12-03emacs: drop C-tab binding in hello mode, document <backtab>.David Bremner
2021-09-11emacs: wrap call-process-regionDavid Bremner
2021-09-11emacs: wrap process-linesDavid Bremner
2021-08-29emacs: shorten lines in two doc-stringsJonas Bernoulli
2021-08-29emacs: use closures instead of backquoted lambdasJonas Bernoulli
2021-07-13emacs: update declaration of notmuch-treeDavid Bremner
2021-07-03emacs/hello: honouring :sort-order in threaded queriesjao
2021-06-05emacs: fix declare-function definitions with related line breaksTomi Ollila
2021-01-15emacs: improve how cl-lib and pcase are requiredJonas Bernoulli
2021-01-15emacs: various comment improvementsJonas Bernoulli
2021-01-15emacs: various cosmetic 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: define new notmuch-search-item widget typeJonas Bernoulli
2021-01-13emacs: sanitize dedicated widget action/notify functionsJonas Bernoulli
2020-12-06emacs: remove unnecessary notmuch-remove-if-notJonas Bernoulli
2020-12-06emacs: remove deprecated notmuch-folder commandJonas Bernoulli
2020-12-06emacs: always use elisp quoting style in doc-stringsJonas Bernoulli
2020-12-06emacs: place complete first sentence on first doc-string lineJonas Bernoulli
2020-12-06emacs: define notmuch-hello-url as a constantJonas Bernoulli
2020-12-06emacs: sanitize function that displays versionJonas Bernoulli
2020-12-06emacs: more cleanup since dropping support for Emacs 24Jonas Bernoulli
2020-12-06emacs: remove redundant notmuch-hello-trimJonas Bernoulli
2020-08-22emacs: Use pop-to-buffer-same-window rather than switch-to-bufferSean Whitton
2020-08-09emacs: Use cl-incf where appropriateJonas Bernoulli
2020-08-09emacs: No longer define notmuch-hello-mode-map as a functionJonas 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: Fix indentationJonas Bernoulli
2020-08-09emacs: Remove excess empty linesJonas Bernoulli
2020-08-09emacs: Shorten long linesJonas Bernoulli
2020-06-06emacs docstrings: consistent indentation, newlines, periodsTomi Ollila
2020-04-27emacs: Use `cl-lib' instead of deprecated `cl'Jonas Bernoulli
2020-03-19notmuch-hello/jump: allow saved searches to specify unthreaded modeMark Walters
2020-03-19Introduce unthreaded modeMark Walters