]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
Fix typos
[notmuch-wiki] / emacstips.mdwn
index 41d821d3f27f2b0259c89bf8b8c247c5d60d65cb..4eb8e8091b5b6ed11ee8fd5e0f95baad99e6d0bf 100644 (file)
@@ -295,7 +295,7 @@ wrong viewer is started or something else goes wrong, there's a good
 chance something needs to be adapted in the mailcap configuration.
 
 For Example: The `copiousoutput` setting in mailcap files needs to be
-removed for some mime-types to prevent immediate removal of tempory
+removed for some mime-types to prevent immediate removal of temporary
 files so the configured viewer can access them.
 
 
@@ -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."