mu4e: fix some more typos in the reference doc

This commit is contained in:
djcb
2015-03-21 18:28:20 +02:00
parent 7ca574934c
commit 6ecef77b1f

View File

@ -482,7 +482,7 @@ update at all. After you make changes to @code{mu4e-update-interval},
If the mail-retrieval process returns with a non-zero exit code, If the mail-retrieval process returns with a non-zero exit code,
@t{mu4e} will show a warning (unless @t{mu4e} will show a warning (unless
@code{mu4e-index-update-error-warning} is set to @code{nil}), but then @code{mu4e-index-update-error-warning} is set to @code{nil}), but then
try to index your maildirs anyway (unlesds try to index your maildirs anyway (unless
@code{mu4e-index-update-error-continue} is set to @code{nil}). @code{mu4e-index-update-error-continue} is set to @code{nil}).
Reason for these defaults is that some of the mail-retrieval programs Reason for these defaults is that some of the mail-retrieval programs
@ -565,7 +565,7 @@ happens with sent messages. The default is the symbol @code{sent} which, as
mentioned, causes the message to be copied to your sent-messages folder. Other mentioned, causes the message to be copied to your sent-messages folder. Other
possible values are the symbols @code{trash} (the sent message is moved to the possible values are the symbols @code{trash} (the sent message is moved to the
trash-folder (@code{mu4e-trash-folder}), and @code{delete} to simply discard trash-folder (@code{mu4e-trash-folder}), and @code{delete} to simply discard
the sent message altogether (so GMail can deal with it). the sent message altogether (so Gmail can deal with it).
For Gmail-over-@abbr{IMAP}, you could add the following to your settings: For Gmail-over-@abbr{IMAP}, you could add the following to your settings:
@verbatim @verbatim
@ -574,16 +574,16 @@ For Gmail-over-@abbr{IMAP}, you could add the following to your settings:
@end verbatim @end verbatim
And that's it! We should now be ready to go. And that's it! We should now be ready to go.
For more complex needs, @code{mu4e-sent-messages-behavior} can also be a For more complex needs, @code{mu4e-sent-messages-behavior} can also be
a parameter-less function that returns one of the metioned symbols; see the a a parameter-less function that returns one of the mentioned symbols;
built-in documentation for the variable. see the built-in documentation for the variable.
@node Running mu4e @node Running mu4e
@section Running mu4e @section Running mu4e
After following the steps in this chapter, we hopely now have a working After following the steps in this chapter, we now (hopefully!) have a
@t{mu4e} setup. Great! In the next chapters, we walk you through the various working @t{mu4e} setup. Great! In the next chapters, we walk you
views in @t{mu4e}. through the various views in @t{mu4e}.
For your orientation, the diagram below shows how the views relate to each For your orientation, the diagram below shows how the views relate to each
other, and the default key-bindings to navigate between them. other, and the default key-bindings to navigate between them.
@ -728,10 +728,10 @@ if you have actually set up mail-queuing. @ref{Queuing mail}
@node Headers view @node Headers view
@chapter The headers view @chapter The headers view
The headers view shows the results of a query. The topline shows the names of The headers view shows the results of a query. The header-line shows
the fields. Below that, there is a line with those fields, for each matching the names of the fields. Below that, there is a line with those
message, followed by a footer line. The major-mode for the headers view is fields, for each matching message, followed by a footer line. The
@code{mu4e-headers-mode}. major-mode for the headers view is @code{mu4e-headers-mode}.
@menu @menu
* Overview: HV Overview. * Overview: HV Overview.
@ -1903,7 +1903,7 @@ client. By default, maildir searches are available in the @ref{Main view},
@subsection Setting up maildir shortcuts @subsection Setting up maildir shortcuts
You can search for maildirs like can for any other messsage property You can search for maildirs like can for any other message property
(e.g. with a query like @t{maildir:/myfolder}), but since it is so common, (e.g. with a query like @t{maildir:/myfolder}), but since it is so common,
@t{mu4e} offers a shortcut for this. @t{mu4e} offers a shortcut for this.
@ -2543,7 +2543,7 @@ Another useful function is
certain pattern; again, see its docstring. certain pattern; again, see its docstring.
@node Available functions @node Available functions
@section Availabe functions @section Available functions
The whole of @t{mu4e} consists of hundreds of elisp functions. However, the The whole of @t{mu4e} consists of hundreds of elisp functions. However, the
majority of those are for @emph{internal} use only; you can recognize them majority of those are for @emph{internal} use only; you can recognize them
@ -3115,7 +3115,7 @@ We can run both the @t{offlineimap} and the @t{mu index} from within
@t{mu4e}, but running it from the command line makes it a bit easier to @t{mu4e}, but running it from the command line makes it a bit easier to
troubleshoot as we are setting things up. troubleshoot as we are setting things up.
NOte: when using encryption, you probably do @emph{not} want to Note: when using encryption, you probably do @emph{not} want to
synchronize your Drafts-folder, since it contains the unencrypted synchronize your Drafts-folder, since it contains the unencrypted
messages. You can use OfflineIMAP's @t{folderfilter} for that. messages. You can use OfflineIMAP's @t{folderfilter} for that.
@ -3295,7 +3295,7 @@ prefix-argument (@key{C-u}), @t{mu4e} starts, but does not show the
main-window. main-window.
@item @emph{Some IMAP-synchronization programs such as @t{mbsync} (but not @item @emph{Some IMAP-synchronization programs such as @t{mbsync} (but not
@t{offlineimap}) don't like it when message files do not change their names @t{offlineimap}) don't like it when message files do not change their names
when they are moved to different folders. Can @t{mu4e} somehow accomodate when they are moved to different folders. Can @t{mu4e} somehow accommodate
this?} Yes - you can set the variable @code{mu4e-change-filenames-when-moving} this?} Yes - you can set the variable @code{mu4e-change-filenames-when-moving}
to non-nil. to non-nil.
@item @emph{@command{offlineimap} uses IMAP's UTF-7 for encoding @item @emph{@command{offlineimap} uses IMAP's UTF-7 for encoding