Spelling fixes and simplifying some code

This commit is contained in:
Stephen J. Eglen
2021-04-13 17:15:40 +01:00
parent 82725d63ea
commit 8a4a0e9a1c

View File

@ -82,7 +82,7 @@ can customize @t{mu4e} for your special needs.
At the end of the manual, there are some example configurations, to get At the end of the manual, there are some example configurations, to get
you up to speed quickly: @ref{Example configs}. There's also a you up to speed quickly: @ref{Example configs}. There's also a
section with answers to frequenly asked questions, @ref{FAQ}. section with answers to frequently asked questions, @ref{FAQ}.
@menu @menu
* Introduction:: Where to begin * Introduction:: Where to begin
@ -152,7 +152,7 @@ file-manager for emacs.
@t{mu4e} keeps all the `state' in your maildirs, so you can easily @t{mu4e} keeps all the `state' in your maildirs, so you can easily
switch between clients, synchronize over @abbr{IMAP}, backup with switch between clients, synchronize over @abbr{IMAP}, backup with
@t{rsync} and so on. The Xapian-database that @t{mu} maintains is @t{rsync} and so on. The Xapian-database that @t{mu} maintains is
mererly a @emph{cache}; if you delete it, you won't lose any merely a @emph{cache}; if you delete it, you won't lose any
information. information.
@node What mu4e does not do @node What mu4e does not do
@ -3229,7 +3229,7 @@ browser, or listening to a message's body-text using text-to-speech.
@node Extending mu4e @node Extending mu4e
@chapter Extending mu4e @chapter Extending mu4e
@t{mu4e} is designed to be easily extendible --- that is, write your own @t{mu4e} is designed to be easily extensible --- that is, write your own
emacs-lisp to make @t{mu4e} behave exactly as you want. Here, we provide some emacs-lisp to make @t{mu4e} behave exactly as you want. Here, we provide some
guidelines for doing so. guidelines for doing so.
@ -4430,7 +4430,7 @@ configuration:
'("ViewInBrowser" . mu4e-action-view-in-browser) t) '("ViewInBrowser" . mu4e-action-view-in-browser) t)
@end lisp @end lisp
Now, when viewing such a difficult message, type @kbd{aV}, and the message Now, when viewing such a difficult message, type @kbd{aV}, and the message
opens inside a webbrowser. You can influence the browser with opens inside a web browser. You can influence the browser with
@code{browse-url-generic-program}; and see @ref{Privacy aspects}. @code{browse-url-generic-program}; and see @ref{Privacy aspects}.
@subsection How can I read encrypted messages that I sent? @subsection How can I read encrypted messages that I sent?
Since you do not own the recipient's key you typically cannot read Since you do not own the recipient's key you typically cannot read
@ -4574,7 +4574,7 @@ have it, your mails mostly look quite bad especially on mobile
devices) and here's the RFC with all the details: devices) and here's the RFC with all the details:
@url{https://www.ietf.org/rfc/rfc2646.txt}. @url{https://www.ietf.org/rfc/rfc2646.txt}.
Since version 0.9.17, @t{mu4e} sensd emails with @t{format=flowed} by Since version 0.9.17, @t{mu4e} sends emails with @t{format=flowed} by
setting setting
@lisp @lisp
(setq mu4e-compose-format-flowed t) (setq mu4e-compose-format-flowed t)
@ -4674,10 +4674,9 @@ as replacements are too high.
To fix this, you can use something like the following workaround (in To fix this, you can use something like the following workaround (in
your @t{.emacs}-file): your @t{.emacs}-file):
@lisp @lisp
(if (equal window-system 'x) (when (equal window-system 'x)
(progn
(set-fontset-font "fontset-default" 'unicode "Dejavu Sans Mono") (set-fontset-font "fontset-default" 'unicode "Dejavu Sans Mono")
(set-face-font 'default "Inconsolata-10"))) (set-face-font 'default "Inconsolata-10"))
@end lisp @end lisp
Other fonts with good support for Unicode are @t{unifont} and Other fonts with good support for Unicode are @t{unifont} and