diff options
| author | Georg Faerber <georg@riseup.net> | 2018-03-18 03:30:25 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-03-24 20:09:54 -0300 |
| commit | c117306f2dfcdf705ef3433962d227d1cb39eb90 (patch) | |
| tree | 0a80658e66dce1874255ef20e9354b78e8836d0f /emacs | |
| parent | f6430bc06d479fdf0b180231d3a3b5fb67bbb8e0 (diff) | |
Fix typos as found by codespell
Signed-off-by: Georg Faerber <georg@riseup.net>
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/notmuch-mua.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 59b546a6..fc8ac687 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -103,7 +103,7 @@ Note that these functions use `mail-citation-hook' if that is non-nil." "Function to decide which parts get a header when replying. This function specifies which parts of a mime message with -mutiple parts get a header." +multiple parts get a header." :type '(radio (const :tag "No part headers" notmuch-show-reply-insert-header-p-never) (const :tag "All except multipart/* and hidden parts" |
