* add documentation for setting up mail-user-agent
This commit is contained in:
@ -794,6 +794,11 @@ C-c C-w insert signature
|
|||||||
C-c C-a attach a file (pro-tip: drag & drop works as well)
|
C-c C-a attach a file (pro-tip: drag & drop works as well)
|
||||||
@end verbatim
|
@end verbatim
|
||||||
|
|
||||||
|
If you want use @t{mu4e} as the default program for sending mail, please see
|
||||||
|
@ref{Setting the default emacs mail program}. With respect to sending mail,
|
||||||
|
other interesting topics: @ref{Citations with mu-cite} and @ref{Maintaining an
|
||||||
|
address-book with org-contacts}.
|
||||||
|
|
||||||
@node Searching mail
|
@node Searching mail
|
||||||
@chapter Searching mail
|
@chapter Searching mail
|
||||||
|
|
||||||
@ -980,6 +985,7 @@ In this chapter we discuss some ways in ways in which @t{mu4e} can cooperate
|
|||||||
with other tools.
|
with other tools.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
|
* Setting the default emacs mail program::
|
||||||
* Creating org-mode links::
|
* Creating org-mode links::
|
||||||
* Maintaining an address-book with org-contacts::
|
* Maintaining an address-book with org-contacts::
|
||||||
* Getting new mail notifications with Sauron::
|
* Getting new mail notifications with Sauron::
|
||||||
@ -987,6 +993,22 @@ with other tools.
|
|||||||
* Citations with mu-cite::
|
* Citations with mu-cite::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
|
@node Setting the default emacs mail program
|
||||||
|
@section Setting the default emacs mail program
|
||||||
|
|
||||||
|
@t{emacs} allows you to select an e-mail program as the default program it
|
||||||
|
will use when you press @key{C-x m} (@code{compose-mail}), call
|
||||||
|
@code{report-emacs-bug} and so on.
|
||||||
|
|
||||||
|
If you want to use @t{mu4e} for this, you do so by adding the following to
|
||||||
|
your configuration:
|
||||||
|
|
||||||
|
@lisp
|
||||||
|
(setq mail-user-agent 'mu4e-user-agent)
|
||||||
|
@end lisp
|
||||||
|
|
||||||
|
At the present time, support is still experimental.
|
||||||
|
|
||||||
@node Creating org-mode links
|
@node Creating org-mode links
|
||||||
@section Creating org-mode links
|
@section Creating org-mode links
|
||||||
It can be useful to include links to e-mail messages or even search queries in
|
It can be useful to include links to e-mail messages or even search queries in
|
||||||
|
|||||||
Reference in New Issue
Block a user