mu4e: include fdl in documentation
This commit is contained in:
@ -9,16 +9,16 @@
|
||||
@direntry
|
||||
* mu4e: (mu4e). An email client for emacs based on mu.
|
||||
@end direntry
|
||||
|
||||
@copying
|
||||
Copyright @copyright{} 2011 Dirk-Jan C. Binnema
|
||||
Copyright @copyright{} 2012 Dirk-Jan C. Binnema
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the GNU Free Documentation License, Version 1.2 or
|
||||
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||||
any later version published by the Free Software Foundation; with no
|
||||
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
||||
Texts.
|
||||
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
|
||||
copy of the license is included in the section entitled ``GNU Free
|
||||
Documentation License.''
|
||||
@end quotation
|
||||
@end copying
|
||||
|
||||
@ -41,6 +41,10 @@ has been tested on Debian GNU/Linux.
|
||||
* Example configuration::
|
||||
* FAQ - Frequently Anticipated Questions::
|
||||
* Known issues / missing features::
|
||||
|
||||
Appendices
|
||||
|
||||
* GNU Free Documentation License:: The license of this manual.
|
||||
@end menu
|
||||
|
||||
@node Introduction
|
||||
@ -255,7 +259,7 @@ Then, we need to tell @t{mu4e} where it can find your Maildir, and some
|
||||
special folders. So, for example:
|
||||
@example
|
||||
(setq
|
||||
mu4e-maildir "~/Maildir" ;;
|
||||
mu4e-maildir "~/Maildir" ;;
|
||||
mu4e-inbox-folder "/inbox" ;; where do i receive mail?
|
||||
mu4e-sent-folder "/sent" ;; where do i keep sent mail?
|
||||
mu4e-drafts-folder "/drafts" ;; where do i keep half-written mail?
|
||||
@ -672,7 +676,7 @@ for example, getting to the @t{/lists} folder only requires you to type
|
||||
mu4e-user-mail-address-regexp
|
||||
"foo@bar\.com\\|cuux@example\.com"
|
||||
|
||||
;; path to our Maildir directory
|
||||
;; path to our Maildir directory
|
||||
mu4e-maildir "/home/user/Maildir"
|
||||
;; the next are relative to `mu4e-maildir'
|
||||
mu4e-outbox-folder "/outbox"
|
||||
@ -686,7 +690,7 @@ for example, getting to the @t{/lists} folder only requires you to type
|
||||
("/inbox" . ?i)
|
||||
("/work" . ?w)
|
||||
("/sent" . ?s))
|
||||
|
||||
|
||||
;; when you want to use some external command for text->html conversion,
|
||||
;; i.e., the 'html2text' program
|
||||
mu4e-html2text-command "html2text"
|
||||
@ -699,8 +703,8 @@ for example, getting to the @t{/lists} folder only requires you to type
|
||||
(:flags . 6)
|
||||
(:from . 22)
|
||||
(:subject . nil))
|
||||
|
||||
|
||||
|
||||
|
||||
;; program to get mail; alternatives are 'fetchmail', 'getmail'
|
||||
;; isync or your own shellscript. called when 'U' is pressed in
|
||||
;; main view
|
||||
@ -919,4 +923,10 @@ found some problems with specific mails. This is an issue in @t{mu}, and it is
|
||||
under investigation.
|
||||
@end itemize
|
||||
|
||||
@node GNU Free Documentation License
|
||||
@appendix GNU Free Documentation License
|
||||
|
||||
@include fdl.texi
|
||||
|
||||
|
||||
@bye
|
||||
|
||||
Reference in New Issue
Block a user