summaryrefslogtreecommitdiffstats
path: root/emacs
AgeCommit message (Expand)Author
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-15Emacs: Indent first header line only when indentation is turned onTeemu Likonen
2020-08-09emacs: Use new advice mechanism do advice mm-shrJonas Bernoulli
2020-08-09emacs: Drop old advices that were only need for Emacs 23Jonas Bernoulli
2020-08-09emacs: Remove notmuch-read-char-choiceJonas Bernoulli
2020-08-09emacs: Remove notmuch-setq-localJonas Bernoulli
2020-08-09emacs: Use cl-incf where appropriateJonas Bernoulli
2020-08-09NEWS: At least Emacs 25.1 is required nowJonas Bernoulli
2020-08-09emacs: Add end-of-file line to libraries that lack itJonas Bernoulli
2020-08-09emacs: Provide 'rstdoc' feature at end of fileJonas Bernoulli
2020-08-09Fix typosJonas Bernoulli
2020-08-09emacs: Increase consistency of library headersJonas Bernoulli
2020-08-09emacs: Various cosmetic changesJonas Bernoulli
2020-08-09emacs: Autoload notmuch-jump using an autoload cookieJonas Bernoulli
2020-08-09emacs: Autoload notmuch-jump-search only onceJonas Bernoulli
2020-08-09emacs: Improve doc-stringsJonas Bernoulli
2020-08-09emacs: Use makefile-gmake-mode in Makefile*sJonas Bernoulli
2020-08-09emacs: notmuch-poll: Let the user know we are pollingJonas Bernoulli
2020-08-09emacs: No longer define notmuch-hello-mode-map as a functionJonas Bernoulli
2020-08-09emacs: Fix some function declarationsJonas Bernoulli
2020-08-09emacs: Extend face to window edge againJonas 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
2020-08-09emacs: Closing parenthesis go on the same lineJonas Bernoulli
2020-08-09emacs: Fix indentationJonas Bernoulli
2020-08-09emacs: Remove excess empty linesJonas Bernoulli
2020-08-09emacs: Shorten long linesJonas Bernoulli
2020-08-08Emacs: Ensure left-to-right display for message headersTeemu Likonen
2020-07-22emacs: notmuch-search: avoid wiping out buffer-local variablesSean Whitton
2020-06-06emacs docstrings: consistent indentation, newlines, periodsTomi Ollila
2020-06-01emacs: Respect `load-prefer-newer` when loading `notmuch-init-file'Sean Whitton
2020-04-27emacs: Use `cl-lib' instead of deprecated `cl'Jonas Bernoulli
2020-04-16emacs: Explicitly depend on Emacs 24Jonas Bernoulli
2020-04-16emacs: Declare function notmuch-show-get-message-idJonas Bernoulli
2020-04-14emacs: use def instead of initial-input for notmuch-show-browse-urlsKeegan Carruthers-Smith
2020-04-14emacs: introduce notmuch-search-by-tagKeegan Carruthers-Smith
2020-04-06emacs/tree: add x/X bindingsWilliam Casarin
2020-04-06emacs/tree: add notmuch-tree-archive-thread-then-exitWilliam Casarin
2020-04-06emacs/tree: add notmuch-tree-archive-message-than-next-or-exitWilliam Casarin
2020-04-06emacs/tree: add kill-both prefix argument to notmuch-tree-quitWilliam Casarin
2020-04-06emacs/tree: add notmuch-tree-matching-messageWilliam Casarin
2020-04-06emacs/tree: add notmuch-tree-goto-matching-messageWilliam Casarin
2020-04-06emacs/tree: return true if a thread was found in next-threadWilliam Casarin
2020-03-22emacs: avoid warning about notmuch-show-get-message-idDaniel Kahn Gillmor
2020-03-19notmuch-hello/jump: allow saved searches to specify unthreaded modeMark Walters