mu4e: some documentation updates

This commit is contained in:
djcb
2014-10-19 12:04:11 +03:00
parent c6dd538975
commit d368c0c3f3

View File

@ -1232,15 +1232,15 @@ On MacOS, there is a program called @t{textutil} as yet another alternative:
@section Crypto @section Crypto
The @t{mu4e} message view supports@footnote{Crypto-support in @t{mu4e} The @t{mu4e} message view supports@footnote{Crypto-support in @t{mu4e}
requires @t{mu} to have been build with crypto-support; see the @ref{FAQ}} requires @t{mu} to have been build with crypto-support; see the
decryption of encrypted messages, as well as verification of signatures. For @ref{FAQ}} decryption of encrypted messages, as well as verification of
signing/encrypting messages your outgoing messages, see @ref{Signing and signatures. For signing/encrypting messages your outgoing messages, see
encrypting}. @ref{Signing and encrypting}.
Currently, only PGP/MIME is supported; PGP-inline and S/MIME are not. Currently, only PGP/MIME is supported; PGP-inline and S/MIME are not.
For all of this to work, @command{gpg-agent} must be running, and it must set For all of this to work, @command{gpg-agent} must be running, and it
the environment variable @t{GPG_AGENT_INFO}. You can check from must set the environment variable @t{GPG_AGENT_INFO}. You can check from
@command{emacs} with @key{M-x getenv GPG_AGENT_INFO}. @command{emacs} with @key{M-x getenv GPG_AGENT_INFO}.
In many mainstream Linux/Unix desktop environments, everything works In many mainstream Linux/Unix desktop environments, everything works
@ -1514,6 +1514,12 @@ two, you can still sign/encrypt messages.
Currently, decryption and signature verification only works for PGP/MIME; Currently, decryption and signature verification only works for PGP/MIME;
inline-PGP and S/MIME are not supported. inline-PGP and S/MIME are not supported.
Important note: the messages are encrypted when they are @emph{sent}:
this means that draft messages are @emph{not} encrypted. So if you are
using e.g. @t{offlineimap} to synchronize with some remote IMAP-service,
make sure the drafts folder is @emph{not} in the set of synchronized
folders, for obvious reasons.
@node Queuing mail @node Queuing mail
@section Queuing mail @section Queuing mail
@ -2871,9 +2877,13 @@ mu: cleaning up messages [/home/foo/.mu/xapian]
mu: elapsed: 0 second(s) mu: elapsed: 0 second(s)
@end verbatim @end verbatim
We can run both the @t{offlineimap} and the @t{mu index} from within @t{mu4e}, We can run both the @t{offlineimap} and the @t{mu index} from within
but running it from the command line makes it a bit easier to troubleshoot as @t{mu4e}, but running it from the command line makes it a bit easier to
we are setting things up. troubleshoot as we are setting things up.
NOte: when using encryption, you probably do @emph{not} want to
synchronize your Drafts-folder, since it contains the unencrypted
messages. You can use OfflineIMAP's @t{folderfilter} for that.
@subsection Settings @subsection Settings
@ -3125,6 +3135,8 @@ reply-message, based on some field in the original?} See @ref{Compose hooks}.
@item @emph{And what about customizable folders for draft messages, sent @item @emph{And what about customizable folders for draft messages, sent
messages, trashed messages, based on e.g. the @t{From:} header?} See messages, trashed messages, based on e.g. the @t{From:} header?} See
@ref{Dynamic folders}. @ref{Dynamic folders}.
@item @emph{Can I define aliases for (groups of) e-mail addresses?} Sure -
see @ref{(emacs) Mail Aliases}.
@item @emph{How can I automatically add some header to an outgoing message?} @item @emph{How can I automatically add some header to an outgoing message?}
Once more, see @ref{Compose hooks}. Once more, see @ref{Compose hooks}.
@item @emph{How can I influence the way the original message looks when @item @emph{How can I influence the way the original message looks when
@ -3473,9 +3485,9 @@ the user for a maildir to save the message in.
When using 'fancy characters' (@code{mu4e-use-fancy-chars}) with the When using 'fancy characters' (@code{mu4e-use-fancy-chars}) with the
@emph{Inconsolata}-font (and likely others as well), the display may be @emph{Inconsolata}-font (and likely others as well), the display may be
slightly off; the reason for this issue is that Inconsolata does not contain slightly off; the reason for this issue is that Inconsolata does not
the glyphs for the 'fancy' arrows and the glyphs that are used as replacement contain the glyphs for the 'fancy' arrows and the glyphs that are used
are too high. as replacements are too high.
To fix this, you can use something like the following workaround (in your To fix this, you can use something like the following workaround (in your
@t{.emacs}-file): @t{.emacs}-file):