mu4e: include fdl in documentation

This commit is contained in:
djcb
2012-01-01 22:48:11 +02:00
parent ad6799d93f
commit 8235efc5df

View File

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