diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-12 12:15:50 +0200 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-12 12:15:50 +0200 |
| commit | 3170f66a82f30efc3f2009e03b9e680ee258ca7b (patch) | |
| tree | 36d524954d68407fd5d6a525466fd85e9f03873f | |
| parent | f38293ca6f091186b6221a558c63e4e849e35b75 (diff) | |
Delete comment about notmuch 0.15 or older
| -rw-r--r-- | emacstips.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index 41d821d..298017c 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -716,8 +716,7 @@ tabs with spaces in subject lines: (add-hook 'notmuch-show-markup-headers-hook 'notmuch-show-subject-tabs-to-spaces) -And in header lines (this will only work with the yet to be released -notmuch version 0.15): +And in header lines: (defun notmuch-show-header-tabs-to-spaces () "Replace tabs with spaces in header line." |
