1 \input texinfo @c -*-texinfo -*-
4 @settitle Wanderlust -- Yet Another Message Interface On Emacsen --
11 @dircategory GNU Emacs Lisp
13 * Wanderlust: (wl). Yet Another Message Interface On Emacsen
16 @c permissions text appears in an Info file before the first node.
18 This file documents Wanderlust, Yet another message interface on
21 Copyright @copyright{} 1998, 1999, 2000, 2001, 2002 @w{Yuuichi Teranishi},
22 @w{Fujikazu Okunishi}, @w{Masahiro Murata}, @w{Kenichi Okada},
23 @w{Kaoru Takahashi}, @w{Bun Mizuhara} and @w{Masayuki Osada},
24 @w{Katsumi Yamaoka}, @w{Hiroya Murata} and @w{Yoichi Nakayama}.
26 This edition is for Wanderlust version @value{VERSION}.
28 Permission is granted to make and distribute verbatim copies of this
29 manual provided the copyright notice and this permission notice are
30 preserved on all copies.
33 Permission is granted to process this file through TeX and print the
34 results, provided the printed document carries copying permission notice
35 identical to this one except for the removal of this paragraph (this
36 paragraph not being relevant to the printed manual).
39 Permission is granted to copy and distribute modified versions of this
40 manual under the conditions for verbatim copying, provided that the
41 entire resulting derived work is distributed under the terms of a
42 permission notice identical to this one.
44 Permission is granted to copy and distribute translations of this manual
45 into another language, under the above conditions for modified versions.
51 @title Wanderlust User's Manual
52 @subtitle Yet another message interface on Emacsen
53 @subtitle for Wanderlust version @value{VERSION}
54 @author Yuuichi Teranishi
55 @author Fujikazu Okunishi
56 @author Masahiro Murata
58 @author Kaoru Takahashi
60 @author Masayuki Osada
61 @author Katsumi Yamaoka
63 @author Yoichi Nakayama
66 @vskip 0pt plus 1filll
67 Copyright @copyright{} 1998, 1999, 2000, 2001, 2002 @w{Yuuichi Teranishi},
68 @w{Fujikazu Okunishi}, @w{Masahiro Murata}, @w{Kenichi Okada},
69 @w{Kaoru Takahashi}, @w{Bun Mizuhara}, @w{Masayuki Osada},
70 @w{Katsumi Yamaoka}, @w{Hiroya Murata} and @w{Yoichi Nakayama}.
72 This manual is for Wanderlust version @value{VERSION}.
74 Permission is granted to make and distribute verbatim copies of this
75 manual provided the copyright notice and this permission notice are
76 preserved on all copies.
78 Permission is granted to copy and distribute modified versions of this
79 manual under the conditions for verbatim copying, provided that the
80 entire resulting derived work is distributed under the terms of a
81 permission notice identical to this one.
83 Permission is granted to copy and distribute translations of this manual
84 into another language, under the above conditions for modified versions.
90 @node Top, Introduction, (dir), (dir)
91 @top Wanderlust User's Manual
106 This manual is for Wanderlust @value{VERSION}.
111 * Introduction:: Read this first
112 * Start Me Up:: Invoking Wanderlust
113 * Folders:: How to specify folders
114 * Folder:: Selecting and editing folders
115 * Summary:: Reading and refiling messages
116 * Message:: Saving and playing MIME multipart entities
117 * Draft:: Draft buffer, sending mail and news
118 * Disconnected Operations:: Off-Line management
119 * Expire and Archive:: Automatic expiration and archiving of messages
120 * Scoring:: Score of the messages
121 * Split messages:: Splitting messages
122 * Address Book:: Management of Address Book
123 * Customization:: Customizing Wanderlust
124 * Terminology:: Terminologies
125 * Mailing List:: Wanderlust mailing list
126 * Addition:: Additional Information
131 @node Introduction, Start Me Up, Top, Top
132 @chapter Introduction of Wanderlust
135 Wanderlust is an mail/news management system on Emacsen.
136 It supports IMAP4rev1(RFC2060), NNTP, POP and local message files.
138 The main features of Wanderlust:
141 @item Pure elisp implementation.
142 @item Supports IMAP4rev1, NNTP, POP(POP3/APOP), MH and Maildir format.
143 @item Unified access method to messages based on Mew-like Folder Specification.
144 @item Mew-like Key-bind and mark handling.
145 @item Manages unread messages.
146 @item Interactive thread display.
147 @item Folder Mode shows the list of subscribed folders.
148 @item Message Cache, Disconnected Operation (Read Only).
149 @item MH-like FCC. (Fcc: %Backup and Fcc: $Backup is allowed).
150 @item MIME compliant (by SEMI).
151 @item Transmission of news and mail are unified by Message transmitting draft.
152 @item Graphical list of folders (XEmacs and Emacs 21).
153 @item View a part of message without retrieving the whole message (IMAP4).
154 @item Server-side message look up (IMAP4). Multi-byte characters are allowed.
155 @item Virtual Folders.
156 @item Supports compressed folder using common archiving utilities.
157 @item Old articles in folders are automatically removed/archived (Expiration).
158 @item Automatic re-file.
159 @item Template function makes it convenient to send fixed form messages.
165 We confirm Wanderlust works on following Emacsen:
168 @item Mule 2.3 based on Emacs 19.34
169 @item Emacs 20.2 or later
170 @item XEmacs 20.4 or later
171 @item Meadow 1.00 or later
172 @item NTEmacs 20.4 or later
176 IMAP4 connectivity with following imapd are confirmed to work with
180 @item UW imapd 4.1--4.7, 4.7a, 4.7b, 4.7c, 2000 or later
181 @item Cyrus imapd 1.4, 1.5.19, 1.6.22--1.6.24, 2.0.5 or later
182 @item Courier-IMAP 1.3.2 or later
183 @item AIR MAIL (AIRC imapd release 2.00)
185 @item Microsoft Exchange Server 5.5
186 @item Sun Internet Mail Server 3.5, 3.5.alpha, 4.0
189 LDAP connectivity with following LDAPd are confirmed to work with
193 @item OpenLDAP 2.0.6 or later
197 @node Start Me Up, Folders, Introduction, Top
198 @chapter Start up Wanderlust
201 The necessary procedure for starting Wanderlust is explained in steps
204 (Of course, you need a mail/news readable environment in advance)
207 * MIME Modules:: Installing the MIME modules
208 * Download:: Download and extract the packages
209 * Install:: Byte-compile and install
210 * Minimal Settings:: @file{.emacs} setup
211 * Folder Definition:: Folder definition
212 * Start Wanderlust:: Starting Wanderlust
213 * Overview:: Basic components of Wanderlust
217 @node MIME Modules, Download, Start Me Up, Start Me Up
218 @section Installing MIME modules
224 You must install SEMI beforehand to use Wanderlust.
226 SEMI can be downloaded from following site:
230 SEMI: ftp://ftp.m17n.org/pub/mule/semi/
234 You need packages named APEL and FLIM to use SEMI.
235 You can download APEL and FLIM from following URLs:
239 APEL: ftp://ftp.m17n.org/pub/mule/apel/
240 FLIM: ftp://ftp.m17n.org/pub/mule/flim/
244 You have to install APEL, FLIM and SEMI in this order. Generally,
245 @samp{make install} will do the job. (In XEmacs 21, @samp{make
248 Refer to the documents of each package for detailed installation
249 procedure @footnote{If you want to use SEMI on Emacs 19.34. @*
250 @uref{http://www.jpl.org/elips/INSTALL-SEMI-ja.html} (In Japanese)
254 Recommended combination of APEL, FLIM and SEMI are following:
257 @item APEL 10.5, FLIM 1.14.5 and SEMI 1.14.5
260 You can also use many other FLIM/SEMI variants. Combination of the
261 latest versions should work. For example, the following combination are
265 @item APEL 10.5, SLIM 1.14.9, SEMI 1.14.5
266 @item APEL 10.5, CLIME 1.14.5, EMIKO 1.14.1
269 You have to re-install Wanderlust if you upgraded APEL, FLIM or SEMI.
272 @node Download, Install, MIME Modules, Start Me Up
273 @section Download and Extract the Package
276 You can download Wanderlust package from following sites:
280 ftp://ftp.gohome.org/wl/
283 Mirrored ftp/http sites:
287 ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.gohome.org/wl/
288 http://www.jpl.org/elips/wl/
289 http://www.ring.gr.jp/archives/text/elisp/wl/
290 ftp://ftp.ring.gr.jp/pub/text/elisp/wl/
291 ftp://opaopa.org/pub/mirror/elisp/wl/
292 @c ftp://roguelife.org/pub/tsumura/wl/
296 Extract the obtained package to your working directory:
301 % tar zxvf wl-@var{version}.tar.gz
302 % cd wl-@var{version}
306 @subsection To use SSL (Secure Socket Layer)
311 SSL (Secure Socket Layer) can be used for
312 SMTP, IMAP, NNTP and POP connections in Wanderlust.
314 There are two ways to use SSL. One is to start SSL negotiation just
315 after the connection establishment (generic way). The other one is to
316 start SSL negotiation by invoking STARTTLS command in the each session.
318 To use the formal SSL (generic SSL), you must set @env{PATH} to the
319 directory that OpenSSL commands are installed.
321 To use the latter SSL(STARTTLS), you must install starttls package in
323 You can download starttls package from the following site.
326 ftp://opaopa.org/pub/elisp/
329 @node Install, Minimal Settings, Download, Start Me Up
330 @section Byte-compile and install
337 @subsection Installation
339 Edit @code{LISPDIR} and @code{EMACS} in @file{Makefile}.
340 Set the Emacs's command name to @code{EMACS}.
341 Set package installation directory to @code{LISPDIR}.
342 Then, please execute following commands.
351 Destination directory is auto-probed if you leave @code{LISPDIR}
352 in @file{Makefile} as is. (That is, leave it as @samp{NONE})
354 If you are using an Emacs variant which does not merge specified directory
355 to @code{load-path} (e.g. Mule 2.3 based on Emacs 19.28),
356 then you will see the error message:
359 Cannot open load file: mime-setup
363 In this case, either add destination directories of custom, APEL, FLIM
364 and SEMI to environmental variable @env{EMACSLOADPATH}, or define
365 @code{load-path} in @file{WL-CFG} in extracted directory.
367 If you want to handle shimbun folders or to use BBDB, add directory
368 where emacs-w3m or BBDB is installed to @code{load-path}. Then necessary
369 modules will be byte-compiled and installed.
370 @xref{Shimbun Folder}, @xref{BBDB}.
372 @subsection @file{WL-CFG}
374 Contents of the file @file{WL-CFG} is loaded under installation if a file
375 with that name exists in extracted directory. You can use @file{WL-CFG} to
376 configure @code{load-path} to extra packages such as SEMI if needed.
378 If you want to specify the install directory of Wanderlust related
379 files, then set following variables in @file{WL-CFG}
383 A directory to install WL modules.
384 This directory is relative directory from @code{LISPDIR}.
385 WL modules include @file{wl*.el}, @file{wl*.elc} files.
386 @c Modules under the directory @file{util/} are also installed if
387 @c it detected as necessary.
390 A directory to install ELMO modules.
391 This directory is relative directory from @code{LISPDIR}.
392 ELMO modules include @file{elmo*.el}, @file{elmo*.elc} files.
393 @c @file{utf7.el}, @file{utf7.elc} are also included in the ELMO.
397 Default value of @code{WL_PREFIX} and @code{ELMO_PREFIX} are @file{wl}.
399 If you want to install ELMO related files under a sub-directory
400 such as "elmo" then add following to @file{WL-CFG}:
403 (setq ELMO_PREFIX "elmo")
406 @subsection Install as a XEmacs package
407 @cindex XEmacs package
408 @cindex XEmacs package install
409 @cindex Package, XEmacs
410 @cindex Package install, XEmacs
411 @c @cindex install-package
413 It is possible to install Wanderlust as one of packages of XEmacs (21.0
414 or later). Configuration for autoload and icon-path in local
415 @file{~/.emacs} files are no longer necessary, if you install Wanderlust
418 Follow the next example to install Wanderlust as an XEmacs package.
424 % make install-package
428 package directory is auto-probed, if SEMI is installed.
429 (you can also specify it with @code{PACKAGEDIR} in @file{Makefile})
431 @subsection Run in place
433 If wl and elmo directories are defined in @code{load-path}, then
434 byte-compilation and installation are not necessary to start Wanderlust.
435 For example, if package is extracted in @file{~/work}, Wanderlust can be
436 invoked with following setting in @file{~/.emacs}.
440 (add-to-list 'load-path "~/work/wl-@var{version}/wl")
441 (add-to-list 'load-path "~/work/wl-@var{version}/elmo")
447 Manual is described in Info format. Please do following.
456 If you install Wanderlust as a XEmacs package, Info file is already
457 installed too, so there are no need of these commands.
459 Manual directory is automatically detected. Of course, it can be
460 configured by @code{INFODIR} in @file{Makefile}.
462 You can read manual at the following URL:
465 http://www.gohome.org/wl/doc/wl_toc.html
468 @node Minimal Settings, Folder Definition, Install, Start Me Up
469 @section Set up .emacs
470 @cindex Minimal Settings
472 @cindex Configuration
476 The Wanderlust package contains two module groups.
479 @item ELMO (elmo-*.el)
480 These modules show everything as folders. This is the back-end for WL.
482 These modules controls the behavior of main body of Wanderlust.
483 They are also the front-end for ELMO.
486 You can customize the behavior of Wanderlust by changing the value
487 of environmental variables which begins with @code{elmo-} and @code{wl-}.
489 The minimal requirement for settings is as the following.
493 ;; @r{autoload configuration}
494 ;; @r{(Not required if you have installed Wanderlust as XEmacs package)}
495 (autoload 'wl "wl" "Wanderlust" t)
496 (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
497 (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
499 ;; @r{Directory where icons are placed.}
500 ;; @r{Default: the peculiar value to the running version of Emacs.}
501 ;; @r{(Not required if the default value points properly)}
502 (setq wl-icon-directory "~/work/wl/etc")
504 ;; @r{SMTP server for mail posting. Default: @code{nil}}
505 (setq wl-smtp-posting-server "your.smtp.example.com")
506 ;; @r{NNTP server for news posting. Default: @code{nil}}
507 (setq wl-nntp-posting-server "your.nntp.example.com")
511 @file{~/.wl} is automatically loaded when Wanderlust starts up (if such a
512 file exists). So it is convenient to gather Wanderlust specific settings
513 in @file{~/.wl}. Settings for "face" must be written in @file{~/.wl},
514 because you can't write them in @file{.emacs}
515 (if you write it to @file{.emacs}, you'll get an error).
518 All above described settings except autoload configuration can be written
521 @subsection @code{mail-user-agent}
522 @cindex Default Mailer
523 @cindex Mailer, Default
524 @vindex mail-user-agent
527 If you write following setting in your @file{~/.emacs}, you can
528 start Wanderlust draft mode by typing @kbd{C-x m} (@code{compose-mail}).
529 This means it enables you to run Wanderlust as a default mail composer
532 It is effective only when your Emacs can define @code{mail-user-agent}.
533 @xref{Mail Methods, , ,emacs, The Emacs Editor}.
537 (autoload 'wl-user-agent-compose "wl-draft" nil t)
538 (if (boundp 'mail-user-agent)
539 (setq mail-user-agent 'wl-user-agent))
540 (if (fboundp 'define-mail-user-agent)
541 (define-mail-user-agent
543 'wl-user-agent-compose
552 @node Folder Definition, Start Wanderlust, Minimal Settings, Start Me Up
553 @section Folder Definition
554 @cindex Folder Definition
557 You can skip this section because it is possible to add/edit the
558 subscribe folders from the buffer for list of folders.
559 @xref{Folder Manager}.
561 Define the folders you want to subscribe in file @file{~/.folders}. The
562 contents written in @file{~/.folders} become the folders which you
563 subscribe to as it is.
565 Format for @file{~/.folders} is very simple. Here is an example:
570 # @r{Lines begin with @samp{#} are comment.}
571 # @r{Empty lines are ignored}
573 # @var{folder name} "@var{folder nickname}"
574 # @r{(nicknames are not necessary)}
579 %#mh/Backup@@my.imap.example.com "Sent"
582 %#mh/spool/wl "Wanderlust ML"
583 %#mh/spool/elips "ELIPS ML"
584 %#mh/spool/apel-ja "APEL Japanese ML"
585 %#mh/spool/xemacs-beta "XEmacs beta"
586 -fj.news.reader.gnus@@other.nntp.example.com "Gnus Net news"
587 *-fj.editor.xemacs,-fj.editor.mule,-fj.editor.emacs "fj's Emacsen"
590 # @r{If folder name ends with @samp{/}, that means an `access group',}
591 # @r{all subfolders automatically included in one folder group.}
593 %#mh/expire@@localhost /
594 # @r{All MH folders are included in one folder group.}
599 Each line contains one folder you want to read. The definition of
600 folders will be explained in detail in the next section.
602 The part surrounded by @samp{@var{group name}@{} and @samp{@}} will
603 become one folder group. One folder group is treated as a directory
604 which can be opened and closed in folder mode. It is convenient for
605 collecting some folders and putting them in order.
607 Please note that @samp{@var{group name}@{} and @samp{@}} occupies one
608 line and you have to write it that way (It is because the parser sucks).
610 There are two types of groups. One is like @samp{Emacsen} from above
611 example which the user chooses his favorite folders as a group.
613 The other one is @dfn{access group} like @samp{+ /} from above example.
614 It collects all sub-folders in the folder to make a group. (Its
615 behavior differs by the type of the folder. For example, @samp{+}
616 followed by @samp{/} makes entire MH sub-directories to one group)
618 This behavior is better understood if you try it and confirmed the
619 function first. You can write and try a small folder definition, so you
620 will know the idea of the folder function before writing the real one.
622 @node Start Wanderlust, Overview, Folder Definition, Start Me Up
623 @section Start Wanderlust
624 @cindex Start Wanderlust
626 If installation and configuration worked well, you can invoke Wanderlust by
627 typing following command in Emacs.
634 After initialization, Folder Mode which shows the list of folders will
635 appear. That means the folders you defined in the @file{~/.folders} are
638 If you start Wanderlust with prefix argument like @kbd{C-u M-x wl}, you
639 can skip folder checking.
642 @node Overview, , Start Wanderlust, Start Me Up
646 Basically, you will handle messages in wanderlust while you come and go
647 from/to each of the following buffers. Details of each ones are
648 explained in following chapters.
652 You can see the list of folders. You can select some folder and go into the summary
653 of it. You can subscribe new folder or edit subscription list.
655 You can see the list of messages in the folder. You can select message
656 and view its contents, and reply to some message. You can delete ones or
657 move ones to another folder.
659 You can see the contents of the message. You can save part to disk or
660 open in external programs.
662 You can edit message.
666 @node Folders, Folder, Start Me Up, Top
667 @chapter Wanderlust's folders
670 This chapter describes the folder types which Wanderlust is able to handle.
672 Wanderlust uses ELMO as it's interface, so you can use every folder types
675 As of version @value{VERSION}, 11 types of folders are predefined. These are
676 IMAP, NNTP, LocalDir(MH), Maildir, News Spool, Archive, POP, Multi, Filter,
677 Pipe and Internal folder types.
680 * IMAP Folder:: @samp{%} -- IMAP folder
681 * NNTP Folder:: @samp{-} -- NNTP folder
682 * MH Folder:: @samp{+} -- MH folder
683 * Maildir Folder:: @samp{.} -- Maildir folder
684 * News Spool Folder:: @samp{=} -- News spool folder
685 * Archive Folder:: @samp{$} -- Archive folder
686 * POP Folder:: @samp{&} -- POP folder
687 * Shimbun Folder:: @samp{@@} -- Shimbun Folder
688 * Namazu Folder:: @samp{[} -- Namazu Folder
689 * Multi Folder:: @samp{*} -- Multi folder
690 * Filter Folder:: @samp{/} -- Filter folder
691 * Pipe Folder:: @samp{|} -- Pipe folder
692 * Internal Folder:: @samp{'} -- Internal folder
696 @node IMAP Folder, NNTP Folder, Folders, Folders
704 A folder to access e-mails via IMAP4rev1 protocol (RFC 2060).
710 @samp{%} @var{mailbox} [@samp{:} @var{username} [@samp{/} @var{authenticate-type}]][@samp{@@} @var{hostname}][@samp{:} @var{port}][@samp{!}]
714 You can specify @code{login} (encoded password transmission),
715 @code{cram-md5} (CRAM-MD5 authentication), @code{digest-md5} (DIGEST-MD5
716 authentication) or @code{clear} (or @code{nil}, plain password
717 transmission) as @var{authenticate-type}.
722 @var{username} -> The value of @code{elmo-imap4-default-user}.
723 Initial setting is @env{USER} environment variable or
724 @env{LOGNAME} environment variable or return value of
725 @code{(user-login-name)}.
726 @var{authenticate-type} -> The value of @code{elmo-imap4-default-authenticate-type}.
727 Initial setting is "auth".
728 @var{hostname} -> The value of @code{elmo-imap4-default-server}.
729 Initial setting is "localhost".
730 @var{port} -> The value of @code{elmo-imap4-default-port}.
731 Initial setting is 143.
734 You can omit the @var{hostname} from folder names if you set
735 @code{elmo-imap4-default-server} as your main IMAP server.
736 For example, you can specify a folder as @samp{foo%imap@@gateway} even
737 if you have to go through a firewall.
741 ;; @r{Example: imap4.exaple.org as main IMAP server}
742 (setq elmo-imap4-default-server "imap4.example.org")
746 SSL (Secure Socket Layer) connection will be used if a folder name ends
747 with @samp{!}. Or, if the value of @code{elmo-imap4-default-stream-type}
748 is @code{ssl}, SSL will be the default connection. If a folder name
749 ends with @samp{!!}, STARTTLS connection will be established. If the
750 value of @code{elmo-imap4-default-stream-type} is @code{starttls},
751 STARTTLS will be the default connection.
755 ;; @r{Example: Use SSL connection}
756 (setq elmo-imap4-default-stream-type 'ssl)
760 If you specify @code{login}, @code{cram-md5} or @code{digest-md5} as
761 authentication method, the password is sent in encoded form. But, if
762 your server is unable to receive an encoded password, authentication
763 will fall back to @code{clear} (that is, sending password in raw format)
764 after confirmation to user. If @code{elmo-imap4-force-login} is non-nil,
765 authentication will fall back to @code{clear} without confirmation
766 (default value is @code{nil}).
770 ;; @r{Example: password in raw format}
771 (setq elmo-imap4-default-authenticate-type 'clear)
779 %inbox -> IMAP mailbox "inbox"
780 %#mh/inbox -> IMAP mailbox "#mh/inbox"
782 %inbox:hoge -> IMAP mailbox "inbox" of user "hoge".
783 %inbox:hoge/clear@@server1
784 -> server1's IMAP mailbox "inbox"
785 of user "hoge", with plain password authentication
790 @subsection International mailbox names (Modified UTF7)
791 @cindex Modified UTF7
798 You can use international mailbox names in @var{mailbox} part, if you
799 are using Emacs with UTF-7 support and
800 @code{elmo-imap4-use-modified-utf7} is set to non-nil value (default
801 value is @code{nil}).
803 Currently, Mule-UCS package is required to use UTF-7.
804 Mule-UCS works on following Emacsen.
807 @item Emacs 20.3 or later
808 @item XEmacs 21.2.37 or later
811 You can obtain Mule-UCS package from following URL.
814 ftp://ftp.m17n.org/pub/mule/Mule-UCS/
817 @node NNTP Folder, MH Folder, IMAP Folder, Folders
828 A folder to access USENET news via NNTP protocol (RFC 977).
829 One newsgroup is treated as a folder.
835 @samp{-} @var{newsgroup} [[@samp{:} @var{username}][@samp{@@} @var{hostname}][@samp{:} @var{port}]][@samp{!}]
841 @var{hostname} -> The value of @code{elmo-nntp-default-server}.
842 Initial setting is @samp{localhost}.
843 @var{username} -> The value of @code{elmo-nntp-default-user}.
844 Initial setting is @code{nil}.
845 @var{port} -> The value of @code{elmo-nntp-default-port}.
846 Initial setting is 119.
849 AUTHINFO is used as authentication method if the @var{username} is
850 non-nil. SSL will be default method if
851 @code{elmo-nntp-default-stream-type} is non-nil even if the folder name
852 doesn't end with @samp{!}. If a folder name ends with @samp{!!},
853 STARTTLS connection will be established. if the value of
854 @code{elmo-nntp-default-stream-type} is @code{starttls}, STARTTLS will
855 be the default connection.
861 -fj.rec.tv -> Newsgroup @samp{fj.rec.tv}.
862 -fj.rec.tv@@newsserver -> Newsgroup @samp{fj.rec.tv} on @samp{newsserver}.
867 @node MH Folder, Maildir Folder, NNTP Folder, Folders
874 A folder to access MH format mail (1 file is 1 mail).
879 @samp{+} @var{directory-name}
882 Normally, @var{directory-name} is an relative path to the variable
883 @code{elmo-localdir-folder-path} (default is @file{~/Mail}), but if it
884 starts with @samp{/} or @samp{~}, then it is treated as an absolute path
885 (this is also true for drive-letters).
887 Message number is used for the name of the message file.
893 +inbox -> @file{~/Mail/inbox}
894 +from/teranisi -> @file{~/Mail/from/teranisi}
895 +~/test -> @file{~/test}
900 @node Maildir Folder, News Spool Folder, MH Folder, Folders
901 @section Maildir Folder
903 @cindex Maildir Folder
907 A folder to access Maildir format (1 file is 1 mail).
912 @samp{.} [@var{directory-name}]
915 Normally, @var{directory-name} is a relative path to the variable
916 @code{elmo-maildir-folder-path} (default is @file{~/Maildir}), but if it
917 starts with @samp{/} or @samp{~}, then it is treated as an absolute path
918 (this is also true for drive-letters).
920 Maildir contains @file{cur}, @file{new} and @file{tmp} subdirectories.
921 Messages are contained in the @file{cur} directory. All message files
922 in the @file{new} directory are moved to @file{cur} directory when you
923 access the folder. All message files contained in the @file{tmp}
924 directory and not accessed for 36 hours are deleted.
926 This behavior conforms to the @uref{http://cr.yp.to/proto/maildir.html}.
932 . -> @file{~/Maildir}
933 .inbox -> @file{~/Maildir/inbox}
934 .from/teranisi -> @file{~/Maildir/from/teranisi}
935 .~/test -> @file{~/test}
940 @node News Spool Folder, Archive Folder, Maildir Folder, Folders
941 @section News Spool Folder
943 @cindex News spool Folder
946 This folder handles locally saved news articles which are proposed by
947 Mew/IM. You can also read articles directly from a spool-file which is
948 retrieved by an utility like @command{gnspool}.
953 @samp{=} @var{directory-name}
956 @var{directory-name} is a sub-directory to the directory defined by
957 variable @code{elmo-localnews-folder-path} (default is @file{~/News})
958 You can use @samp{.} as directory delimiter as well as @samp{/}.
964 =fj/os/os2 -> @file{~/News/fj/os/os2}
965 =fj.os.bsd.freebsd -> @file{~/News/fj/os/bsd/freebsd}
970 @node Archive Folder, POP Folder, News Spool Folder, Folders
971 @section Archive Folder
973 @cindex Archive Folder
976 This method can handle archive files, which are compressed by utilities
977 such as Info-ZIP or LHA, as one folder.
983 @samp{$} @var{path-name} [@samp{;} @var{archiver-type} @samp{;} @var{prefix}]
987 @var{path-name} is the relative path from
988 @code{elmo-archive-folder-path} (initial setting is @file{~/Mail}). If
989 @var{path-name} begins with @samp{/} or @samp{~} or `drive-letter of
990 DOS', @var{path-name} is treated as absolute path. ange-ftp format is
991 also permitted under the environment of ange-ftp, efs.
993 The actual file name of the archive folder is
994 @code{elmo-archive-basename} (Initial setting is @file{elmo-archive})
995 under the @var{path-name}. If a file named @var{path-name} exists, it is
996 treated as folder. The suffix is automatically decided for
999 If @var{archiver-type} is omitted, @code{elmo-archive-default-type}
1000 (Initial setting is @code{zip}) is referred.
1002 @var{prefix} specifies the internal directory structure of the archive.
1003 For example, if the ML server is fml, @file{msend.tar.gz} has a
1004 structure like @file{spool/1}, so you have to specify @samp{spool} as
1011 $teranisi -> @file{~/Mail/teranisi/elmo-archive.zip}
1012 $bsd/freebsd;lha -> @file{~/Mail/bsd/freebsd/elmo-archive.lzh}
1013 $/foo@@server:~/bar;zoo -> @file{~/bar/elmo-archive.zoo} on ftp server
1014 $d:/msend.tar.gz;tgz;spool -> @file{d:/msend.tar.gz}
1015 $ml;zip/ -> Access group consists of archive folders
1016 under @file{~/Mail/ml}
1021 * Archiver:: Supported Archivers
1022 * Archive Tips:: TIPS
1023 * Archive Vars:: Customization
1027 @node Archiver, Archive Tips, Archive Folder, Archive Folder
1028 @subsection Supported Archives
1038 By default, following archives are supported.
1042 LHA, Info-ZIP/UNZIP, ZOO, RAR ;; full-access
1043 GNU TAR('tgz, 'tar) ;; read-only
1047 If your archiver can include multiple files in one archive, you have a
1048 possibility use it as an archiver of Wanderlust (ARJ/UNARJ, ARC is one
1049 of the candidate. TAR is supported read-only because it cannot delete
1050 file in the archive (@code{mv})).
1052 @command{gzip}, @command{bzip}, @command{bzip2} cannot be used as an
1053 archiver of Wanderlust because they cannot include multiple
1054 files. Archivers that cannot extract files to standard output are also
1057 @subsection OS specific information about archiver.
1059 Behaviors of the following archivers are confirmed by further experiences.
1060 (@samp{*} mark means recommended archiver).
1063 [OS/2] Warp4.0J(w/o VoiceType)+Fx00505/emx0.9c(fix04)/PMMule,EmacsPM
1064 LHA OS/2 version Rel.2.06b Feb 18, 1998
1065 *UnZip 5.32 of 3 November 1997, by Info-ZIP.
1066 *Zip 2.2 (November 3rd 1997).
1067 Zoo archiver, zoo 2.1 $@asis{}Date: 91/07/09 02:10:34 $
1068 GNU tar version 1.10 - AK 2.58 (DBCS/SJIS) 981216(homy) version
1069 gzip 1.2.4 (18 Aug 93) + bzip2 patch(by Iida-san)
1071 [UN|X] FreeBSD 2.2.7-RELEASE, Linux 2.0.30, Solaris2.6, HP-UX 9.07
1072 LHa for UNIX V 1.14c
1073 UnZip 5.32 of 3 November 1997
1074 Zip 2.2 (November 3rd 1997)
1075 GNU tar 1.12 (1.11.x is no good)
1076 gzip 1.2.4 (18 Aug 93)
1078 [Win32] Win.98/Meadow
1082 GNU tar 1.11.8 + 1.5(WIN32)
1089 If you are an OS/2 user, Peter Fitzsimmons's LH/2 is not supported.
1090 Hiramatsu version of LHA is only supported.
1091 In Win32, LHa32 is only supported (DOS version is no good).
1093 * Caution about GNU tar
1095 You have to take care about GNU tar's version because many version has
1096 problem on deleting file from archive.
1098 Please test @option{--delete} @option{-f} options work. Otherwise, your
1099 archive will be destroyed. No problem is reported on above versions of
1103 @node Archive Tips, Archive Vars, Archiver, Archive Folder
1105 @cindex Archive Tips
1107 For comfortable migration, usage of @code{wl-summary-archive}
1108 (@pxref{Archive}) or Expire (@pxref{Expire}) is recommended. To treat
1109 archive folders created by expiration, you must set non-nil value to
1110 @code{elmo-archive-treat-file}.
1112 On the OS/2, there is a great difference between Mule2.3(19.28) and Emacs20.2
1113 in processing speed. For comfortable use, Emacs20 is recommended.
1114 (If re-search's performance is the problem, 19.3x or later may be okay.)
1116 If many files are included in one archive,
1117 it takes long time to access the archive folder because
1118 archiver starting overhead is increased (especially LHA).
1119 150-200 messages in one archive is recommended.
1121 Of course, following is possible @t{:-)}
1122 (meanings of these variables are described later.)
1126 (setq wl-fcc "$backup")
1127 (setq wl-trash-folder "$trash;lha")
1131 @node Archive Vars, , Archive Tips, Archive Folder
1132 @subsection Variables About Archive Folder
1133 @cindex Archive variables
1136 @item elmo-archive-default-type
1137 @vindex elmo-archive-default-type
1138 The initial setting is @code{zip}.
1139 Set archiver type by symbol.
1141 @item elmo-archive-@var{type}-method-alist
1142 @vindex elmo-archive-TYPE-method-alist
1143 Define archiver @var{type}'s methods.
1144 (@var{type} is @samp{lha}, @samp{zip}, @samp{zoo}, @samp{tgz} etc)
1145 Each element of the alist is following.
1149 (@var{action} . (@var{exec-name} @var{options})) ;; external program and its option.
1150 (@var{action} . @var{function}) ;; function
1154 Currently available actions are following.
1158 'ls, 'cat ('cat-headers) ;; Minimal setting(read-only)
1159 'mv ('mv-pipe), 'rm ('rm-pipe) ;; full-access (with above)
1166 actions enclosed with braces are optional (They are used for better
1169 @item elmo-archive-suffix-alist
1170 @vindex elmo-archive-suffix-alist
1171 An alist of archiver-type (symbol) and suffix.
1173 @item elmo-archive-file-regexp-alist
1174 @vindex elmo-archive-file-regexp-alist
1175 An alist of a regexp to get file number from list output of archiver
1176 and archiver-type (symbol).
1178 @item elmo-archive-method-list
1179 @vindex elmo-archive-method-list
1180 A list of elmo-archive-@var{type}-method-alist
1181 (@var{type} is a symbol of archiver-type).
1183 @item elmo-archive-lha-dos-compatible
1184 @vindex elmo-archive-lha-dos-compatible
1185 The initial setting is @code{t} on OS/2 and Win32. If non-nil, LHA is
1186 DOS (Mr. Yoshizaki original) compatible.
1188 @item elmo-archive-cmdstr-max-length
1189 @vindex elmo-archive-cmdstr-max-length
1190 The initial setting is 8000.
1192 Max length of command line argument for external archiver program.
1193 Emacs does not have a limit of command line byte length, but some OS
1194 (e.x OS/2) have. It depends on the OS. Archive folder is affected by
1195 this limit because it calls external archiver program directly (not
1196 called via shell). For example, you cannot delete messages if archiver
1197 program must receive larger bytes of arguments to delete. OS/2 have a
1198 command line argument limit of 8190 bytes, so we defined default as 8000
1201 However, you don't have an influence of command line argument limit
1202 if the archiver has `actions' to receive target file information from
1203 standard input (@code{rm-pipe}, @code{mv-pipe}, @code{cat-headers} action).
1207 @node POP Folder, Shimbun Folder, Archive Folder, Folders
1215 A folder to access e-mails via POP3 protocol (RFC 1939).
1221 @samp{&} [@var{username}][[@samp{/} @var{authenticate-type}][@samp{:} @var{numbering-method}][@samp{@@} @var{hostname}][@samp{:} @var{port}]][@samp{!}]
1226 @samp{user} (plain password transmission) or @samp{apop} (APOP authentication)
1227 as @var{authenticate-type}.
1229 You can specify @samp{uidl} (use UIDL command for message numbering) or
1230 @samp{list} (use LIST command for message numbering) as @samp{numbering-method}.
1234 @var{username} -> The value of @code{elmo-pop3-default-user}.
1235 Initial setting is @env{USER} environment variable or
1236 @env{LOGNAME} environment variable or return value of
1237 @code{(user-login-name)}.
1238 @var{authenticate-type} -> The value of @code{elmo-pop3-default-authenticate-type}.
1239 Initial setting is @samp{user}.
1240 @var{numbering-method} -> Follow the value of @code{elmo-pop3-default-use-uidl}.
1241 If t, use UIDL for numbering. Initial setting is t.
1242 @var{hostname} -> The value of @code{elmo-pop3-default-server}.
1243 Initial setting is @samp{localhost}.
1244 @var{port} -> The value of @code{elmo-pop3-default-port}.
1245 Initial setting is 110.
1252 &hoge@@localhost -> access localhost as user @samp{hoge}.
1253 &hoge@@popserver:109 -> access the server "popserver" on port 109
1254 as user @samp{hoge}.
1258 To use apop as an @var{authenticate-type}, @file{md5.el} is needed
1259 (XEmacs doesn't need @file{md5.el}). @file{md5.el} is included in
1260 @file{utils/sasl/lisp/} or Emacs/W3 package
1261 (@uref{http://www.cs.indiana.edu/elisp/w3/docs.html}) or LCD archive
1264 If the last character of the folder name is @samp{!}, Wanderlust
1265 connects to the POP server via SSL (Secure Socket Layer). If you set
1266 non-nil value to @code{elmo-pop3-default-stream-type}, you don't have to put
1267 @samp{!} in the end of the folder name to use SSL. If a folder name ends
1268 with @samp{!!}, STARTTLS connection will be established. if the value
1269 of @code{elmo-pop3-default-stream-type} is @code{starttls}, STARTTLS will be the
1273 @node Shimbun Folder, Namazu Folder, POP Folder, Folders
1274 @section Shimbun Folder
1276 @cindex Shimbun Folder
1277 @cindex Folder, Shimbun
1282 A folder for watching "shimbun" (means "newspaper" in Japanese),
1283 news site and mailing list archives on WWW by using emacs-w3m
1284 (@uref{http://emacs-w3m.namazu.org/}).
1286 You should possess w3m and emacs-w3m to use this.
1292 @samp{@@} @var{module-name} @samp{.} @var{folder-name}
1296 Admissible values of @var{module-name} and @var{folder-name} are
1297 described in @file{README.shimbun.ja} distributed with emacs-w3m.
1303 @@airs.wl -> archive of wanderlust ML (using module @file{sb-airs.el})
1304 @@asahi/ -> access group of all folders in module @file{sb-asahi.el}
1308 @subsection Variables About Shimbun Folder
1311 @item elmo-shimbun-update-overview-folder-list
1312 @vindex elmo-shimbun-update-overview-folder-list
1313 The initial setting is @code{nil}. You can specify a list of regular
1314 expressions of shimbun folder names. The overview of matched shimbun
1315 folder is updated when messages are fetched.
1316 You should @kbd{s rescan} after fetching to update summary.
1320 @node Namazu Folder, Multi Folder, Shimbun Folder, Folders
1321 @section Namazu Folder
1323 @cindex Namazu Folder
1324 @cindex Folder, Namazu
1325 @cindex Folder, Text Search
1328 A folder to access messages found in namazu-index with some condition.
1329 It uses namazu (@uref{http://www.namazu.org/}) for search.
1335 @samp{[} @var{search condition} @samp{]} [ @var{absolute path of namazu index} ]
1339 Default value of the path of namazu index can be assigned by @code{elmo-nmz-default-index-path}.
1345 [wanderlust] -> search messages matched with
1346 "wanderlust" from the default index
1347 [semi flim]~/Mail/semi -> search "semi flim" from the index
1348 in the directory "~/Mail/semi"
1354 @subsubsection Enter space to separate keywords
1356 If you want to use space in folder entry, @kbd{C-q @key{SPC}} will help you.
1358 @subsubsection Alias name for index
1360 You can define an alias name for index.
1365 (setq elmo-nmz-index-alias-alist
1366 '(("cache" . "~/.elmo/cache")
1367 ("docs" . "~/documents")))
1370 Above definition defines two index aliases.
1377 to execute a namazu search with keyword @samp{wanderlust} using a index in the
1378 directory @file{~/.elmo/cache}.
1380 @subsubsection Multiple indices
1382 You can specify a list for @code{elmo-nmz-default-index-path} and
1383 @code{elmo-nmz-index-alias-alist}.
1384 When list is specified, all index contained in the list is used as the
1390 (setq elmo-nmz-index-alias-alist
1391 '(("all" . ("~/.elmo/cache" "~/documents"))
1392 ("cache" . "~/.elmo/cache")))
1395 Using above alias setting, you can specify
1401 to execute a namazu search with keyword @samp{wanderlust} using indices in the
1402 directory @file{~/.elmo/cache} and @file{~/documents}.
1404 @node Multi Folder, Filter Folder, Namazu Folder, Folders
1405 @section Multi Folder
1407 @cindex Multi Folder
1408 @cindex Folder, Multiple
1409 @cindex Folder, Marge
1411 A folder to access virtual folder which collects messages from
1418 @samp{*} @var{folder-1} [@samp{,} @var{folder-2}] @dots{} [@samp{,} @var{folder-N}]
1422 After @samp{*} character, specify multiple folders you want to collect
1423 separated by @samp{,} like
1424 @samp{@var{folder-1},@var{folder-2},@dots{},@var{folder-N}}.
1430 *-fj.editor.xemacs,-fj.editor.mule,-fj.editor.emacs
1431 -> -fj.editor.xemacs, -fj.editor.mule and -fj.editor.emacs are
1432 treated as one folder.
1434 *+inbox,-fj.rec.tv,%inbox
1435 -> +inbox, -fj.rec.tv and %inbox are treated as one folder.
1440 @node Filter Folder, Pipe Folder, Multi Folder, Folders
1441 @section Filter Folder
1443 @cindex Filter Folder
1444 @cindex Folder, Filtering
1445 @cindex Folder, Virtual
1446 @cindex Folder, Conditional
1448 A folder to access virtual folder which collects all messages that
1449 satisfy a condition.
1454 @samp{/} @var{condition} @samp{/} @var{target-folder}
1457 In the @var{condition} part, you can specify following.
1461 Partial filter: @samp{first:@var{number}}, @samp{last:@var{number}}
1463 first: @var{number} messages are picked from top of folder.
1464 last: @var{number} messages are picked from bottom of folder.
1470 /last:10/-fj.os.linux -> Latest 10 messages from -fj.os.linux are picked.
1471 /first:20/%inbox -> First 20 messages from %inbox are picked.
1476 Date filter: @samp{since:@var{date}}, @samp{before:@var{date}}
1478 since: only messages arrived since @var{date} are picked.
1479 before: only messages arrived before @var{date} are picked.
1481 You can specify following as @var{date}.
1485 yesterday -> a day before today.
1486 lastweek -> same day of last week.
1487 lastmonth -> same day of last month.
1488 lastyear -> same day of last year.
1489 @var{number}daysago -> @var{number} days ago. (e.x. '3daysago')
1490 @var{day}-@var{month}-@var{year} -> specify date directly (ex. 1-Nov-1998)
1498 /since:3daysago/+inbox -> messages arrived since 3 days ago in +inbox
1500 /before:yesterday/+inbox -> messages arrived before yesterday in +inbox
1506 Field filter: @samp{@var{field}:@var{value}}
1508 All messages that have @var{field} and its value is @var{value} are picked.
1509 @var{field} and @var{value} are case insensitive.
1515 /from:teranisi/+inbox -> In +inbox, messages which have From: field
1516 and its value includes "teranisi" string are picked.
1517 /body:foo/%inbox -> In %inbox, messages which have "foo" text
1525 If you combine conditions by character @samp{|}, it is considered as OR condition. @samp{&} is considered as AND condition, likewise.
1526 Condition can be grouped by parentheses (@samp{(}, and @samp{)}).
1528 @samp{/tocc:xxxx/} is an abbreviation of @samp{/to:xxxx|cc:xxxx/}.
1529 @samp{/!tocc:xxxx/} is an abbreviation of @samp{/!to:xxxx&!cc:xxxx/}.
1535 /from:teranisi&!to:teranisi/+inbox
1536 -> In +inbox, messages are picked if the message's
1537 From: field includes "teranisi" and
1538 To: field doesn't include "teranisi".
1540 /tocc:"Yuuichi Teranishi"/+inbox
1541 -> In +inbox, messages are picked if the
1542 message's To: field or Cc: field includes
1543 "Yuuichi Teranishi".
1545 /(from:yt|from:teranisi)&subject:report/+inbox
1546 -> In +inbox, messages are picked if the message's
1547 From: field includes "yt" or "teranisi", and
1548 Subject includes "report".
1554 Tip for string description:
1556 Space character, @samp{"}, @samp{/},@samp{)},@samp{|} and @samp{&}
1557 should be enclosed with @samp{"} in @var{value} string. (@samp{"}
1558 should be escaped with @samp{\} in it). You can enclose the string with
1559 @samp{"} even it does not contain these characters.
1565 *%inbox,/from:teranisi/%inbox@@server
1566 -> Messages in %inbox or
1567 message is in the %inbox@@server folder and it's From field
1568 includes "teranisi" are collected.
1570 /last:100//to:teranisi/*+inbox,%inbox
1571 -> Latest 100 messages which is in the +inbox or %inbox folder
1572 and To: field matches "teranisi".
1574 /from:hogehoge//last:20//tocc:teranisi/%#mh/inbox@@localhost
1575 -> Pick messages which have From: field and it includes "hogehoge"
1576 from latest 20 messages in the %#mh/inbox@@localhost
1577 and To: or Cc: field includes "teranisi".
1580 @node Pipe Folder, Internal Folder, Filter Folder, Folders
1581 @section Pipe Folder
1585 @cindex Download Message
1586 @cindex Incorporate Message
1588 In the pipe folder, messages are automatically transferred from the source
1589 folder to destination folder.
1594 @samp{|} @var{source-folder} @samp{|} @var{destination-folder}
1597 When you access the pipe folder, messages are automatically transferred
1598 from @var{source-folder} to @var{destination-folder}.
1599 It is convenient if you want to download messages to local disk via POP.
1600 For example, if you specify following
1603 |&username@@popserver|+inbox
1607 and access it, Wanderlust downloads messages from
1608 @samp{&username@@popserver} to @samp{+inbox} automatically.
1610 On the other hand, if you put @samp{|:} instead of second @samp{|},
1611 then messages are copied to the destination folder (not deleted from
1612 source-folder). At the next time you access that folder, copies new
1616 @samp{|} @var{source-folder} @samp{|:} @var{destination-folder}
1619 If you want to copy messages from POP server and view them, specify the
1623 |&username@@popserver|:+inbox
1626 where messages will be kept on the server.
1632 |%inbox|%myinbox -> Download %inbox to %myinbox.
1633 |*&user@@popserver1,&user@@popserver2|+inbox
1634 -> Download from &user@@popserver1 and &user@@popserver2 to +inbox.
1635 |-gnu.emacs.sources|:+sources
1636 -> Copy messages from -gnu.emacs.sources to +sources.
1640 After messages are moved, a hook @code{elmo-pipe-drained-hook} is called.
1642 @node Internal Folder, , Pipe Folder, Folders
1643 @section Internal folder
1645 @cindex Internal Folder
1646 @cindex Folder, @samp{$} mark
1648 @c @cindex Folder, Null
1650 A folder to access internal messages of Wanderlust.
1662 A folder named @samp{'mark} is a special virtual folder which collects
1663 messages which have important mark @samp{$}.
1665 You can review important messages at once after you put important marks
1666 on the messages in the different folders.
1668 In this folder, if you delete message, important mark @samp{$} put on
1669 the message is removed. If you append messages to this folder, the
1670 message will have @samp{$} mark.
1672 (Can't remove important mark @samp{$} on IMAP server from @samp{'mark}
1673 folder. If you want IMAP folder's message remove from @samp{'mark}
1674 folder, remove important mark at IMAP Folder.)
1677 A folder named @samp{'sendlog} is a virtual folder which collects
1678 cached messages which are recoded on @file{~/.elmo/sendlog}.
1679 It might be useful when you forgot to add cc for yourself.
1680 To use this, you should set @code{wl-draft-use-cache} to non-nil
1681 so that sent messages are cached.
1684 You can access cached messages fetched via network by accessing
1685 folders named @samp{'cache/00} - @samp{'cache/1F}. 00 - 1F are
1686 the name of the subdirectories of the cache directory
1687 (@file{~/.elmo/cache}).
1690 @node Folder, Summary, Folders, Top
1691 @chapter Folder mode
1694 After you start Wanderlust, folder mode is appeared firstly.
1695 It contains folder list you subscribed.
1696 You can select and edit folders in this mode.
1699 * Selecting Folder:: Select folder you want to read
1700 * Folder Manager:: Editing folders
1704 @node Selecting Folder, Folder Manager, Folder, Folder
1705 @section Selecting Folder
1706 @cindex Selecting Folder
1708 @subsection Usage (TIPS)
1710 @subsubsection Check new, unread number
1712 Folder mode looks like this.
1713 (In XEmacs, it looks much nicer @t{;-)})
1717 [-]Desktop:14186/35580/67263
1722 [-]Emacsen:0/34/4837
1723 Wanderlust ML:0/0/558
1726 XEmacs Beta:0/29/255
1737 @var{folder-name}:@var{new-number}/@var{unread-number}/@var{all-number}
1741 @kbd{s} key on the folder line updates these numbers.
1742 It changes its color if it has many new messages.
1744 The whole folder mode is a folder group named @samp{Desktop}.
1745 Folder group open/close by return key.
1746 A operation to a folder group is treated as operations on the
1748 For example, when you type @kbd{s} on @samp{[-]Emacsen},
1749 six children folders update its unread number status.
1751 @subsubsection Select Folder
1753 To enter summary mode of the folder, type return (or space) key on
1755 If the variable @code{wl-stay-folder-window} has non-nil value,
1756 summary window appears on the right of the folder mode window.
1758 @subsection Key bindings
1760 Folder mode's key binding (related to selecting folders) is following.
1765 @kindex @key{SPC} (Folder)
1766 @kindex @key{RET} (Folder)
1767 @findex wl-folder-jump-to-current-entity
1768 Enter to the summary mode of the folder at the current cursor point.
1769 With prefix argument, enter the sticky summary.
1770 If the cursor is on the top of folder group line,
1771 the folder group is opened or closed.
1772 When the cursor is on the access group and this command is called
1773 with prefix argument, folder children list is updated to the newest one.
1774 (Children list is updated recursively if the access folder has hierarchical
1776 (@code{wl-folder-jump-to-current-entity})
1779 @kindex M-@key{RET} (Folder)
1780 @findex wl-folder-update-recursive-current-entity
1781 Folder children list of the access group at the current cursor point
1782 is updated to the newest one.
1783 (Children list is updated recursively if the access folder has hierarchical
1785 (@code{wl-folder-update-recursive-current-entity})
1790 Create a new draft message.
1795 @findex wl-folder-write-current-folder
1796 If the current cursor point is on the NNTP folder, create a new draft
1797 message which already has @samp{Newsgroups:} field. If the current
1798 cursor point is on the folder for mailing list (refile destination),
1799 create a new draft message which already has @samp{To:} field with
1800 guessed mailing list address (If @code{wl-subscribed-mailing-list} is
1802 (@code{wl-folder-write-current-folder})
1805 @kindex C-c C-o (Folder)
1806 @findex wl-jump-to-draft-buffer
1807 Move to the draft buffer if available. If multiple draft buffer exists,
1808 moved to one after another. If prefix argument is specified, load draft
1809 folder's message to the draft buffer and jump to it.
1810 (@code{wl-jump-to-draft-buffer})
1814 @findex wl-folder-check-current-entity
1815 Update new and unread number information of the folder at the current
1817 (@code{wl-folder-check-current-entity})
1821 @findex wl-folder-sync-current-entity
1822 Update summary information of the folder at the current cursor point.
1823 (@code{wl-folder-sync-current-entity})
1826 @kindex r s (Folder)
1827 @findex wl-folder-check-region
1828 Update new and unread number information of the folders in the currently
1830 (@code{wl-folder-check-region})
1833 @kindex r S (Folder)
1834 @findex wl-folder-sync-region
1835 Update summary information of the folders in the currently selected region.
1836 (@code{wl-folder-sync-region})
1840 @findex wl-status-update
1841 Sync up address book status with @file{~/.addresses}'s content.
1842 (@code{wl-status-update})
1846 @findex wl-folder-prev-unread
1847 Jump cursor to the folder which have unread messages on the upward from
1848 current cursor point.
1849 (@code{wl-folder-prev-unread})
1853 Jump cursor to the folder which have unread messages on the downward
1854 from current cursor point.
1855 (@code{wl-folder-next-unread})
1859 Move cursor to the folder on the previous line.
1860 (@code{wl-folder-prev-entity})
1864 Move cursor to the folder on the next line.
1865 (@code{wl-folder-next-entity})
1869 Jump to the folder specified by the user input.
1870 (@code{wl-folder-jump-folder})
1874 @findex wl-folder-prefetch-current-entity
1875 Prefetch new messages of the folder at the current cursor point by
1876 @code{wl-summary-incorporate}.
1877 If the cursor is on the folder group, it is executed recursively.
1878 (@code{wl-folder-prefetch-current-entity})
1882 @findex wl-folder-mark-as-read-all-current-entity
1883 Mark all unread messages of the folder at the current cursor point as read.
1884 If the cursor is on the folder group, it is executed recursively.
1885 (@code{wl-folder-mark-as-read-all-current-entity})
1889 @findex wl-folder-goto-first-unread-folder
1890 Enter summary mode of the first unread folder.
1891 (@code{wl-folder-goto-first-unread-folder})
1895 @findex wl-folder-empty-trash
1897 (@code{wl-folder-empty-trash})
1901 @findex wl-folder-flush-queue
1903 (@code{wl-folder-flush-queue})
1907 @findex wl-folder-virtual
1908 Move to the virtual folder (filter folder) with the condition specified.
1909 (@code{wl-folder-virtual})
1913 @findex wl-folder-pick
1914 Search the folders with the condition specified.
1915 (@code{wl-folder-pick})
1919 @findex wl-folder-open-all-unread-folder
1920 All unread folder is opened.
1921 (@code{wl-folder-open-all-unread-folder})
1925 @findex wl-folder-open-close
1926 Folder group is opened/closed.
1927 (@code{wl-thread-open-close})
1931 All folder group is opened.
1932 (@code{wl-folder-open-all})
1936 All folder group is closed.
1937 (@code{wl-folder-close-all})
1947 (@code{wl-folder-suspend})
1950 @kindex M-s (Folder)
1951 Save current folder status.
1955 @kindex M-t (Folder)
1956 Toggle Wanderlust's offline/online status.
1957 (@code{wl-toggle-plugged})
1960 @kindex C-t (Folder)
1961 Start Wanderlust's plug-status manager.
1962 (@code{wl-plugged-change})
1965 @subsection Customize variables
1968 @item wl-folders-file
1969 @vindex wl-folders-file
1970 The initial setting is @file{~/.folders}.
1971 Subscribed folders are described (saved) in this file.
1973 @item wl-folder-info-save
1974 @vindex wl-folder-info-save
1975 The initial setting is @code{t}. If non-nil, unread information is
1976 saved and used in the next Wanderlust session.
1978 @item wl-stay-folder-window
1979 @vindex wl-stay-folder-window
1980 The initial setting is @code{nil}.
1981 If non-nil, summary window is appeared on the right side of the folder buffer.
1983 @item wl-folder-window-width
1984 @vindex wl-folder-window-width
1985 The initial setting is 20.
1986 Folder mode's window width when @code{wl-stay-folder-window} is non-nil.
1988 @item wl-folder-use-frame
1989 @vindex wl-folder-use-frame
1990 The initial setting is @code{nil}.
1991 If non-nil, use new frame for the folder window.
1993 @item wl-folder-many-unsync-threshold
1994 @vindex wl-folder-many-unsync-threshold
1995 The initial setting is 70.
1996 If the number of unread messages is more than this value,
1997 folder color is changed.
1999 @item wl-highlight-folder-by-numbers
2000 @vindex wl-highlight-folder-by-numbers
2001 This option controls how to highlight each line in the folder buffer.
2002 The default value is @code{t}, highlighting with various colors based on
2003 the message numbers. If it is @code{nil}, highlighting with various
2004 colors based on the folder status. In addition, if it is a number
2005 (e.g. 1), highlighting will be done based on both the message numbers
2006 and the folder status.
2008 @item wl-folder-desktop-name
2009 @vindex wl-folder-desktop-name
2010 The initial setting is @samp{Desktop}.
2011 The name of top folder group.
2013 @item wl-folder-petname-alist
2014 @vindex wl-folder-petname-alist
2015 The initial setting is @code{nil}.
2016 An alist of folder's realname and its nickname.
2018 @item wl-folder-access-subscribe-alist
2019 @vindex wl-folder-access-subscribe-alist
2020 The initial setting is @code{nil}.
2022 Control automatic subscribing and unsubscribing of the children list
2028 (@var{regexp-of-access-folder} . (@var{subscribe-flag} @var{regexp-of-folders} @dots{}))
2032 If @var{subscribe-flag} is non-nil, folders which have name matched to
2033 @var{regexp-of-folders} are displayed. Otherwise, hidden. However,
2034 already unsubscribed folder is not displayed even when the
2035 @var{subscribe-flag} is non-nil. Multiple @var{regexp-of-folders} can be
2042 '(("^-fj$" . (t "^-fj\\.\\(comp\\|editor\\|mail\\)"
2043 "^-fj\\.\\(net\\|news\\|os\\|rec\\)"))
2044 ("^-$" . (t "^-\\(fj\\|tnn\\|japan\\|gnu\\|comp\\)"))
2045 ("^\\+ml$" . (nil "^\\+ml$" "^\\+ml/tmp")))
2049 @item wl-folder-hierarchy-access-folders
2050 @vindex wl-folder-hierarchy-access-folders
2051 The initial setting is the list shown below:
2060 A list of regular expressions for access groups which creates children
2061 folder list hierarchically.
2063 For example, if you specify
2064 @code{wl-folder-hierarchy-access-folders} like following,
2068 (setq wl-folder-hierarchy-access-folders
2069 '("^-$" "^-alt$" "^-japan$" "^-comp$" "^-comp.unix$"))
2074 you obtain the access group hierarchy as follows.
2080 -fj.comp.announce:0/0/2
2081 -fj.comp.dev.cdrom:0/0/0
2083 [+]-japan:238/238/1688
2086 -comp.unix.admin:0/0/0
2087 -comp.unix.dos-under-unix:0/0/0
2088 -comp.unix.programmer:0/0/0
2089 [-]-comp.unix.bsd:0/0/23
2090 -comp.unix.bsd.freebsd.announce:0/0/0
2095 If you opened @samp{-} in this example, only the direct children is created
2096 (@samp{-fj}, @samp{-japan}, @samp{-tnn}, @dots{}).
2097 second hierarchy (@samp{-fj.comp.announce}, @dots{}, @samp{-comp.unix}, @dots{})
2098 is not created until the children access group is opened.
2102 @node Folder Manager, , Selecting Folder, Folder
2103 @section Editing Folders
2104 @cindex Folder Manager
2105 @cindex Folder, Edit
2106 @cindex Folder, Subscribe
2107 @cindex Folder, Unsubscribe
2109 As described before, subscribed folder list is saved in @file{~/.folders} file.
2110 But you don't have to edit @file{~/.folders} directly.
2111 You can append, delete, edit folders from folder mode.
2113 @subsection Usage (Tips)
2115 @subsubsection Append Folder
2117 @kbd{m a} appends new folder to the folder mode.
2118 @kbd{m g} appends new folder group.
2119 To append new folder to this group, firstly open it,
2120 then execute append command in the next line.
2122 @subsubsection Edit Folder
2124 You can cut folder by @kbd{C-k}, paste by @kbd{C-y}.
2125 Thus, you can change folder position as if you were editing a normal file.
2127 @subsubsection Create Multi Folder.
2131 Type @kbd{m q} to clear @code{wl-fldmgr-cut-entity-list}.
2133 Cut folder by @kbd{C-k} or copy folder by @kbd{M-c}.
2135 Type @kbd{m m}, then you can create multi folder.
2138 @subsubsection Delete Nickname, Filter
2140 You can delete nickname or filter by putting ``''(@var{NULL}) from the
2141 minibuffer while appending.
2143 @subsubsection Append Folder to Empty Group
2145 To append new folder to the empty folder group
2146 (after you create folder group by typing @kbd{m g}),
2147 firstly open it, then execute append command in the next line.
2148 If it is closed, folder is appended on the same level with
2149 the folder group above. It is difficult to explain by words so try it.
2150 In other words, appended position depends on the
2151 open/close status of the upper one.
2153 @subsubsection Charset of the Folders File.
2155 @code{wl-mime-charset} is used for saving @code{wl-folders-file}.
2157 @subsubsection Create Filter
2159 @kbd{m f} adds filter to the folder at the current cursor point. To
2160 create new filter folder and leave the current folder unchanged, copy it
2161 @kbd{M-c}, make filter @kbd{m f} and paste it @kbd{C-y}. Multiple
2162 filter can be specified while appending filter. If you put
2163 ``''(@var{NULL}), filter is deleted.
2165 @subsubsection Sort Folders
2167 Sorting of the folders is executed by the function specified by
2168 @code{wl-fldmgr-sort-function}.
2169 The initial setting is @code{wl-fldmgr-sort-standard},
2170 which sorts alphabetically.
2171 Sorting affects only on the current folder group. It does not
2172 affect on the child groups.
2174 @subsubsection Hiding Folders in the Access Group
2176 Usually, access group displays all children folders, but you can set
2177 some folders hidden. Following operations are only available on access
2180 Command @code{wl-fldmgr-unsubscribe} (@kbd{u}) toggles the visibility
2181 (subscribe/unsubscribe) of the folder at current cursor point. Against
2182 this, @code{wl-fldmgr-unsubscribe-region} (@kbd{U}) hides folders in the
2185 Note that @code{wl-fldmgr-unsubscribe-region} does not toggle while
2186 @code{wl-fldmgr-unsubscribe} toggles. These two commands accept prefix
2187 argument and if the argument has positive number, the unsubscribe it.
2188 If the prefix argument has negative value, folder becomes visible and if
2189 zero, folder visibility is toggled.
2191 The other commands, @code{wl-fldmgr-subscribe} and
2192 @code{wl-fldmgr-subscribe-region} are also prepared (not binded to the
2195 Moreover, if @code{wl-fldmgr-cut} or @code{wl-fldmgr-cut-region} is
2196 executed in the access group, they have a same effect with
2197 @code{wl-fldmgr-unsubscribe} and @code{wl-fldmgr-unsubscribe-region}.
2198 The difference is that cut commands deletes folders from the current
2201 @subsubsection Operations in the Access Group
2203 You can insert and delete folders in the access group like usual folder
2204 group. But insert and delete commands can be only available for the
2205 children folders of the access group and they only sets the subscribe
2206 status. In other words, insertion of the folder means subscribing,
2207 deletion means unsubscribing.
2208 @footnote{In the current implementation,
2209 it is faster to delete region than to unsubscribe region.}
2211 To update the access group when children folders are inserted or deleted
2212 by other way (other than Wanderlust),
2213 open the access group by typing @kbd{C-u @key{RET}}.
2214 @xref{Selecting Folder}.
2216 The order of children folders of access group is saved after
2217 insertion/deletion/sorting.
2218 If you set @code{wl-force-fetch-folders} to non-nil or open access group
2219 by typing @kbd{C-u @key{RET}}, disappeared folders are deleted and
2220 newly created folders are inserted on the top of the access group.
2222 @subsection Key bindings
2223 @cindex Keybind, Folder Mode
2224 @cindex Keybind, Folder Buffer
2226 Key bindings on the folder mode related to folder editing are shown below.
2227 All bindings starts with @kbd{m}, and primary commands are binded to
2228 one stroke key binding.
2232 @kindex m a (Folder)
2233 @findex wl-fldmgr-add
2235 (@code{wl-fldmgr-add})
2240 @kindex m g (Folder)
2241 @findex wl-fldmgr-make-group
2242 Create a folder group.
2243 (@code{wl-fldmgr-make-group})
2246 @kindex m A (Folder)
2247 @findex wl-fldmgr-make-access-group
2248 Create an access group.
2249 (@code{wl-fldmgr-make-access-group})
2252 @kindex m d (Folder)
2253 @findex wl-fldmgr-delete
2254 Delete folder itself and msgdb.
2255 If the folder itself cannot be deleted like NNTP folder,
2256 only msgdb is deleted.
2257 (@code{wl-fldmgr-delete})
2262 @kindex m R (Folder)
2263 @findex wl-fldmgr-rename
2264 Change the name of folder or folder group.
2265 msgdb's path is also changed.
2266 (@code{wl-fldmgr-rename})
2272 @findex wl-fldmgr-make-multi
2273 Create a multi folders in the cutlist (cut, copied folders).
2274 (@code{wl-fldmgr-make-multi})
2279 @kindex m f (Folder)
2280 @findex wl-fldmgr-make-filter
2281 Create a filter folder. (Put a filter on the folder).
2282 (@code{wl-fldmgr-make-filter})
2286 @kindex M-c (Folder)
2287 @kindex m c (Folder)
2288 @findex wl-fldmgr-copy
2289 Copy folder (it is not available on folder group).
2290 (@code{wl-fldmgr-copy})
2294 @kindex M-w (Folder)
2295 @kindex m W (Folder)
2296 @findex wl-fldmgr-copy-region
2297 Copy folders in the specified region.
2298 (@code{wl-fldmgr-copy-region})
2302 @kindex C-k (Folder)
2303 @kindex m k (Folder)
2304 @findex wl-fldmgr-cut
2305 Cut folder. Folder itself is not deleted.
2306 (@code{wl-fldmgr-cut})
2310 @kindex C-w (Folder)
2311 @kindex m C-w (Folder)
2312 @findex wl-fldmgr-cut-region
2313 Cut folders in the specified region.
2314 (@code{wl-fldmgr-cut-region})
2318 @kindex C-y (Folder)
2319 @kindex m y (Folder)
2320 @findex wl-fldmgr-yank
2321 Paste folders that are copied or cut (folders in the cut-list).
2322 (@code{wl-fldmgr-yank})
2325 @kindex m p (Folder)
2326 @findex wl-fldmgr-set-petname
2327 Put nickname on the folder.
2328 (@code{wl-fldmgr-set-petname})
2331 @kindex m q (Folder)
2332 @findex wl-fldmgr-clear-cut-entity-list
2333 Clear the cut-list. (cut, copied folder information is cleared,
2334 you cannot paste after this)
2335 (@code{wl-fldmgr-clear-cut-entity-list})
2338 @kindex m s (Folder)
2339 @findex wl-fldmgr-sort
2340 Sort folders in the current folder group.
2341 (@code{wl-fldmgr-sort})
2344 @kindex m C-s (Folder)
2345 @findex wl-fldmgr-save
2346 Save current folder view to the @file{wl-folders-file}.
2347 (@code{wl-fldmgr-save})
2350 [Following commands are only available on the access groups]
2356 @kindex m u (Folder)
2357 @findex wl-fldmgr-unsubscribe
2358 Set the visibility of folder (subscribe/unsubscribe).
2359 (@code{wl-fldmgr-unsubscribe})
2364 @kindex r u (Folder)
2365 @findex wl-fldmgr-unsubscribe-region
2366 Set the visibility of the folders (subscribe/unsubscribe) in the
2368 (@code{wl-fldmgr-unsubscribe-region})
2373 @kindex m l (Folder)
2374 @findex wl-fldmgr-access-display-normal
2375 List folders that are currently available.
2376 (@code{wl-fldmgr-access-display-normal})
2381 @kindex m L (Folder)
2382 @findex wl-fldmgr-access-display-all
2383 List all folders regardless of the subscription status.
2384 (@code{wl-fldmgr-access-display-all})
2388 @subsection Customize variables
2391 @item wl-interactive-save-folders
2392 @vindex wl-interactive-save-folders
2393 The initial setting is @code{t}. If non-nil and folder view is
2394 modified, confirm saving it before Wanderlust or Emacs exits. If
2395 @code{nil}, save without confirmation.
2397 @item wl-fldmgr-make-backup
2398 @vindex wl-fldmgr-make-backup
2399 The initial setting is @code{t}. If non-nil, @file{~/.folders.bak} is
2400 created before saving the folder status.
2402 @item wl-fldmgr-sort-function
2403 @vindex wl-fldmgr-sort-function
2404 The initial setting is @code{wl-fldmgr-sort-standard}. A function to
2405 sort folders. By default function, folders are sorted alphabetically
2406 and folder group is put on top (when @code{wl-fldmgr-sort-group-first}
2409 @item wl-fldmgr-sort-group-first
2410 @vindex wl-fldmgr-sort-group-first
2411 The initial setting is @code{t}. If non-nil,
2412 @code{wl-fldmgr-sort-standard} precedes folder group. If @code{nil}, it
2413 does not care whether it is folder group or not.
2415 @item wl-folder-check-async
2416 @vindex wl-folder-check-async
2417 The initial setting is @code{t}. If non-nil, check folder's unread
2418 status asynchronously. It boosts newsgroup checking.
2420 @item wl-folder-check-fast
2421 @vindex wl-folder-check-fast
2422 The initial setting is @code{nil}.
2423 If non-nil, it does not update folder status while checking.
2425 @item wl-folder-notify-deleted
2426 @vindex wl-folder-notify-deleted
2427 The initial setting is @code{nil}.
2429 If non-nil, negative value is displayed when the message is deleted. If
2430 @code{sync}, folder is synchronized when the message is deleted. If
2431 @code{nil}, message deletion is ignored.
2433 @item wl-fldmgr-add-complete-with-current-folder-list
2434 @vindex wl-fldmgr-add-complete-with-current-folder-list
2435 The initial setting is @code{nil}.
2436 Non-nil means call @code{elmo-folder-list-subfolders} and get completion
2437 candidate for @code{wl-fldmgr-add}.
2440 @subsection Miscellanea
2442 Following is a note for folder editing.
2446 cut or copy stacks the folder in the @code{wl-fldmgr-cut-entity-list}.
2447 paste(yank) command pastes the folders on one cut or copy command
2448 (If copy command is executed by region, folders in the region are pasted
2449 by one paste command)
2452 You cannot cut @samp{Desktop} group.
2453 Also, you cannot paste folders at the outside of the @samp{Desktop}.
2456 You cannot copy folder group.
2459 Operations on the access group are only available for the folders
2460 in the same access group.
2463 You cannot create a folder which has same name with the folders already exist.
2466 You cannot insert folders which have same name in one group.
2467 You can insert them in the different groups.
2468 You cannot put same nickname to the different folders.
2472 @node Summary, Message, Folder, Top
2473 @chapter Summary Mode
2475 After you select the folder via folder mode, you enter to the summary
2479 * Usage of Summary Mode:: TIPS
2480 * Thread Operations:: Thread operations
2481 * Cache:: File cache, Buffer cache, and Prefetch
2482 * Auto Refile:: Auto refile settings
2483 * Sticky Summary:: Summary make sticky
2484 * Summary View:: Format of summary lines
2485 * Key Bindings of Summary:: Key bindings
2486 * Variables of Summary:: Customize Summary Mode
2490 @node Usage of Summary Mode, Thread Operations, Summary, Summary
2491 @section Usage (Tips)
2493 @subsection Summary Content
2495 In the summary mode, messages are displayed like following.
2499 377 09/16(Wed)11:57 [+1: Takuro Kitame ] Bug?
2500 381 09/17(Thu)00:16 [+3: Fujikazu Okuni ] elmo-lha.el -- LHA interface
2501 384 09/17(Thu)01:32 [+1: Yuuichi Terani ] wl-0.6.2
2502 389 N09/18(Fri)01:07 [+2: Yuuichi Terani ] wl-0.6.3
2509 @var{Message number}, @var{Temporal mark}, @var{Persistent mark}, @var{Date}, @var{Sender}, @var{Subject}
2513 If you want to know how to change the format for this, please refer
2514 the section format of Summary lines.
2515 @xref{Summary View}.
2517 @var{Message number} is the message's unique number in the folder. In
2518 the NNTP folder, it is article number, in the IMAP folder, it is UID and
2519 in the MH folder, it is the filename of the message.
2521 @var{Temporal mark} and @var{Persistent mark} are described later.
2523 @var{Date} is displayed like @samp{@var{Month}/@var{Day}(@var{Week
2524 Day})@var{Hour}:@var{Minute}}. Default setting displays week day in
2525 Japanese, but if you want to display it in English, set the value of
2526 @code{wl-summary-weekday-name-lang} as @samp{en}.
2528 @var{Sender}'s indentation corresponds to the depth of the thread.
2529 Sender name is displayed as nickname if it is defined in the address
2530 book. Set @code{wl-use-petname} as @code{nil}, if you want to quit
2531 displaying with nickname.
2533 If number is printed at the head of @var{Sender} part like @samp{+2},
2534 that means the message have 2 follow messages.
2536 @var{Subject} is the @samp{Subject:} header field of the message. If
2537 the message have same @samp{Subject:} with the parent message, it is not
2538 displayed. Some mailing list puts its sequence number in the
2539 @samp{Subject:} field, but it is
2540 ignored. @code{wl-summary-no-subject-message} is displayed when the
2541 message has empty subject field.
2543 @subsection Temporary Marks
2544 @cindex Mark, Temporary
2546 There are four temporary marks,
2547 @samp{*}, @samp{d}, @samp{o} and @samp{O}.
2548 Temporary marks indicates message operations.
2553 You can execute a command on the all messages that have @samp{*} mark,
2554 with the key bindings which begins with @kbd{m}.
2557 The mark to dispose. You can put @samp{d} by typing @kbd{d} key.
2561 After you type @kbd{o} key, prompt appears to input refile destination.
2562 Your answer is printed in the summary line.
2566 You can put this mark by typing @kbd{O} key.
2567 The difference between this mark and refile mark is,
2568 this mark does not delete the message while latter does.
2571 @kbd{x} key executes action for temporary marks, respectively.
2573 @subsection Persistent Marks
2575 There are five persistent marks,
2576 @samp{N}, @samp{U}, @samp{!}, @samp{u} and @samp{$}.
2578 The persistent mark indicates the message's status and it is saved.
2579 Each persistent mark indicates:
2585 It is unread message.
2587 It is unread but cached message.
2589 It is read but it is not cached.
2591 It is important message. You can put @samp{$} mark by typing @kbd{$}
2592 key (if already exists, the mark is deleted). It is convenient to put
2593 this mark on the messages to remember (If you want to remember to write
2594 a reply for the message, for example) because this mark remains after
2595 you exited Emacs. Messages with the @samp{$} mark can be reviewed in the
2596 @samp{'mark} folder even the message itself is deleted in the actual folder.
2599 If the message is read and cached (or local message),there are no
2603 @samp{N}, @samp{U} and @samp{u} indicates that the message have no
2604 cache. Messages with the marks other than these, you can read them in
2605 the offline status even they are in the IMAP folder or netnews folder.
2607 Among messages with persistent marks, ones with marks specified by
2608 @code{wl-summary-expire-reserve-marks} are excluded from the expiration
2609 (as a function of wanderlust) explained later. @xref{Expire and Archive}.
2611 @subsection How To Read
2613 Basically, you can read messages only typing space key again and again.
2615 To update summary status to the newest status (synchronize),
2618 You can jump to next unread message by typing @kbd{N} key, and @kbd{n} key
2619 moves cursor to the next message.
2620 Enter message buffer by typing @kbd{j} key.
2621 To operate multipart, you have to enter to the message buffer.
2624 @subsection Pack the Message Numbers
2625 You can pack the message numbers in Summary by
2626 @kbd{M-x wl-summary-pack-number}. Note that only MH Folder,
2627 News Spool Folder and Maildir Folder are supported folder types.
2630 @node Thread Operations, Cache, Usage of Summary Mode, Summary
2631 @section Thread Operations
2633 For example, the following line indicates one thread (a context of a topic).
2636 384 09/17(Thu)01:32 [+1: Teranishi ] wl-0.6.2
2640 If you type @kbd{/} on this line, the thread is opened and it changes
2641 the appearance like following.
2645 384 09/17(Thu)01:32 [ Teranishi ] wl-0.6.2
2646 388 09/17(Thu)22:34 +-[ Murata san ]
2650 (Message 388 is the replied message to the message 384.)
2651 If you type @kbd{/} key once again, the thread is closed.
2652 With prefix argument, @kbd{/} opens all children threads.
2654 If you type @kbd{[}, opens all threads in summary. @kbd{]} closes all
2657 Commands with the key binding that begins with @kbd{t} executes commands
2658 on the messages in the thread.
2659 @xref{Key Bindings of Summary}.
2661 @subsection reconstruct thread by hand
2663 You can reconstruct the thread manually. In Summary, @kbd{M-w}
2664 (@code{wl-summary-save-current-message}) at the corresponding message,
2665 and @kbd{C-y} (@code{wl-summary-yank-saved-message}) at the new parent
2666 message then you have the reconstructed thread.
2669 @node Cache, Auto Refile, Thread Operations, Summary
2672 @subsection Cache File
2674 The messages which have to access via network (e.x. IMAP, NNTP folder)
2675 are cached as a local file so as to save network traffic or to enable
2676 off-line operation. The cache file is saved under the directory
2677 @file{~/.elmo/cache}. To expire cache, type @kbd{M-x
2678 elmo-cache-expire-by-size}. The command deletes cache files to the
2679 specified size by the order of last accessed time.
2681 @subsection Buffer Cache and Prefetching
2683 The messages that are read are kept in the cache buffer so as to make
2684 the behavior fast when you are to read the message again. It is called
2685 `buffer cache'. The number of cache buffer is specified by
2686 @code{wl-message-buffer-cache-size}.
2688 There are message prefetching mechanism in the Wanderlust that
2689 prefetches next message while you are reading.
2691 You can control the message prefetching mechanism by these two
2695 @item wl-message-buffer-prefetch-folder-type-list
2696 @vindex wl-message-buffer-prefetch-folder-type-list
2697 The initial setting is @code{t}. In this case, prefetch messages in all
2699 If it is a list of folder types, it specifies the folder types in which
2700 message prefetching is enabled.
2701 Following is an example (prefetch messages in nntp and imap4 folders)
2705 (setq wl-message-buffer-prefetch-folder-type-list
2710 In this case, multi folder that contains localdir and imap4 prefetches
2711 only imap4 messages. This variable precedes the value of
2712 @code{wl-message-buffer-prefetch-folder-list}.
2714 @item wl-message-buffer-prefetch-folder-list
2715 @vindex wl-message-buffer-prefetch-folder-list
2716 The initial setting is @code{nil}.
2717 A list of regexp of folders to enable message prefetching.
2719 @item wl-message-buffer-prefetch-depth
2720 @vindex wl-message-buffer-prefetch-depth
2721 The initial setting is 3. The number of messages for automatical prefetch.
2723 @item wl-message-buffer-prefetch-idle-time
2724 @vindex wl-message-buffer-prefetch-idle-time
2725 The initial setting is 0.2 (in seconds). The period of automatical prefetch.
2727 @item wl-message-buffer-prefetch-threshold
2728 @vindex wl-message-buffer-prefetch-threshold
2729 The initial setting is 30000 (bytes). If prefetching message has larger
2730 size than this value, Wanderlust does not prefetch automatically.
2731 If @code{wl-message-buffer-prefetch-threshold} is @code{nil},
2732 the message is not checked for the size.
2734 @item wl-auto-prefetch-first
2735 @vindex wl-auto-prefetch-first
2736 The initial setting is @code{nil}.
2737 If non-nil, first message is automatically prefetched to the buffer
2738 when you enter the folder.
2742 @node Auto Refile, Sticky Summary, Cache, Summary
2743 @section Auto Refile
2744 @vindex elmo-msgdb-extra-fields
2745 @vindex wl-refile-rule-alist
2746 @findex wl-summary-auto-refile
2748 You can refile messages automatically, by typing @kbd{C-o}
2749 (@code{wl-summary-auto-refile}). It decides destination of refile by
2750 the content of the message header information (information in the msgdb).
2752 By default, @samp{From:}, @samp{Subject:}, @samp{To:} and @samp{Cc:} is
2753 available. If you want to decide destination by other header fields,
2754 set the variable @code{elmo-msgdb-extra-fields} like following.
2758 (setq elmo-msgdb-extra-fields
2768 By this setting, Wanderlust saves extra fields in the msgdb. You have
2769 to type @kbd{s all} to get extra fields for the messages that are
2770 already exists in the summary.
2772 Then, specify the refile rule. The refile target folder of auto
2773 refiling is decided by the value of @code{wl-refile-rule-alist}.
2774 @code{wl-refile-rule-alist} is a list of a rule:
2778 (@var{field} (@var{regexp} . @var{target})
2779 (@var{regexp} . @var{target})
2784 Each rule means `if @var{field} value matches @var{regexp},
2785 then refile to @var{target} folder'.
2786 The rule matched first is applied.
2788 @var{field} is a string of field name. You can specify a list of field name
2789 string, too. In this case, if one of these fields is matched, then the
2790 rule is fired (i.e. OR condition).
2792 @var{regexp} is a regular expression for field value. @var{target} is a target
2793 folder string. You can specify a rule at @var{target} part, too. In this
2794 case, If the field value of the rule and the current rule is matched,
2795 then the current rule is fired (i.e. AND condition).
2797 You can refer matched substring of @var{regexp} to specify @var{target} part.
2798 To refer substring, use following keys:
2802 means substitute original matched text.
2805 means substitute what matched the @var{N}th `\(@dots{}\)'.
2806 (@var{N} is a number.)
2809 Following is an example of @code{wl-refile-rule-alist}.
2813 (setq wl-refile-rule-alist
2815 ("^Wanderlust" . "+wl")
2816 ("^Elisp" . "+elisp"))
2818 ("\\([a-z]+\\)@@gohome\\.org" . "+\\1"))
2820 ("me@@gohome\\.org" . ("To" ("you@@gohome\\.org" .
2821 "+from-me-to-you"))))))
2825 After these settings, refile marks are automatically put on the condition
2826 matched messages by typing @kbd{C-o} (@code{wl-summary-auto-refile}).
2828 Messages which have @code{wl-summary-auto-refile-skip-marks} is skipped
2830 By default, @samp{N}, @samp{U} and @samp{!} is specified, so the messages
2831 with these persistent marks are not automatically refiled.
2832 It means Wanderlust does not execute auto refile on unread messages by
2833 the default setting.
2834 To execute auto refile on all messages, set following.
2837 (setq wl-summary-auto-refile-skip-marks nil)
2841 @node Sticky Summary, Summary View, Auto Refile, Summary
2842 @section Sticky Summary
2843 @cindex Summary, Sticky
2844 @cindex Sticky Summary
2846 The buffer of the `sticky summary' does not killed by typing @kbd{q}.
2848 By entering the summary by typing @kbd{Shift RET} in Folder mode or
2849 @kbd{G} in some suummary sticky summary buffer is created.
2850 Also typing @kbd{M-s} (@code{wl-summary-stick}) on the normal summary
2851 makes current one sticky.
2853 The buffer name of the sticky summary becomes like
2854 @samp{Summary:@var{folder-name}}.
2855 You can visit the sticky summary at any time by @kbd{C-x b}
2856 (@code{switch-to-buffer}), or you can go round summary buffers by
2857 @kbd{C-c C-n} (@code{wl-summary-previous-buffer}) and @kbd{C-c C-p}
2858 (@code{wl-summary-next-buffer}) in summary mode.
2860 In sticky summary, the summary buffer is preserved after @kbd{g} or
2861 @kbd{q}. To delete sticky summary, type @kbd{C-u q} to exit or move to
2862 another summary by @kbd{C-u g}. Other operations in the sticky summary
2863 are same as normal summary.
2865 @code{wl-summary-always-sticky-folder-list} specifies the folders that
2866 are automatically stuck.
2869 @node Summary View, Key Bindings of Summary, Sticky Summary, Summary
2870 @section Format of summary lines
2871 @cindex Format of summary lines
2872 You can alter the format of lines in Summary mode.
2874 Summary line format is specified by @code{wl-summary-line-format}.
2875 You can use control strings defined by
2876 @code{wl-summary-line-format-spec-alist}.
2882 ;; @r{number temporary-mark persistent-mark date branch}
2883 ;; @r{[ (number-of-children) sender ] subject}
2884 (setq wl-summary-line-format "%n%T%P%M/%D(%W) %t%[%17(%c %f%) %] %s")
2888 Where the number set the column number of the field (for negative value,
2891 Major control strings defined by @code{wl-summary-line-format-spec-alist}
2892 are displayed in the following list.
2903 %t branch of the thread
2904 %[ [ (< for re-connected child)
2905 %] ] (> for re-connected child)
2909 %c +number-of-children: (display only for opened thread)
2910 %C [+number-of-children] (display only for opened thread)
2911 %T temporary mark (mandatory)
2912 %P persistent mark (mandatory)
2916 @code{wl-summary-line-format} must contain temporary mark (@samp{%T})
2917 and persistent mark (@samp{%P}). Furthermore, these marks must appear at
2918 the constant column. For example, if you specify @samp{%T} or
2919 @samp{%P} after the @samp{%t}, which changes its length by thread
2920 position, marks are not treated correctly.
2922 If the format string is enclosed by @samp{%number(} and @samp{%)}, the
2923 column of the enclosed region is justified to the `number'. Multiple
2924 level @samp{%number(} parenthesis can be defined. It is useful to
2925 justify the column of the multiple control strings. For example, in the
2926 above @code{wl-summary-line-format},
2932 means ``Adjust number-of-children and sender string to the 17 column''.
2934 You can specify the format by each folders with
2935 @code{wl-folder-summary-line-format-alist}. Please set regular
2936 expression for folder names and summary line format as the following
2941 (setq wl-folder-summary-line-format-alist
2942 '(("^%" . "%T%P%M/%D(%W)%h:%m %t%[%17(%c %f%) %] %s")
2943 ("^+" . "%n%T%P%M/%D %[ %17f %] %t%C%s")))
2947 @subsection on the format for sender name
2949 The format string @samp{%f} displays the return value of the function specified
2950 by @code{wl-summary-from-function}. If you use the function
2951 @code{wl-summary-default-from} (default), it displays sender name ordinarily,
2952 while displays the recipient names if the folder name matches with
2953 @code{wl-summary-showto-folder-regexp} and the sender is yourself.
2954 If the value of @code{wl-use-petname} is Non-nil, it uses petname to display.
2956 For example, to display recipient names for the message in @samp{+backup} if
2957 its sender is yourself, set up as follows.
2960 (setq wl-summary-showto-folder-regexp "^\\+backup$")
2964 @node Key Bindings of Summary, Variables of Summary, Summary View, Summary
2965 @section Key bindings
2966 @cindex Keybind, Summary Mode
2967 @cindex Keybind, Summary Buffer
2969 Key bindings of the summary mode are shown below.
2973 @kindex @key{SPC} (Summary)
2974 @findex wl-summary-read
2975 Proceed reading a message at the current cursor point.
2976 (@code{wl-summary-read})
2980 @findex wl-summary-redisplay
2981 Redisplay a message at the current cursor point.
2982 If this command is called with prefix argument,
2983 Redisplay message regardless of the message cache (message is re-loaded
2985 (@code{wl-summary-redisplay})
2989 @findex wl-summary-display-top
2990 Display the top message in the folder.
2991 (@code{wl-summary-display-top})
2995 @findex wl-summary-display-bottom
2996 Display the bottom message in the folder.
2997 (@code{wl-summary-display-bottom})
3001 @kindex @key{BS} (Summary)
3002 @kindex @key{DEL} (Summary)
3003 Display the previous page of the message at the current cursor point.
3004 @findex wl-summary-prev-page
3005 (@code{wl-summary-prev-page})
3008 @kindex @key{RET} (Summary)
3009 @findex wl-summary-next-line-content
3010 Display the next line of the message at the current cursor point.
3011 Display the message at the current cursor point if it is not displayed yet.
3012 (@code{wl-summary-next-line-content})
3017 @kindex M-@key{RET} (Summary)
3018 @findex wl-summary-prev-line-content
3019 Display the previous line of the message at the current cursor point.
3020 Display the message at the current cursor point if it is not displayed yet.
3021 (@code{wl-summary-prev-line-content})
3025 @findex wl-thread-open-close
3026 Toggle open or close the thread at the current cursor point.
3027 (@code{wl-thread-open-close})
3032 @findex wl-thread-open-all
3033 (@code{wl-thread-open-all})
3038 @findex wl-thread-close-all
3039 (@code{wl-thread-close-all})
3043 @findex wl-summary-goto-folder
3045 (@code{wl-summary-goto-folder})
3049 Mark all messages in the folder as read.
3050 @findex wl-summary-mark-as-read-all
3051 (@code{wl-summary-mark-as-read-all})
3055 @findex wl-summary-reply
3056 Prepare a draft for reply the message at the current cursor point.
3057 (@code{wl-summary-reply})
3061 @findex wl-summary-reply-with-citation
3062 Prepare a draft for reply the message at the current cursor point.
3063 (@code{wl-summary-reply-with-citation})
3067 @findex wl-summary-cancel-message
3068 If the message at current cursor point is your own netnews article,
3070 (@code{wl-summary-cancel-message})
3074 @findex wl-summary-reedit
3075 Prepare a draft for re-editing the message at current cursor point.
3076 If the message at current cursor point is your own netnews article,
3077 a draft for `supersedes message' for the message is prepared.
3078 (@code{wl-summary-reedit})
3081 @kindex M-E (Summary)
3082 @findex wl-summary-resend-bounced-mail
3083 If the message at current cursor point is a bounced message,
3084 a draft for re-sending original message is prepared.
3085 (@code{wl-summary-resend-bounced-mail})
3089 @findex wl-summary-forward
3090 A draft for forwarding the message at current cursor point is prepared.
3091 (@code{wl-summary-forward})
3095 @findex wl-summary-mark-as-important
3096 Put @samp{$} mark on the message at current cursor point.
3097 If already marked as @samp{$}, remove the mark.
3098 (@code{wl-summary-mark-as-important})
3104 Save the message at current cursor point.
3105 @findex wl-summary-save
3106 (@code{wl-summary-save})
3110 @findex wl-summary-next
3111 Move cursor to the next message.
3112 If message is marked with a temporal mark in
3113 @code{wl-summary-skip-mark-list}, cursor is not moved to it.
3114 In the offline mode, cursor is not moved to the messages which are not cached
3116 (@code{wl-summary-next})
3120 @findex wl-summary-prev
3121 Move cursor to the previous message.
3122 If message is marked with a temporal mark in
3123 @code{wl-summary-skip-mark-list}, cursor is not moved to it.
3124 In the offline mode, cursor is not moved to the messages which are not cached
3126 (@code{wl-summary-prev})
3130 @findex wl-summary-down
3131 Move cursor to the downward message which is unread or marked
3133 In the offline mode, cursor is not moved to the messages which are not cached
3135 If there are messages which have target mark @samp{*} in the summary,
3136 cursor is moved to the downward message which have a target mark.
3137 This behavior is changed according to the value of @code{wl-summary-move-order}.
3138 (@code{wl-summary-down})
3142 @findex wl-summary-up
3143 Move cursor to the upward message which is unread or marked
3145 In the offline mode, cursor is not moved to the messages which are not cached
3147 If there are messages which have target mark @samp{*} in the summary,
3148 cursor is moved to the downward message which have a target mark.
3149 This behavior is changed according to the value of @code{wl-summary-move-order}.
3150 (@code{wl-summary-up})
3154 @findex wl-summary-write
3155 Prepare a new draft.
3156 (@code{wl-summary-write})
3160 @findex wl-summary-write-current-folder
3161 Prepare a new draft. If the current folder is NNTP folder,
3162 @samp{Newsgroups:} field is completed. If the current folder is mailing
3163 list folder (refile destination), guess @samp{To:} field and completed
3164 (If @code{wl-subscribed-mailing-list} is valid list)
3165 (@code{wl-summary-write-current-folder})
3169 @findex wl-summary-redisplay-all-header
3170 Redisplay the message at current cursor point with all header fields.
3171 (@code{wl-summary-redisplay-all-header})
3175 @findex wl-summary-redisplay-no-mime
3176 Redisplay the message at current cursor point without MIME analysis.
3177 (@code{wl-summary-redisplay-no-mime})
3181 @findex wl-summary-burst
3182 If the message at current cursor point has
3183 encapsulates multiple messages using MIME,
3184 de-capsulate and extract them on the current folder.
3185 If it is invoked in non-writable folder or it is called with prefix
3186 argument, it asks the destination folder.
3187 (@code{wl-summary-burst})
3190 @kindex @@ (Summary)
3191 @findex wl-summary-edit-addresses
3192 Append/change/delete the message's sender information to the address
3193 book @file{~/.addresses} interactively. If this command is called with
3194 prefix argument, arbitrary address can be edited.
3195 (@code{wl-summary-edit-petname})
3199 @findex wl-status-update
3200 Sync up address book status with @file{~/.addresses}'s content.
3201 (@code{wl-status-update})
3205 @findex wl-summary-pipe-message
3206 Pipe current message's content to the external process.
3207 (@code{wl-summary-pipe-message})
3211 @findex wl-summary-print-message
3212 Print out current message's content.
3213 It uses @code{ps-print} module in Emacs 20.x.
3214 If you don't use color printer, you might want to set
3215 @code{wl-ps-print-buffer-function} to @code{ps-print-buffer}.
3218 (setq wl-ps-print-buffer-function 'ps-print-buffer)
3221 (@code{wl-summary-print-message})
3225 @findex wl-summary-exit
3226 Exit current folder.
3227 (@code{wl-summary-exit})
3231 @findex wl-summary-jump-to-current-message
3232 Jump cursor to the currently displayed message's window.
3233 (@code{wl-summary-jump-to-current-message})
3237 Jump cursor to the other message.
3238 @findex wl-summary-jump-to-msg
3239 (@code{wl-summary-jump-to-msg})
3243 Update summary status and
3244 prefetch all messages which have marks included in the
3245 @code{wl-summary-incorporate-marks}.
3246 @findex wl-summary-incorporate
3247 (@code{wl-summary-incorporate})
3250 @kindex M-j (Summary)
3251 @findex wl-summary-jump-to-msg-by-message-id
3252 Jump cursor to the message which have specified @samp{Message-Id:}. If
3253 @code{elmo-use-database} is non-nil, other folder is also searched.
3254 (@code{wl-summary-jump-to-msg-by-message-id})
3258 Jump to parent message.
3259 @findex wl-summary-jump-to-parent-message
3260 (@code{wl-summary-jump-to-parent-message})
3264 @findex wl-summary-mark-as-unread
3265 Mark as unread the message at current cursor point.
3266 (@code{wl-summary-mark-as-unread})
3270 @findex wl-summary-sync
3271 Synchronize summary view after prompting the update range.
3272 You can specify one of the follows.
3276 all Discard present msgdb and retrieve all informations.
3277 Do not retrieve killed messages.
3278 all-entirely Discard present msgdb and retrieve all informations.
3279 Retrieve killed messages, too.
3280 update Update the difference between informations in present
3281 msgdb and in current folder instance.
3282 Do not retrieve killed messages.
3283 update-entirely Update the difference between informations in present
3284 msgdb and in current folder instance.
3285 Retrieve killed messages, too.
3286 rescan Redisplay summary by rescanning present msgdb.
3287 rescan-noscore Redisplay summary by rescanning present msgdb.
3288 Display messages killed by score, too.
3289 cache-status Sync the all marks with the real status of cache.
3292 first:NUM Move to the filter folder(partial filter).
3293 last:NUM Move to the filter folder(partial filter).
3298 (@code{wl-summary-sync})
3302 @findex wl-summary-sort
3304 You can sort by @samp{date}, @samp{from}, @samp{number} and @samp{subject}.
3305 (@code{wl-summary-sort})
3309 @findex wl-summary-toggle-thread
3310 Toggle the threading. The state will be preserved after exiting
3311 Wanderlust. You can alter default state for newly created summary
3312 by @code{wl-summary-default-view} or @code{wl-summary-default-view-alist}.
3313 Threading status is displayed on the modeline.
3314 @samp{@{S@}} means threading is off (Sequence) and
3315 @samp{@{T@}} means threading is on (Thread).
3316 (@code{wl-summary-toggle-thread})
3320 @findex wl-summary-toggle-disp-folder
3321 Toggle displaying of folder window.
3322 (@code{wl-summary-toggle-disp-folder})
3326 Toggle displaying of message window.
3327 @findex wl-summary-toggle-disp-msg
3328 (@code{wl-summary-toggle-disp-msg})
3332 Move to the virtual folder (filter folder) with the condition specified.
3333 If called with prefix argument and current folder is virtual, exit it.
3334 @findex wl-summary-virtual
3335 (@code{wl-summary-virtual})
3338 @kindex @key{TAB} (Summary)
3339 @findex wl-summary-goto-last-displayed-msg
3340 Jump to the message which is displayed last.
3341 (@code{wl-summary-goto-last-displayed-msg})
3345 Put @samp{*} mark on the messages that satisfies the specified condition.
3346 @findex wl-summary-pick
3347 (@code{wl-summary-pick})
3351 @findex wl-summary-mark-as-read
3352 Mark as read the message at the current cursor point.
3353 (@code{wl-summary-mark-as-read})
3357 Execute action for all temporary marks in the summary buffer.
3358 @findex wl-summary-exec
3359 (@code{wl-summary-exec})
3363 @findex wl-summary-target-mark-line
3364 Put target mark on the message at the current cursor point.
3365 (@code{wl-summary-target-mark-line})
3369 Put refile mark on the message at the current cursor point.
3370 @findex wl-summary-refile
3371 (@code{wl-summary-refile})
3374 @kindex C-o (Summary)
3375 Execute auto refile.
3376 @findex wl-summary-auto-refile
3377 (@code{wl-summary-auto-refile})
3381 Put copy mark on the message at the current cursor point.
3382 @findex wl-summary-copy
3383 (@code{wl-summary-copy})
3386 @kindex M-o (Summary)
3387 Put refile mark on the message at the current cursor point with the destination
3388 previously specified.
3389 @findex wl-summary-refile-prev-destination
3390 (@code{wl-summary-refile-prev-destination})
3394 @findex wl-summary-dispose
3395 Put disposal mark on the message at the current cursor point.
3396 The result of disposal is controlled by @code{wl-dispose-folder-alist},
3397 refiled to @code{wl-trash-folder} by default.
3398 (@code{wl-summary-dispose})
3402 @findex wl-summary-delete
3403 Put force deletion mark on the message at the current cursor point.
3404 (@code{wl-summary-delete})
3408 Put prefetch reservation mark on the message at the current cursor point.
3409 @findex wl-summary-prefetch
3410 (@code{wl-summary-prefetch})
3414 @findex wl-summary-resend
3415 Put resend reservation mark on the message at the current cursor point.
3416 (@code{wl-summary-resend})
3420 @findex wl-summary-unmark
3421 Unmark the temporal mark on the message at the current cursor point.
3422 (@code{wl-summary-unmark})
3426 Unmark all the temporal marks.
3427 @findex wl-summary-unmark-all
3428 (@code{wl-summary-unmark-all})
3431 @kindex r R (Summary)
3432 @findex wl-summary-mark-as-read-region
3433 Mark as read messages in the specified region.
3434 (@code{wl-summary-mark-as-read-region})
3437 @kindex r $ (Summary)
3438 @findex wl-summary-mark-as-important-region
3439 Mark as important @samp{$} messages in the specified region.
3440 If @samp{$} mark already exists, remove the mark.
3441 (@code{wl-summary-mark-as-important-region})
3444 @kindex r ! (Summary)
3445 @findex wl-summary-mark-as-unread-region
3446 Mark as unread messages in the specified region.
3447 (@code{wl-summary-mark-as-unread-region})
3450 @kindex r x (Summary)
3451 @findex wl-summary-exec-region
3452 Execute action for each temporary marks on the messages in the
3454 (@code{wl-summary-exec-region})
3457 @kindex r * (Summary)
3458 @findex wl-summary-target-mark-region
3459 Put target mark on the messages in the specified region.
3460 (@code{wl-summary-target-mark-region})
3463 @kindex r o (Summary)
3464 @findex wl-summary-refile-region
3465 Put refile mark on the messages in the specified region.
3466 (@code{wl-summary-refile-region})
3469 @kindex r O (Summary)
3470 @findex wl-summary-copy-region
3471 Put copy mark on the messages in the specified region.
3472 (@code{wl-summary-copy-region})
3475 @kindex r d (Summary)
3476 @findex wl-summary-dispose-region
3477 Put disposal mark on the messages in the specified region.
3478 (@code{wl-summary-dispose-region})
3481 @kindex r i (Summary)
3482 @findex wl-summary-prefetch-region
3483 Put prefetch reservation mark on messages in the specified region.
3484 (@code{wl-summary-prefetch-region})
3487 @kindex r u (Summary)
3488 @findex wl-summary-unmark-region
3489 Delete temporal mark on the messages in the specified region.
3490 (@code{wl-summary-unmark-region})
3493 @kindex r y (Summary)
3494 Save messages in the specified region.
3495 @findex wl-summary-save-region
3496 (@code{wl-summary-save-region})
3499 @kindex t R (Summary)
3500 @findex wl-thread-mark-as-read
3501 Mark as read messages which are the descendant of the current thread.
3502 With prefix argument, it affects on the all messages in the thread tree.
3503 (@code{wl-thread-mark-as-read})
3506 @kindex t $ (Summary)
3507 @findex wl-thread-mark-as-important
3508 Put important mark @samp{$} on the messages which are the
3509 descendant of the current thread.
3510 If @samp{$} mark exists, remove the mark.
3511 With prefix argument, it affects on the all messages in the thread tree.
3512 (@code{wl-thread-mark-as-important})
3515 @kindex t ! (Summary)
3516 @findex wl-thread-mark-as-unread
3517 Mark as unread messages which are the descendant of the current thread.
3518 With prefix argument, it affects on the all messages in the thread tree.
3519 (@code{wl-thread-mark-as-unread})
3522 @kindex t x (Summary)
3523 @findex wl-thread-exec
3524 Execute action for temporary marks on the messages which are
3525 the descendant of the current thread. With prefix argument, it affects
3526 on the all messages in the thread tree.
3527 (@code{wl-thread-exec})
3530 @kindex t * (Summary)
3531 @findex wl-thread-target-mark
3532 Put target mark @samp{*} on the messages which are the descendant of the
3533 current thread. With prefix argument, it affects on the all messages in
3535 (@code{wl-thread-target-mark})
3538 @kindex t o (Summary)
3539 @findex wl-thread-refile
3540 Put refile mark on the messages which are the descendant of the current thread.
3541 With prefix argument, it affects on the all messages in the thread tree.
3542 (@code{wl-thread-refile})
3545 @kindex t O (Summary)
3546 @findex wl-thread-copy
3547 Put copy mark on the messages which are the descendant of the current thread.
3548 With prefix argument, it affects on the all messages in the thread tree.
3549 (@code{wl-thread-copy})
3552 @kindex t d (Summary)
3553 @findex wl-thread-dispose
3554 Put disposal mark on the messages which are the descendant of the current thread.
3555 With prefix argument, it affects on the all messages in the thread tree.
3556 (@code{wl-thread-dispose})
3559 @kindex t i (Summary)
3560 @findex wl-thread-prefetch
3561 Put prefetch reservation mark on messages which are the descendant of
3563 (@code{wl-thread-prefetch})
3566 @kindex t u (Summary)
3567 @findex wl-thread-unmark
3568 Unmark temporal mark on the messages which are the descendant of the
3569 current thread. With prefix argument, it affects on the all messages in
3571 (@code{wl-thread-unmark})
3574 @kindex t y (Summary)
3575 @findex wl-thread-save
3576 Save messages which are the descendant of the current thread.
3577 With prefix argument, it affects on the all messages in the thread tree.
3578 (@code{wl-thread-save})
3581 @kindex m R (Summary)
3582 @findex wl-summary-target-mark-mark-as-read
3583 Mark as read all messages which have target mark @samp{*}.
3584 (@code{wl-summary-target-mark-mark-as-read})
3587 @kindex m $ (Summary)
3588 @findex wl-summary-target-mark-mark-as-important
3589 Mark as important all messages which have target mark @samp{*}.
3590 If already marked as @samp{$}, remove the mark.
3591 (@code{wl-summary-target-mark-mark-as-important})
3594 @kindex m ! (Summary)
3595 @findex wl-summary-target-mark-mark-as-unread
3596 Mark as unread all messages which have target mark @samp{*}.
3597 (@code{wl-summary-target-mark-mark-as-unread})
3600 @kindex m o (Summary)
3601 @findex wl-summary-target-mark-refile
3602 Put refile mark on the messages which have target mark @samp{*}.
3603 (@code{wl-summary-target-mark-refile})
3606 @kindex m O (Summary)
3607 @findex wl-summary-target-mark-copy
3608 Put copy mark on the messages which have target mark @samp{*}.
3609 (@code{wl-summary-target-mark-copy})
3612 @kindex m d (Summary)
3613 @findex wl-summary-target-mark-dispose
3614 Put disposal mark on the messages which have target mark @samp{*}.
3615 (@code{wl-summary-target-mark-dispose})
3618 @kindex m i (Summary)
3619 @findex wl-summary-target-mark-prefetch
3620 Put prefetch reservation mark on messages which have target mark @samp{*}.
3621 (@code{wl-summary-target-mark-prefetch})
3624 @kindex m y (Summary)
3625 @findex wl-summary-target-mark-save
3626 Save messages which have target mark @samp{*}.
3627 (@code{wl-summary-target-mark-save})
3630 @kindex m u (Summary)
3631 Unmark all temporal marks.
3632 (@code{wl-summary-delete-all-temp-marks})
3633 @findex wl-summary-delete-all-temp-marks
3636 @kindex m a (Summary)
3637 Put target mark @samp{*} on the all messages.
3638 (@code{wl-summary-target-mark-all})
3639 @findex wl-summary-target-mark-all
3642 @kindex m t (Summary)
3643 Put target mark @samp{*} on the messages in the current thread.
3644 @findex wl-summary-target-mark-thread
3645 (@code{wl-summary-target-mark-thread})
3648 @kindex m r (Summary)
3649 @findex wl-summary-target-mark-region
3650 Put target mark @samp{*} on the messages in the specified region.
3651 (@code{wl-summary-target-mark-region})
3654 @kindex m A (Summary)
3655 @findex wl-summary-target-mark-reply-with-citation
3656 Prepare a draft which cites all messages which have target mark @samp{*}.
3657 (@code{wl-summary-target-mark-reply-with-citation})
3660 @kindex m f (Summary)
3661 @findex wl-summary-target-mark-forward
3662 Prepare a draft which forwards all messages which have target mark @samp{*}.
3663 (@code{wl-summary-target-mark-forward})
3666 @kindex m U (Summary)
3667 @findex wl-summary-target-mark-uudecode
3668 Uudecode the messages which have target mark @samp{*}.
3669 (@code{wl-summary-target-mark-uudecode})
3672 @kindex m ? (Summary)
3673 @findex wl-summary-target-mark-pick
3674 Pick messages from the @samp{*} marked messages.
3675 That is, @samp{*} marks on the messages are remained
3676 if the specified condition is satisfied.
3677 (@code{wl-summary-target-mark-pick})
3680 @kindex m # (Summary)
3681 @findex wl-summary-target-mark-print
3682 Print out all messages which have target mark @samp{*}.
3683 (@code{wl-summary-target-mark-print})
3686 @kindex m | (Summary)
3687 @findex wl-summary-target-mark-pipe
3688 Pipe content of each message with target mark @samp{*} to some specified
3690 (@code{wl-summary-target-mark-pipe})
3693 @kindex M-t (Summary)
3694 @findex wl-toggle-plugged
3695 Toggle offline/online status of Wanderlust.
3696 (@code{wl-toggle-plugged})
3699 @kindex C-t (Summary)
3700 Start Wanderlust's plug-status manager.
3701 (@code{wl-plugged-change})
3704 @kindex C-c C-o (Summary)
3705 @findex wl-jump-to-draft-buffer
3706 Move to the draft buffer if available. If multiple draft buffer exists,
3707 moved to one after another. If prefix argument is specified, load draft
3708 folder's message to the draft buffer and jump to it.
3709 (@code{wl-jump-to-draft-buffer})
3712 @kindex M-w (Summary)
3713 @findex wl-summary-save-current-message
3714 Save the message at the current cursor point.
3715 (@code{wl-summary-save-current-message})
3718 @kindex C-y (Summary)
3719 @findex wl-summary-yank-saved-message
3720 Regard the message at the current cursor point as
3721 parent, connect the message saved by
3722 @code{wl-summary-save-current-message}
3724 (@code{wl-summary-yank-saved-message})
3727 @kindex C-x C-s (Summary)
3728 @findex wl-summary-save-status
3729 Save the current summary.
3730 (@code{wl-summary-save-status})
3734 @node Variables of Summary, , Key Bindings of Summary, Summary
3735 @section Customiziable variables
3738 @item wl-summary-move-order
3739 @vindex wl-summary-move-order
3740 The initial setting is @code{unread}. Specify cursor moving policy. If
3741 you want to precede new messages, set @code{new}. If you want to
3742 precede unread messages, set @code{unread}. If @code{nil}, proceed to
3745 @item wl-auto-select-first
3746 @vindex wl-auto-select-first
3747 The initial setting is @code{nil}.
3748 If non-nil, first message is automatically displayed when you enter
3751 @item wl-auto-select-next
3752 @vindex wl-auto-select-next
3753 The initial setting is @code{nil}. This controls behavior when there is
3754 no unread message in current summary.
3757 nil: asks whether you want to go back to folder mode
3758 'unread: asks whether you want to go to next unread folder
3759 If the next one comes to be possessing no unread message
3760 by treatment of cross-posted messages or Scoring, then
3761 asks whether you want to go to next to next folder.
3762 'skip-no-unread: similar as unread
3763 But does not ask before going to next to next folder.
3764 otherwise: asks whether you want to go to next unread folder
3767 It might be useful to set @code{'skip-no-unread} for people who
3768 want to continue reading by just pressing and pressing space key.
3770 @item wl-thread-insert-opened
3771 @vindex wl-thread-insert-opened
3772 The initial setting is @code{nil}.
3773 If non-nil, thread is inserted as opened.
3775 @item wl-thread-open-reading-thread
3776 @vindex wl-thread-open-reading-thread
3777 The initial setting is @code{t}. If non-nil, reading thread is
3778 automatically opened though it is closed thread.
3780 @item wl-summary-exit-next-move
3781 @vindex wl-summary-exit-next-move
3782 The initial setting is @code{t}. If non-nil, move to next folder at
3785 @item wl-folder-move-cur-folder
3786 @vindex wl-folder-move-cur-folder
3787 The initial setting is @code{nil}. If non-nil, cursor position on the
3790 @item wl-summary-weekday-name-lang
3791 @vindex wl-summary-weekday-name-lang
3792 Specify language of the weekday.
3793 @samp{en} displays English, @samp{fr} displays French, @samp{de}
3794 displays Deutsch. You should rescan summary view after changing this value.
3796 @item wl-summary-fix-timezone
3797 @vindex wl-summary-fix-timezone
3798 The initial setting is @code{nil}.
3799 Time zone of the date string in summary mode is adjusted using this value.
3800 If @code{nil}, it is adjust to the default time zone information
3801 (system's default time zone or environment variable @samp{TZ}).
3803 @item wl-use-petname
3804 @vindex wl-use-petname
3805 The initial setting is @code{t}.
3806 If non-nil, sender part displays nickname.
3808 @item wl-break-pages
3809 @vindex wl-break-pages
3810 The initial setting is @code{t}.
3811 If non-nil, message is split as pages by @samp{^L}.
3813 @item wl-message-window-size
3814 @vindex wl-message-window-size
3815 The initial setting is '(1 . 4).
3816 A cons cell to specify the rate of summary and message window.
3817 car:cdr corresponds summary:message.
3819 @item wl-summary-from-function
3820 @vindex wl-summary-from-function
3821 Format function to display sender in summary.
3822 The initial setting is @code{wl-summary-default-from}.
3824 @item wl-summary-no-from-message
3825 @vindex wl-summary-no-from-message
3826 The initial setting is @samp{nobody@@nowhere?}. A string which is
3827 displayed when there's no @samp{From:} field in the message.
3829 @item wl-summary-subject-function
3830 @vindex wl-summary-subject-function
3831 Format function to display subject in summary.
3832 The initial setting is @code{wl-summary-default-subject} and
3833 it will cut the list name part etc. on the top of the subject.
3834 To display subject as it is, set as follows.
3837 (setq wl-summary-subject-function 'identity)
3840 @item wl-summary-no-subject-message
3841 @vindex wl-summary-no-subject-message
3842 The initial setting is @samp{(WL:No Subject in original.)}. A string
3843 which is displayed when there's no @samp{Subject:} field in the message.
3845 @item wl-summary-default-view
3846 @vindex wl-summary-default-view
3847 The initial setting is @code{'thread}.
3848 The default state for newly created summary. You can set either
3849 @code{'thread} for thread view or @code{'sequence} for sequential view.
3851 @item wl-summary-use-frame
3852 @vindex wl-summary-use-frame
3853 The initial setting is @code{nil}.
3854 If non-nil, use new frame for the summary.
3856 @item wl-use-folder-petname
3857 @vindex wl-use-folder-petname
3858 The initial setting is the list shown below:
3867 A list of display policy (symbol) of folder nickname. Available symbols
3872 Display folder petname on modeline.
3874 Destination folder is notified as nickname if
3875 @code{wl-auto-select-next} is non-nil.
3877 You can input folder name by nickname in the function
3878 @code{wl-summary-read-folder}.
3881 @item wl-summary-move-direction-toggle
3882 @vindex wl-summary-move-direction-toggle
3883 The initial setting is @code{t}. If non-nil, last executed @kbd{p},
3884 @kbd{P}, @kbd{n}, @kbd{N} toggles the direction of cursor move. If you
3885 want to aware of reading direction, set this to @code{t}.
3887 @item wl-summary-width
3888 @vindex wl-summary-width
3889 The initial setting is 80.
3890 Width of summary line. If @code{nil}, summary line's width is as is.
3892 @item wl-summary-from-width
3893 @vindex wl-summary-from-width
3894 The initial setting is 17.
3895 Width of sender part of summary line.
3897 @item wl-summary-indent-length-limit
3898 @vindex wl-summary-indent-length-limit
3899 The initial setting is 46.
3900 Specify the limit of thread indent level. @code{nil} means unlimited
3902 If you set this to @code{nil} you should set @code{wl-summary-width}
3905 @item wl-summary-max-thread-depth
3906 @vindex wl-summary-max-thread-depth
3907 The initial setting is 15.
3908 If thread depth of the message is larger than this value,
3909 the thread is divided.
3911 @item wl-summary-recenter
3912 @vindex wl-summary-recenter
3913 The initial setting is t.
3914 If non-nil, cursor point is moved to the center of the summary window.
3916 @item wl-summary-divide-thread-when-subject-changed
3917 @vindex wl-summary-divide-thread-when-subject-changed
3918 The initial setting is @code{nil}. If non-nil, thread is split if
3919 the subject is changed.
3921 @item wl-summary-search-via-nntp
3922 @vindex wl-summary-search-via-nntp
3923 The initial setting is @code{confirm}.
3925 If non-nil and @code{wl-summary-jump-to-msg-by-message-id} failed, call
3926 @code{wl-summary-jump-to-msg-by-message-id-via-nntp} and search message
3927 from the NNTP server @code{elmo-nntp-default-server}. The value of
3928 @code{elmo-nntp-default-user}, @code{elmo-nntp-default-port},
3929 @code{elmo-nntp-default-stream-type} are used.
3931 If @code{confirm}, server name can be specified. You can specify NNTP
3932 folder format like @samp{-:username@@servername:119!}.
3934 @item wl-summary-keep-cursor-command
3935 @vindex wl-summary-keep-cursor-command
3936 The initial setting is the list shown below:
3940 (wl-summary-goto-folder wl-summary-goto-last-visited-folder)
3945 When you entered to summary by these commands and the target summary
3946 buffer already exists, summary status is not automatically updated and
3947 cursor position is saved.
3949 @item elmo-folder-update-threshold
3950 @vindex elmo-folder-update-threshold
3951 The initial setting is 500. If updated message number is larger than
3952 this value, confirm whether drop them or not (in the case where the value
3953 of @code{elmo-folder-update-confirm} is non-nil).
3955 @item elmo-folder-update-confirm
3956 @vindex elmo-folder-update-confirm
3957 The initial setting is @code{t}. If the value is non-nil, do check with
3958 @code{elmo-folder-update-threshold}.
3960 @item wl-summary-always-sticky-folder-list
3961 @vindex wl-summary-always-sticky-folder-list
3962 The initial setting is @code{nil}.
3963 @code{wl-summary-always-sticky-folder-list} specifies the folders that
3964 are automatically stuck. Each element is regexp of folder name.
3966 @item wl-summary-reserve-mark-list
3967 @vindex wl-summary-reserve-mark-list
3968 The initial setting is the list shown below:
3977 If a message is already marked as temporal marks in this list, the
3978 message is not marked by any mark command.
3980 @item wl-summary-skip-mark-list
3981 @vindex wl-summary-skip-mark-list
3982 The initial setting is the list shown below:
3991 If a message is already marked as temporal marks in this list, the
3992 message is skipped at cursor move.
3994 @item elmo-message-fetch-threshold
3995 @vindex elmo-message-fetch-threshold
3996 The initial setting is 30000 (bytes). If displaying message has larger
3997 size than this value, Wanderlust confirms whether fetch the message or
3998 not (in the case where the value of @code{elmo-message-fetch-confirm}
4001 @item elmo-message-fetch-confirm
4002 @vindex elmo-message-fetch-confirm
4003 The initial setting is @code{t}. If the value is non-nil, do check with
4004 @code{elmo-message-fetch-threshold}.
4006 @item wl-prefetch-threshold
4007 @vindex wl-prefetch-threshold
4008 The initial setting is 30000 (bytes). If prefetching message has larger
4009 size than this value and @code{wl-prefetch-confirm} is non-nil,
4010 Wanderlust confirms whether prefetch the message or not. If
4011 @code{wl-prefetch-threshold} is @code{nil}, the message is prefetched
4012 without confirmation.
4014 @item wl-prefetch-confirm
4015 @vindex wl-prefetch-confirm
4016 The initial setting is @code{t}. If non-nil, Wanderlust confirms whether
4017 prefetch the message or not if the message has larger size than
4018 @code{wl-prefetch-threshold}.
4020 @item elmo-imap4-use-cache
4021 @vindex elmo-imap4-use-cache
4022 The initial setting is @code{t}. If non-nil, messages read via IMAP4
4025 @item elmo-nntp-use-cache
4026 @vindex elmo-nntp-use-cache
4027 The initial setting is @code{t}. If non-nil, messages read via NNTP are
4030 @item elmo-pop3-use-cache
4031 @vindex elmo-pop3-use-cache
4032 The initial setting is @code{t}. If non-nil, messages read via POP3 are
4035 @item elmo-shimbun-use-cache
4036 @vindex elmo-shimbun-use-cache
4037 The initial setting is @code{t}. If non-nil, messages read in Shimbun
4040 @item wl-folder-process-duplicates-alist
4041 @vindex wl-folder-process-duplicates-alist
4042 The initial setting is @code{nil}.
4043 This list determines how to deal with duplicated messages in the same folder.
4044 Each item in the list is regexp of folder name and action; you can specify any
4045 one of the following in the place of action:
4048 @code{nil} : do nothing for duplicated messages.
4049 @code{hide} : hide duplicated messages from the summary.
4050 @code{read} : set duplicated messages as read.
4054 Following is an example (hide duplicated messages in multi folders)
4058 (setq wl-folder-process-duplicates-alist
4059 '(("^\\+draft$" . nil) ("^\\+trash$" . nil)
4060 ("^\\*.*" . hide) (".*" . read)))
4066 @node Message, Draft, Summary, Top
4067 @chapter Message Buffer
4069 Message Buffers utilize MIME-View mode of SEMI. For operational
4070 procedures and key bindings, refer to respective documents.
4071 @xref{MIME-View, , ,mime-ui-en, a MIME user interface for GNU Emacs}.
4072 You can also see help by @kbd{?} in message buffer.
4074 @kbd{p} at the top of a message or @kbd{n} at the bottom of a message
4075 brings you back to Summary mode. @kbd{l} toggles display of Summary
4078 @section Key Bindings
4084 @findex wl-message-toggle-disp-summary
4085 Toggles display of Summary buffer.
4086 (@code{wl-message-toggle-disp-summary})
4089 @findex wl-message-refer-article-or-url
4090 @kindex Button-2 (Message)
4091 Assumes @samp{Message-ID:} at the mouse pointer, and shows the
4092 corresponding message if found.
4093 (@code{wl-message-refer-article-or-url})
4095 @item Button-4 (upward movement of a wheel)
4096 @kindex Button-4 (Message)
4097 @findex wl-message-wheel-down
4098 Scrolls the message backwards. When the top of the message is hit,
4099 moves to the previous message.
4100 (@code{wl-message-wheel-down})
4102 @item Button-5 (downward movement of a wheel)
4103 @kindex Button-5 (Message)
4104 @findex wl-message-wheel-up
4105 Scrolls the message forward. When the bottom of the message is hit,
4106 moves to the next message.
4107 (@code{wl-message-wheel-up})
4111 @findex wl-message-delete-current-part
4112 Delete the part under cursor. In fact it appends modified message to
4113 the current folder then moves old one to trash folder. Therefore the
4114 message number will be changed.
4115 (@code{wl-message-delete-current-part})
4118 @section Customizable Variables
4121 @item wl-message-window-size
4122 @vindex wl-message-window-size
4123 Initial setting is @code{'(1 . 4)}. It is a cons cell and the ratio of
4124 its car and cdr value corresponds to the ratio of Summary and Message
4127 @item wl-message-ignored-field-list
4128 @vindex wl-message-ignored-field-list
4129 (SEMI only) Initial setting is @code{nil}.
4130 All fields that match this list will be hidden in message buffer.
4131 Each elements are regexp of field-name.
4132 If @code{nil}, the value of @code{mime-view-ignored-field-list} is used.
4134 @item wl-message-visible-field-list
4135 @vindex wl-message-visible-field-list
4136 (SEMI only) Initial setting is @code{nil}.
4137 All fields that match this list will be display in message buffer.
4138 Each elements are regexp of field-name. This value precedes
4139 @code{wl-message-ignored-field-list}.
4140 If @code{nil}, the value of @code{mime-view-visible-field-list} is used.
4142 @item wl-message-sort-field-list
4143 @vindex wl-message-sort-field-list
4144 (SEMI only) Initial setting is
4145 '("Return-Path" "Received" "^To" "^Cc" "Newsgroups" "Subject" "^From").
4146 Header fields in message buffer are ordered by this value.
4147 Each elements are regexp of field-name.
4149 @item wl-message-truncate-lines
4150 @vindex wl-message-truncate-lines
4151 The initial value is the value of @code{default-truncate-lines}.
4152 If it is non-nil, truncate long lines in message buffer.
4155 @node Draft, Disconnected Operations, Message, Top
4156 @chapter Draft Buffer
4158 At Summary mode, pressing @kbd{w} and the like creates a new draft
4159 buffer. You can edit and send mail and news articles in this buffer.
4161 By pressing @kbd{W}, Wanderlust guess addressees and prepare draft buffer
4162 with those if possible.
4165 * Usage of Draft Mode:: TIPS
4166 * Key Bindings of Draft:: Key bindings
4167 * Variables of Draft Mode:: Customize Draft Mode
4170 @node Usage of Draft Mode, Key Bindings of Draft, Draft, Draft
4173 Basically it is Emacs-standard mail mode.
4177 * Editing Message Body::
4178 * Dynamical Message Re-arrangement::
4183 @node Editing Header, Editing Message Body, Usage of Draft Mode, Usage of Draft Mode
4184 @subsection Editing Message Header
4186 You can freely edit header region above @samp{--text follows this line--},
4187 until you invoke the sending operation.
4189 Initially, the cursor is at the @samp{To:} field. Fill in recipients
4190 addresses. @kbd{@key{TAB}} completes them.
4192 You can use following headers to specify recipients. Add some of them
4193 by yourself. Field names can be completed by @kbd{@key{TAB}}.
4196 @item @samp{Newsgroups:}
4197 Specify newsgroups to which you post the news article.
4200 Specify addresses to send a copy (Carbon Copy) of the message.
4203 Following ones are removed from the header contents before sending.
4207 Specify addresses to send a copy (Blind Carbon Copy) of the message.
4210 Specify folders in which a copy of the message is saved.
4213 Specify recipients to send encapsulated copy of the message.
4216 You can add initial headers by following variables.
4222 The initial setting is @code{nil}.
4223 If non-nil, the value of this variable is inserted as a @samp{Fcc:} of
4224 the draft when it is prepared. If function is specified, its return
4229 The initial setting is @code{nil}.
4230 If non-nil, the value of this variable is inserted as a @samp{Bcc:} of
4231 the draft when it is prepared.
4234 @node Editing Message Body, Dynamical Message Re-arrangement, Editing Header, Usage of Draft Mode
4235 @subsection Editing Messages
4237 As a matter of course, editing message body can be performed in the same
4238 way as usual writing. You may write message body under
4239 @samp{--text follows this line--} line. (NOTE: Be sure to leave the line
4240 @samp{--text follows this line--} intact.)
4242 Multi-part editing utilize MIME edit mode of SEMI. For procedures of
4243 editing, refer to respective documents. @xref{MIME-Edit, , ,mime-ui-en,
4244 a MIME user interface for GNU Emacs}.
4245 You can also see help by @kbd{C-c C-x ?} in draft buffer.
4247 If you save the draft buffer you are editing, it is appended to the
4248 folder specified by @code{wl-draft-folder}.
4250 @node Dynamical Message Re-arrangement, Template, Editing Message Body, Usage of Draft Mode
4251 @subsection Dynamic Modification of Messages
4252 @vindex wl-draft-config-alist
4253 @c @cindex Change Message
4254 @c @cindex Message, Change Dynamic
4256 You can set @code{wl-draft-config-alist} so that header and body of the
4257 message will automatically modified depending on information of header
4260 The initial setting of @code{wl-draft-config-alist} is @code{nil}.
4262 In the example below, the header is modified when
4263 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked. You
4264 can set @code{wl-interactive-send} to non-nil so as to confirm changes
4265 before sending the message.
4269 (setq wl-draft-config-alist
4270 '(((string-match "aaa\\.example\\.com$" (system-name))
4271 ;; @r{applied if the expression is non-nil}
4272 (wl-smtp-posting-server . "mailserver-B")
4273 (wl-nntp-posting-server . "newsserver-B")
4274 ;; @r{settings of temporary variables}
4276 ("^To: .*user@@aaa\\.bbb\\.example\\.com"
4277 ;; @r{applied if it matches the header of the draft buffer}
4278 ("Organization" . (format "Go %s" my-webpage)))
4279 ;; @r{you can write elisp expressions here (eval only)}
4280 (top . "Hello.\n") ;; @r{inserted at the top of the body}
4281 (bottom . "\nBye.\n") ;; @r{inserted at the bottom of the body}
4286 The format of @code{wl-draft-config-alist} is:
4290 '(("@var{regexp of the header}" or @var{elisp expression}
4291 ("@var{Field}" . value(@var{elisp expression}))
4292 (@var{variable} . value(@var{elisp expression}))
4293 (@var{sub-function} . value(@var{elisp expression}))
4296 ("@var{regexp of the header}" or @var{elisp expression}
4297 ("@var{Field}" . value(@var{elisp expression}))
4302 Per default, there are 10 following sub-functions.
4305 'header: Inserts the specified string at the bottom of the header.
4306 'header-top: Inserts the specified string at the top of the header.
4307 'header-file: Inserts the specified file at the bottom of the header.
4308 'x-face: Inserts @samp{X-Face:} field with the content of the specified file.
4309 'top: Inserts the specified string at the top of the body.
4310 'top-file: Inserts the specified file at the top of the body.
4311 'body: Replaces the body with the specified string.
4312 Specifying @code{nil} deletes the entire body string.
4313 'body-file: Replaces the body with the content of the specified file.
4314 'bottom: Inserts the specified string at the bottom of the body.
4315 'bottom-file: Inserts the specified file at the top of the body.
4316 'part-top: Inserts the specified string at the top of the current part.
4317 'part-bottom: Inserts the specified string at the bottom of the current part.
4318 'template: Applies the specified template.
4319 (refer to the next subsection)
4322 These are defined in @code{wl-draft-config-sub-func-alist} and you can
4323 change them or add your own functions. If you read the code, you can
4324 easily find how to write the functions.
4326 At the first of each item, @var{a regular expression of the header} or
4327 an @var{elisp expression} should be specified. In the case of an elisp
4328 expression, the item is applied when the expression is evaluated
4331 Per default, when multiple items match or are evaluated non-nil, all
4332 such items are applied, but if you set a variable
4333 @code{wl-draft-config-matchone} to @code{t}, only the first matching one
4336 At the second of the item, a cons or a list of functions should be
4337 specified. The car part of the cons should be a header field, a
4338 variable, or a sub-function. When a header field is specified, the
4339 field will be modified. If a variable is specified, the value of the
4340 variable will be modified temporarily.
4342 In the cdr part of a cons, not only a variable but also an elisp
4343 expression can be specified as is. If the car part is a header field
4344 and the cdr part is @code{nil}, the field will be deleted.
4346 See the next example as well:
4350 (setq wl-draft-config-alist
4352 "X-ML-Name: \\(Wanderlust\\|emacs-mime-ja\\|apel-ja\\)"
4353 ;; @r{applied if it matches the header of the buffer being replied}
4354 (body . " Hello.\n")
4355 (template . "default")
4360 As in the (1) above, if a header regexp is prepended with @code{reply},
4361 it is applied when the draft is prepared by @code{wl-summary-reply} for
4362 example, and when it matches the header being replied. It is ignored
4363 when there is no buffer being replied, like after @code{wl-draft} was
4366 If you want to use name of parent folder, you can refer the buffer local
4367 variable @code{wl-draft-parent-folder}. In the following example, Wanderlust
4368 changes From according to the folder name of the summary in which the draft
4373 (setq wl-draft-config-alist
4374 '(((string-match \".*@@domain1$\" wl-draft-parent-folder)
4375 (\"From\" . \"user@@domain1\"))
4376 ((string-match \".*@@domain2$\" wl-draft-parent-folder)
4377 (\"From\" . \"user@@domain2\"))))
4382 Note that @code{wl-draft-config-alist} is applied only once when
4383 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked.
4384 Therefore, if you want to apply @code{wl-draft-config-alist} again after
4385 aborting transmission, execute @kbd{C-c C-e}
4386 (@code{wl-draft-config-exec}) explicitly.
4388 If you don't want to apply @code{wl-draft-config-alist} when
4389 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked,
4393 (remove-hook 'wl-draft-send-hook 'wl-draft-config-exec)
4396 If you want to apply @code{wl-draft-config-alist} when a draft buffer is
4397 prepared, do the following:
4400 (add-hook 'wl-mail-setup-hook 'wl-draft-config-exec)
4403 If you want to apply @code{wl-draft-config-alist} when you re-edit a mail
4404 from summary mode by typing @kbd{E}(@code{wl-summary-reedit}), do the
4408 (add-hook 'wl-draft-reedit-hook 'wl-draft-config-exec)
4411 @node Template, POP-before-SMTP, Dynamical Message Re-arrangement, Usage of Draft Mode
4412 @subsection Inserting Templates
4414 @cindex Apply Template
4416 Set a variable @code{wl-template-alist}, and type @kbd{C-c C-j} or
4417 @kbd{M-x wl-template-select} in the draft buffer.
4419 The format of @code{wl-template-alist} is almost the same as
4420 @code{wl-draft-config-alist}.
4424 (setq wl-template-alist
4427 ("Organization" . "Example Co.Ltd.")
4428 (body . "Hello.\n"))
4430 (template . "default") ;; @r{(a)}
4431 ("To" . "boss@@example.com")
4432 ("Subject" . "Report")
4433 (body-file . "~/work/report.txt")
4439 As you can see, the only difference is item (template) names such as
4440 @samp{default} and @samp{report}, instead of a regexp of header.
4441 Because definition of each item is the same as
4442 @code{wl-draft-config-alist}, you can call another template, like (a).
4444 Executing the command @code{wl-template-select} results in template
4445 selection, but the result differs depending on variable
4446 @code{wl-template-visible-select}.
4448 If @code{wl-template-visible-select} is @code{t} (default), a buffer
4449 window is shown below the draft buffer. You can select a template by
4450 @kbd{n} and @kbd{p} seeing the buffer window.
4452 Press the @key{RET} key and the template is actually applied to the draft
4453 buffer. If you press @kbd{q}, nothing is applied. In addition, you can
4454 adjust the window size by @code{wl-template-buffer-lines}.
4456 If @code{wl-template-visible-select} is @code{nil}, you should type the
4457 name of the template in the mini buffer.
4459 As shown in the example in @code{wl-draft-config-alist}, you can select
4460 @samp{default} template by writing:
4463 (template . "default")
4466 @node POP-before-SMTP, , Template, Usage of Draft Mode
4467 @subsection Sending mail by POP-before-SMTP
4468 @cindex POP-before-SMTP
4470 You can send mail by POP-before-SMTP with this single line:
4473 (setq wl-draft-send-mail-function 'wl-draft-send-mail-with-pop-before-smtp)
4477 Configure the following variables if you need.
4480 @item wl-pop-before-smtp-user
4481 The POP user name for POP-before-SMTP authentication.
4482 If unset, @code{elmo-pop3-default-user} is used.
4484 @item wl-pop-before-smtp-server
4485 The POP server name for POP-before-SMTP authentication.
4486 If unset, @code{elmo-pop3-default-server} is used.
4488 @item wl-pop-before-smtp-authenticate-type
4489 The POP authentication method for POP-before-SMTP authentication.
4490 If unset, @code{elmo-pop3-default-authenticate-type} is used.
4492 @item wl-pop-before-smtp-port
4493 The POP port number for POP-before-SMTP authentication.
4494 If unset, @code{elmo-pop3-default-port} is used.
4496 @item wl-pop-before-smtp-stream-type
4497 If non-nil, POP connection is established using SSL. If
4498 @code{starttls}, STARTTLS (RFC2595) connection will be established. If
4499 unset, @code{elmo-pop3-default-stream-type} is used.
4502 If variables for POP-before-SMTP (@code{wl-pop-before-smtp-*}) are
4503 unset, settings for POP folders (@code{elmo-pop3-default-*}) are
4505 Therefore, if SMTP server and POP server are actually the same, and if
4506 POP folder per default (such as @samp{&}) is available, no settings are
4509 Refer to the following URL about POP-before-SMTP.
4513 http://spam.ayamura.org/tools/smPbS.html
4514 http://www.iecc.com/pop-before-smtp.html
4519 @node Key Bindings of Draft, Variables of Draft Mode, Usage of Draft Mode, Draft
4520 @section Key Bindings
4521 @cindex Keybind, Draft Mode
4522 @cindex Keybind, Draft Buffer
4527 @kindex C-c C-y (Draft)
4528 @findex wl-draft-yank-original
4529 Cites the content of the current message buffer (the part under cursor).
4530 If the region is active, cites the region (it affects only if
4531 @code{transient-mark-mode} (on GNU Emacs) or @code{zmacs-regions}
4532 (on XEmacs) is Non-nil).
4533 (@code{wl-draft-yank-original})
4536 @kindex C-c C-p (Draft)
4537 @findex wl-draft-preview-message
4538 Previews the content of the current draft.
4539 This is useful for previewing MIME multi-part messages.
4540 (@code{wl-draft-preview-message})
4543 @kindex C-c C-s (Draft)
4544 @findex wl-draft-send
4545 Sends the content of the current draft. Does not erase the draft buffer.
4546 This is useful for sending multiple messages, which are a little different
4548 (@code{wl-draft-send})
4551 @kindex C-c C-c (Draft)
4552 @findex wl-draft-send-and-exit
4553 Sends the content of the current draft and erases the draft buffer.
4554 (@code{wl-draft-send-and-exit})
4557 @kindex C-x C-s (Draft)
4558 @findex wl-draft-save
4559 Save the current draft.
4560 (@code{wl-draft-save})
4563 @kindex C-c C-k (Draft)
4564 @findex wl-draft-kill
4565 Kills the current draft.
4566 (@code{wl-draft-kill})
4569 @kindex C-x k (Draft)
4570 @findex wl-draft-mimic-kill-buffer
4571 Kills the current draft.
4572 (@code{wl-draft-mimic-kill-buffer})
4575 @kindex C-c C-z (Draft)
4576 @findex wl-draft-save-and-exit
4577 Saves the current draft, and erases the draft buffer.
4578 This is useful if you want to suspend editing of the draft.
4579 You can resume editing by pressing @kbd{E} (@code{wl-summary-reedit}) in
4580 the @samp{+draft} folder.
4581 (@code{wl-draft-save-and-exit})
4584 @kindex C-c C-r (Draft)
4585 @findex wl-caesar-region
4586 Encodes or decodes the specified region in Caesar cipher.
4587 (@code{wl-caesar-region})
4591 @findex wl-draft-highlight-and-recenter
4592 Recenter and rehighlight current draft.
4593 (@code{wl-draft-highlight-and-recenter})
4597 @findex wl-toggle-plugged
4598 Toggles off-line/on-line states of Wanderlust.
4599 (@code{wl-toggle-plugged})
4602 @kindex C-c C-o (Draft)
4603 @findex wl-jump-to-draft-buffer
4604 Jumps to the other draft buffer, if exists.
4605 With prefix argument, reads a file (if any) from the draft folder when
4606 there is no such buffer.
4607 (@code{wl-jump-to-draft-buffer})
4610 @kindex C-c C-e (Draft)
4611 @findex wl-draft-config-exec
4612 Applies @code{wl-draft-config-alist}.
4613 (@code{wl-draft-config-exec})
4616 @kindex C-c C-j (Draft)
4617 @findex wl-template-select
4619 (@code{wl-template-select})
4622 @kindex C-c C-a (Draft)
4624 Enter Address Manager.
4625 @xref{Address Manager}.
4629 @kindex C-c C-d (Draft)
4630 @findex wl-draft-elide-region
4631 Elide the text between point and mark (@code{wl-draft-elide-region}).
4632 The text is killed and replaced with the contents of the variable
4633 @code{wl-draft-elide-ellipsis}. The default value is to use an ellipsis
4637 @node Variables of Draft Mode, , Key Bindings of Draft, Draft
4638 @section Customizable Variables
4641 @item wl-subscribed-mailing-list
4642 @vindex wl-subscribed-mailing-list
4643 The initial setting is @code{nil}. Mailing lists to which you
4644 subscribe. If any of these are contained in @samp{To:} or @samp{Cc:}
4645 field of a reply draft, removes your own address from
4646 @samp{Mail-Followup-To:} and @samp{Cc:}. And if any of these are
4647 contained in @samp{To:} or @samp{Cc:} field of a message to be
4648 automatically re-filed, the destination folder will be leaned in
4649 connection with the address.
4655 (setq wl-subscribed-mailing-list
4656 '("wl@@lists.airs.net"
4658 "emacs-mime-ja@@m17n.org"))
4662 @item wl-insert-mail-followup-to
4663 @vindex wl-insert-mail-followup-to
4664 The initial setting is @code{nil}. If non-nil, @samp{Mail-Followup-To:}
4665 field is automatically inserted in the draft buffer.
4667 @item wl-insert-mail-reply-to
4668 @vindex wl-insert-mail-reply-to
4669 The initial setting is @code{nil}. If non-nil, @samp{Mail-Reply-To:}
4670 field is automatically inserted in the draft buffer.
4672 @item wl-auto-insert-x-face
4673 @vindex wl-auto-insert-x-face
4674 The initial setting is @code{t}. If non-nil and there is an encoded
4675 X-Face string in a file @file{~/.xface} (the value of the variable
4676 @code{wl-x-face-file}), inserts it as an @samp{X-Face:} field in the
4677 draft buffer. If @code{nil}, it is not automatically inserted.
4679 @item wl-insert-message-id
4680 @vindex wl-insert-message-id
4681 The initial setting is @code{t}. If non-nil, @samp{Message-ID:} field
4682 is automatically inserted on the transmission.
4684 @item wl-message-id-use-wl-from
4685 @vindex wl-message-id-use-wl-from
4686 The initial setting is @code{nil}. If non-nil, the value of
4687 @code{wl-from} will be used as the domain part of @samp{Message-ID:}.
4689 @item wl-local-domain
4690 @vindex wl-local-domain
4691 The initial setting is @code{nil}. If @code{nil}, the return value of
4692 the function @code{system-name} will be used as the domain part of
4695 If @code{system-name} does not return FQDN (i.e. the full name of the
4696 host, like @samp{smtp.gohome.org}), you @strong{must} set this variable
4697 to the string of the local domain name without hostname (like
4698 @samp{gohome.org}). That is, a concatenation of @code{system-name}
4699 @samp{.} @code{wl-local-domain} is used as domain part of the
4702 If your terminal does not have global IP, set the value of
4703 @code{wl-message-id-domain}. (You might be beaten up on the Net News if
4704 you use invalid @samp{Message-ID:}.)
4706 Moreover, concatenation of @code{system-name} @samp{.}
4707 @code{wl-local-domain} will be used as an argument to the HELO command
4710 @item wl-message-id-domain
4711 @vindex wl-message-id-domain
4712 The initial setting is @code{nil}. If non-nil, this value is used as a
4713 domain part of the @samp{Message-ID:}. If your terminal does not have
4714 global IP address, set unique string to this value (e.x. your e-mail
4717 @item wl-unique-id-suffix
4718 @vindex wl-unique-id-suffix
4719 The initial setting is @samp{.wl}. You can specify the string in generated
4720 Message-ID which appear just before @samp{@@}.
4722 @item wl-draft-config-alist
4723 @vindex wl-draft-config-alist
4724 The initial setting is @code{nil}. Modifies the draft message just
4725 before the transmission. The content of @code{wl-draft-config-alist}
4726 will be automatically applied only once on the transmission. If you
4727 want to apply it manually, use @kbd{C-c C-e}. This command can be used
4730 @item wl-template-alist
4731 @vindex wl-template-alist
4732 The initial setting is @code{nil}.
4733 This variable specifies the template to be applied in the draft buffer.
4735 @item wl-draft-config-matchone
4736 @vindex wl-draft-config-matchone
4737 The initial setting is @code{nil}. If non-nil, only the first matching
4738 item is used when @code{wl-draft-config-alist} is applied. If
4739 @code{nil}, all matching items are used.
4741 @item wl-template-visible-select
4742 @vindex wl-template-visible-select
4743 The initial setting is @code{t}.
4744 If non-nil, you can preview the result of the template selection in
4747 @item wl-template-confirm
4748 @vindex wl-template-confirm
4749 The initial setting is @code{nil}.
4750 If non-nil, asks for confirmation when you press the enter key to select
4751 template while previewing.
4753 @item wl-template-buffer-lines
4754 @vindex wl-template-buffer-lines
4755 The initial setting is 7.
4756 If @code{wl-template-visible-select} is non-nil, this variable specifies
4757 the size of the preview window.
4759 @item wl-draft-buffer-style
4760 @vindex wl-draft-buffer-style
4761 The initial setting is @code{full}.
4762 Style of draft buffer window (except for replying and forwarding).
4763 @code{keep} is to use current window,
4764 @code{full} is to use full frame window,
4765 @code{split} is to split current window and use it.
4766 If some function is specified, it is called with the draft buffer
4769 @item wl-draft-reply-buffer-style
4770 @vindex wl-draft-reply-buffer-style
4771 The initial setting is @code{split}.
4772 Style of draft buffer for replying and forwarding.
4773 @code{keep} is to use message buffer window,
4774 @code{full} is to use full frame window,
4775 @code{split} is to split message buffer window and use it.
4776 If some function is specified, it is called with the draft buffer
4779 @item wl-draft-use-frame
4780 @vindex wl-draft-use-frame
4781 The initial setting is @code{nil}.
4782 If non-nil, use new frame for the draft.
4784 @item wl-draft-truncate-lines
4785 @vindex wl-draft-truncate-lines
4786 The initial value is the value of @code{default-truncate-lines}.
4787 If it is non-nil, truncate long lines in draft buffer.
4791 The initial setting is the value of the variable
4792 @code{user-mail-address}. The value of this variable is inserted as a
4793 @samp{From:} field of the draft when it is prepared.
4795 @item wl-envelope-from
4796 @vindex wl-envelope-from
4797 The initial setting is @code{nil}.
4798 The value of this variable is used for envelope from (MAIL FROM).
4799 If @code{nil}, the address part of @code{wl-from} is used.
4801 @item wl-user-mail-address-list
4802 @vindex wl-user-mail-address-list
4803 The initial setting is @code{nil}.
4804 This is the User's address list. If you have multiple addresses,
4807 @item wl-reply-subject-prefix
4808 @vindex wl-reply-subject-prefix
4809 The initial setting is @samp{Re: }.
4810 In the @samp{Subject:} of the reply draft, this string is prepended to
4811 the @samp{Subject:} of being replied.
4813 @item wl-forward-subject-prefix
4814 @vindex wl-forward-subject-prefix
4815 The initial setting is @samp{Forward: }.
4816 In the @samp{Subject:} of the forwarding draft, this string is prepended
4817 to the @samp{Subject:} of being forwarded.
4819 @item wl-draft-reply-use-address-with-full-name
4820 @vindex wl-draft-reply-use-address-with-full-name
4821 The initial setting is @code{t}.
4822 If non-nil, insert her full name with address when prepare a draft for
4823 reply a message. If it is @code{nil}, insert her address only.
4825 @item wl-draft-enable-queuing
4826 @vindex wl-draft-enable-queuing
4827 The initial setting is @code{t}.
4828 This flag controls off-line transmission. If non-nil, the draft is
4831 @item wl-draft-use-cache
4832 @vindex wl-draft-use-cache
4833 The initial setting is @code{nil}. If the value is non-nil and
4834 @code{wl-insert-message-id} is nil, cache the message which is sent.
4836 @item wl-fcc-force-as-read
4837 @vindex wl-fcc-force-as-read
4838 The initial setting is @code{nil}. If the value is non-nil,
4839 Mark as read the message saved by @samp{Fcc:} (only for IMAP folders).
4841 @item wl-auto-flush-queue
4842 @vindex wl-auto-flush-queue
4843 The initial setting is t.
4844 This flag controls automatic transmission of the queue when Wanderlust
4845 becomes on-line. If non-nil, the queue is automatically transmitted
4846 (with confirmation by @code{y-or-n-p}). If you want to transmit it
4847 manually, press @kbd{F} in the folder mode.
4849 @item wl-ignored-forwarded-headers
4850 @vindex wl-ignored-forwarded-headers
4851 Initial setting is @samp{\\(received\\|return-path\\|x-uidl\\)}.
4852 All headers that match this regexp will be deleted when forwarding a message.
4854 @item wl-ignored-resent-headers
4855 Initial setting is @samp{\\(return-receipt\\|[bdf]cc\\)}.
4856 All headers that match this regexp will be deleted when resending a message.
4858 @item wl-draft-always-delete-myself
4859 @vindex wl-draft-always-delete-myself
4860 If non-nil, always removes your own address from @samp{To:} and
4861 @samp{Cc:} when you are replying to the mail addressed to you.
4863 @item wl-draft-delete-myself-from-bcc-fcc
4864 @vindex wl-draft-delete-myself-from-bcc-fcc
4865 If any of @code{wl-subscribed-mailing-list} are contained in @samp{To:}
4866 or @samp{Cc:} field, do not insert @samp{Bcc:} or @samp{Fcc:} field.
4868 @item wl-smtp-posting-server
4869 @vindex wl-smtp-posting-server
4870 The initial setting is @code{nil}.
4871 This is the SMTP server name for mail transmission.
4873 @item wl-smtp-posting-port
4874 @vindex wl-smtp-posting-port
4875 The initial setting is @code{nil}.
4876 This is the SMTP port number for mail transmission.
4877 If @code{nil}, default SMTP port number (25) is used.
4879 @item wl-smtp-posting-user
4880 @vindex wl-smtp-posting-user
4881 The initial setting is @code{nil}.
4882 This is the user name for SMTP AUTH authentication. If @code{nil},
4883 @code{smtp-authenticate-user} is used.
4885 @item wl-smtp-authenticate-type
4886 @vindex wl-smtp-authenticate-type
4887 The initial setting is @code{nil}.
4888 This is the authentication method for SMTP AUTH authentication. If
4889 @code{nil}, @code{smtp-authenticate-type} is used. If
4890 @code{smtp-authenticate-type} is still @code{nil}, authentication will
4893 @item wl-smtp-connection-type
4894 @vindex wl-smtp-connection-type
4895 The initial setting is @code{nil}.
4896 This variable specifies how to establish SMTP connections.
4897 If @code{nil}, @code{smtp-connection-type} is used.
4898 If it is @code{starttls}, STARTTLS (RFC2595) is used.
4900 @item wl-nntp-posting-server
4901 @vindex wl-nntp-posting-server
4902 The initial setting is @code{nil}.
4903 This is the NNTP server name used for news submission.
4904 If @code{nil}, @code{elmo-nntp-default-server} is used.
4906 @item wl-nntp-posting-user
4907 @vindex wl-nntp-posting-user
4908 The initial setting is @code{nil}.
4909 This is the user name for AUTHINFO authentication on news submission.
4910 If @code{nil}, @code{elmo-nntp-default-user} is used.
4911 If it is still @code{nil}, AUTHINFO authentication will not be carried out.
4913 @item wl-nntp-posting-port
4914 @vindex wl-nntp-posting-port
4915 The initial setting is @code{nil}.
4916 This is the port number of the NNTP server used for news submission.
4917 If @code{nil}, @code{elmo-nntp-default-server} is used.
4919 @item wl-nntp-posting-stream-type
4920 @vindex wl-nntp-posting-stream-type
4921 The initial setting is @code{nil}.
4922 If @code{nil}, @code{elmo-nntp-default-stream-type} is evaluated. If non-nil,
4923 SSL is used for news submission. If @code{starttls}, STARTTLS (RFC2595)
4924 connection will be established.
4926 @item wl-nntp-posting-function
4927 @vindex wl-nntp-posting-function
4928 The initial setting is @code{elmo-nntp-post}.
4929 This is the function to post NNTP message.
4931 @item wl-nntp-posting-config-alist
4932 @vindex wl-nntp-posting-config-alist
4933 The initial setting is @code{nil}.
4934 The value takes an alist to define NNTP server like following example.
4935 It takes precedence over @code{wl-nntp-posting-@{server|user|port|function@}}.
4939 (setq wl-nntp-posting-config-alist
4940 '((",?gmane\\." . "news.gmane.org")
4942 ((server . "news-server")
4943 (user . "newsmaster")
4945 (function . elmo-nntp-post)))
4946 (".*" . "default-news-server")))
4950 @item wl-pop-before-smtp-user
4951 @vindex wl-pop-before-smtp-user
4952 The initial setting is @code{nil}.
4953 This is the POP user name for POP-before-SMTP.
4954 If it is @code{nil}, @code{elmo-pop3-default-user} is used.
4956 @item wl-pop-before-smtp-server
4957 @vindex wl-pop-before-smtp-server
4958 The initial setting is @code{nil}.
4959 This is the POP server name for POP-before-SMTP.
4960 If it is @code{nil}, @code{elmo-pop3-default-server} is used.
4962 @item wl-pop-before-smtp-authenticate-type
4963 @vindex wl-pop-before-smtp-authenticate-type
4964 The initial setting is @code{nil}.
4965 This is the authentication method for POP-before-SMTP authentication.
4966 If it is @code{nil}, @code{elmo-pop3-default-authenticate} is used.
4968 @item wl-pop-before-smtp-port
4969 @vindex wl-pop-before-smtp-port
4970 The initial setting is @code{nil}.
4971 This is the POP port number for POP-before-SMTP. If it is @code{nil},
4972 @code{elmo-pop3-default-port} is used.
4974 @item wl-pop-before-smtp-stream-type
4975 @vindex wl-pop-before-smtp-stream-type
4976 The initial setting is @code{nil}.
4977 This flag controls the use of SSL for POP-before-SMTP. If it is
4978 @code{nil}, @code{elmo-pop3-default-stream-type} is used. If @code{starttls},
4979 STARTTLS (RFC2595) connection will be established.
4981 @item wl-draft-queue-save-variables
4982 @vindex wl-draft-queue-save-variables
4983 Specifies a list of variable to which queued messages are saved on the
4984 off-line transmission.
4986 @item wl-draft-sendlog
4987 @vindex wl-draft-sendlog
4988 The initial setting is @code{t}.
4989 If @code{t}, transmission log is written in @file{~/.elmo/sendlog}. It
4993 @item drafts are sent by smtp or qmail
4994 @item saved into folders by fcc
4995 @item saved into folders by queuing
4998 (it is written even if the transmission fails).
4999 But transmission by @file{im-wl.el} is not written in the @file{sendlog}
5000 and left to the logging function of @command{imput}.
5003 @item wl-draft-sendlog-max-size
5004 @vindex wl-draft-sendlog-max-size
5005 The initial setting is 20000 (in bytes).
5006 If @code{wl-draft-sendlog} is @code{t}, the log is rotated when it grows
5007 beyond the size specified by this variable.
5011 The initial setting is @code{nil}.
5012 If non-nil, address completion uses LDAP.
5014 @item wl-ldap-server
5015 @vindex wl-ldap-server
5016 The initial setting is @samp{localhost}.
5017 LDAP server name for address completion.
5020 @vindex wl-ldap-port
5021 The initial setting is @code{nil}.
5022 If non-nil, the value is used as port number.
5025 @vindex wl-ldap-base
5026 The initial setting is @samp{c=US}.
5027 LDAP search starting point (base) for address completion.
5029 @item wl-draft-remove-group-list-contents
5030 @vindex wl-draft-remove-group-list-contents
5031 The initial setting is @code{t}.
5032 If non-nil, remove the group-lists' members in the recipients when
5033 sending the message (group-list means the description such as
5034 @samp{Group: foo@@gohome.org, bar@@gohome.org;} in the recipients).
5037 @node Disconnected Operations, Expire and Archive, Draft, Top
5038 @chapter Off-line Management
5039 @cindex Disconnected Operations
5041 Wanderlust has on-line and off-line states.
5044 * Off-line State:: Wanderlust has on-line and off-line states
5045 * Enable Operations:: Enable Disconnected Operations
5046 * Plugged Mode:: Switching On-line/Off-line per Server/Port
5047 * Off-line State settings:: Invoking Wanderlust in the Off-line State
5048 * Variables of Plugged Mode:: Customize Plugged Mode
5052 @node Off-line State, Enable Operations, Disconnected Operations, Disconnected Operations
5053 @section Off-line State
5055 Wanderlust has on-line and off-line states. In the off-line state, you
5056 cannot access messages via network, unless they are cached.
5058 @samp{[ON]} in the mode line indicates the on-line state. @samp{[--]}
5059 in the mode line indicates the off-line state. In folder or summary
5060 modes, press @kbd{M-t} to switch between off- and on-line.
5062 You can invoke Wanderlust in the off-line state by setting
5063 @code{wl-plugged} to @code{nil} in @file{~/.wl} or anything appropriate.
5065 In the off-line mode, @kbd{n} and @kbd{p} command in the summary mode
5066 ignores uncached messages.
5069 @node Enable Operations, Plugged Mode, Off-line State, Disconnected Operations
5070 @section Enable Disconeected Operations
5072 Even in the off-line state, provided that relevant messages are cached,
5073 and the variable @code{elmo-enable-disconnected-operation} (described
5074 later) is non-nil, you can following operations:
5075 @xref{Plugged Mode}, @xref{Off-line State settings}.
5078 * Send Messages off-line:: Transmit Messages
5079 * Re-file and Copy queue:: Re-file and Copy (IMAP4)
5080 * Creation of Folders:: Create Folders off-line (IMAP4)
5081 * Marking:: Mark (IMAP4)
5082 * Pre-fetching Reservations:: Pre-fetch (IMAP4, NNTP)
5085 As soon as Wanderlust becomes on-line, such operations invoked off-line
5086 are reflected in the servers via network.
5089 @node Send Messages off-line, Re-file and Copy queue, Enable Operations, Enable Operations
5090 @subsection Transmission of Messages
5092 You can proceed sending operation for mail/news messages while you are
5093 off-line, then it will be reserved for sending (if you are using
5094 @file{im-wl.el}, it is irrelevant).
5095 Messages reserved for sending while off-line are accumulated in the
5096 queue folder, @samp{+queue}. These messages are transmitted at once when
5097 Wanderlust becomes on-line.
5099 You can visit @samp{+queue} in the off-line state and confirm content of
5100 messages in the queue. You can also remove messages. Removed messages
5101 are not transmitted even in the on-line state.
5104 @node Re-file and Copy queue, Creation of Folders, Send Messages off-line, Enable Operations
5105 @subsection Re-file and Copy (IMAP4)
5107 Re-file and copy operations to IMAP folders invoked during the off-line
5108 state are accumulated in the queue, and reflected in the server side
5109 when Wanderlust becomes on-line. If you visit destination folders after
5110 off-line re-file or copy, it looks as if messages were appended even in
5113 For the safety reasons, messages re-filed off-line are removed from
5114 source folders only if their @samp{Message-ID:} match messages on the
5115 servers. While the queue is processed, messages that failed to be
5116 re-filed or copied to the specified folders are appended to the folder
5120 @node Creation of Folders, Marking, Re-file and Copy queue, Enable Operations
5121 @subsection Creation of Folders (IMAP4)
5123 You can create IMAP folders off-line. The creation of folders are
5124 reflected in the servers when Wanderlust becomes on-line. If the creation
5125 of those folders fails at that time for some reasons, messages
5126 to be re-filed into those are appended to the folder @samp{+lost+found}
5130 @node Marking, Pre-fetching Reservations, Creation of Folders, Enable Operations
5131 @subsection Marking (IMAP4)
5133 Off-line changes in unread/read and importance mark @samp{$} information
5134 are also reflected in the servers when Wanderlust becomes on-line.
5137 @node Pre-fetching Reservations, , Marking, Enable Operations
5138 @subsection Pre-fetching (IMAP4, NNTP)
5140 You can make reservations for pre-fetching messages in IMAP or NNTP
5141 folders. Reserved messages are marked with @samp{!} but not cached
5142 yet. When Wanderlust becomes on-line, they are pre-fetched from
5145 If the variable @code{elmo-enable-disconnected-operation} is @code{nil},
5146 these off-line operations for IMAP4 and NNTP do not take place, and
5147 off-line re-file, copy or suchlike simply results in error.
5149 Because off-line operations use cache files, it is a bad idea to erase
5150 them by hand; it may cause Wanderlust to malfunction.
5152 If you want to remove caches, be sure to execute @kbd{M-x
5153 elmo-cache-expire-by-size}. @code{elmo-cache-expire-by-size} does not
5154 remove caches for messages relevant to off-line operations.
5157 @node Plugged Mode, Off-line State settings, Enable Operations, Disconnected Operations
5158 @section Switching On-line/Off-line per Server/Port
5160 @kbd{M-t} described above switches networking states as a whole, but you
5161 can switch on-line/off-line per server/port.
5163 Pressing @kbd{C-t} in the folder or summary modes brings you in
5164 wl-plugged-mode shown below, in which you can change the plugged state
5169 Queuing:[ON] AutoFlushQueue:[--] DisconnectedOperation:[ON]
5172 [--]smtp +queue: 2 msgs (1,2) @dots{}@r{sending queue}
5173 [--]nntp(119) +queue: 1 msg (3) @dots{}@r{sending queue}
5175 [--]imap4/cram-md5(143) %#mh/wl(prefetch-msgs:3,mark-as-important:1)
5176 %inbox(delete-msgids:1) @dots{}@r{dop queue}
5182 The first line indicates status of the following three variables, and
5183 simply pressing @kbd{@key{SPC}} or @kbd{@key{RET}} in each labeled
5184 column modifies the values of these variables.
5188 "Queuing" @code{wl-draft-enable-queuing}
5189 "AutoFlushQueue" @code{wl-auto-flush-queue}
5190 "DisconnectedOperation" @code{elmo-enable-disconnected-operation}
5194 where @samp{[ON]} means its value is @code{t}, and @samp{[--]} means
5197 The second and after lines indicate on-line/off-line states of servers
5198 and ports, where @samp{[ON]} stands for on-line and @samp{[--]} for
5199 off-line (in XEmacs or Emacs 21, they are shown with icons). Pressing
5200 @kbd{@key{SPC}} or @kbd{@key{RET}} in each line switches its state.
5202 @dfn{sending queue} means messages accumulated in the folder
5203 @samp{+queue} for off-line transmission, and @dfn{dop queue} means
5204 off-line operations when @code{elmo-enable-disconnected-operation} is
5206 @c If the variable @code{elmo-enable-disconnected-operation} is non-nil,
5207 @c off-line operations are enabled.
5209 They are displayed if there are any of them. In the example above, in
5210 the sending queue there are two messages (the first and the second in
5211 the queue folder) for smtp to hosta and one (the third) for nntp to
5212 hosta, and in the dop queue there are one for @samp{%inbox} and two for
5215 If you change @samp{(wl-plugged)} in the second line, the variable
5216 @code{wl-plugged} is changed, so that the mode line indicator and
5217 plugged states of all ports are affected. If you change plugged states
5218 of any servers or ports, @samp{(wl-plugged)} in the second line is
5219 affected depending on @code{elmo-plugged-condition} settings and the
5220 plugged state of each port.
5223 @node Off-line State settings, Variables of Plugged Mode, Plugged Mode, Disconnected Operations
5224 @section Invoking Wanderlust in the Off-line State
5226 As described before, if you set @code{wl-plugged} to @code{nil} in
5227 @file{~/.wl} or anything appropriate, you can invoke Wanderlust in the
5228 off-line state. You can specify off-line state on a per server or port
5229 basis. Refer to @code{wl-reset-plugged-alist} also.
5231 Usually, when Wanderlust starts up, the plugged state of each port is
5232 read from @file{~/.folders} and @code{wl-smtp-posting-server},
5233 @code{wl-nntp-posting-server} and so on. If you want to change the
5234 plugged state of these ports or to add other ports, configure
5235 @code{wl-make-plugged-hook} with a function.
5239 (add-hook 'wl-make-plugged-hook
5241 (elmo-set-plugged plugged-value(t/nil) server port)
5242 ;; @r{add or change plugged states of the port of the server}
5243 (elmo-set-plugged plugged-value(t/nil) server)
5244 ;; @r{if the port is omitted, all ports are affected}
5245 ;; @r{(you cannot omit the port if you newly add the server)}
5251 @node Variables of Plugged Mode, , Off-line State settings, Disconnected Operations
5252 @section Customizable Variables
5257 If this variable is set to @code{nil}, Wanderlust starts up in off-line
5258 mode from the beginning.
5260 @item wl-queue-folder
5261 @vindex wl-queue-folder
5262 The initial setting is @samp{+queue}.
5263 This is the folder in which messages in the transmission queue are
5266 @item wl-auto-flush-queue
5267 @vindex wl-auto-flush-queue
5268 The initial setting is @code{t}.
5269 This flag controls automatic transmission of the queue when Wanderlust
5270 becomes on-line. If non-nil, the queue is automatically transmitted
5271 (with confirmation by @code{y-or-n-p}). If you want to transmit it
5272 manually, press @kbd{F} in the folder mode.
5274 @item elmo-enable-disconnected-operation
5275 @vindex elmo-enable-disconnected-operation
5276 The initial setting is @code{t}. Controls off-line operations
5277 regarding IMAP4. If non-nil, off-line operations are carried out.
5279 @item elmo-lost+found-folder
5280 @vindex elmo-lost+found-folder
5281 The initial setting is @samp{+lost+found}.
5282 This is the folder to which messages are saved when they fails to be
5283 appended while the off-line re-file/copy queue is processed.
5285 @item elmo-plugged-condition
5286 @vindex elmo-plugged-condition
5287 The initial setting is @code{one}.
5288 The value of @code{wl-plugged} reflects the return value of the function
5289 @code{elmo-plugged-p} (without arguments).
5290 This variable @code{elmo-plugged-condition} specifies the condition on
5291 which the return value of @code{(elmo-plugged-p)} should be t depending on the
5292 plugged state of each port.
5295 'one : plugged if one or more ports are plugged.
5296 'all : plugged if all ports are plugged.
5297 'independent : reflects wl-plugged (elmo-plugged) regardless of plugged
5298 states of the ports.
5299 @var{function} : reflects the return value of the @var{function}
5300 functions available per default
5301 'elmo-plug-on-by-servers
5302 : reflects the plugged state of the servers specified by the
5303 variable elmo-plug-on-servers.
5304 'elmo-plug-on-by-exclude-servers
5305 : reflects the plugged state of the servers that are not
5306 in elmo-plug-on-exclude-servers.
5307 elmo-plug-on-exclude-servers defaults to
5310 (system-name)without the domain part)
5316 (setq elmo-plugged-condition 'all)
5318 (setq elmo-plug-on-servers '("smtpserver" "newsserver"))
5319 (setq elmo-plugged-condition 'elmo-plug-on-by-servers)
5321 (setq elmo-plug-on-exclude-servers '("localhost" "myname"))
5322 (setq elmo-plugged-condition 'elmo-plug-on-by-exclude-servers)
5326 @item wl-reset-plugged-alist
5327 @vindex wl-reset-plugged-alist
5328 The initial setting is @code{t}. If non-nil, plugged states are
5329 initialized on a per server or port basis when Wanderlust starts up.
5331 If @code{nil}, plugged states are retained while Emacs is running. In
5332 other words, they are initialized when Emacs is restarted even if the
5333 value is @code{nil}.
5337 @node Expire and Archive, Scoring, Disconnected Operations, Top
5338 @chapter Automatic Expiration and Archiving of Messages
5339 @cindex Expire and Archive
5342 * Expire:: Expiration and Archiving
5343 * Archive:: Archiving All Messages
5347 @node Expire, Archive, Expire and Archive, Expire and Archive
5349 @cindex Expire Message
5351 Expiration means deletion of old messages which have outlasted a
5352 certain period of time.
5354 @code{wl-expire} supports not only simple deletion, but also moving to
5355 specified archiving folders.
5359 Configure @code{wl-expire-alist} and press @kbd{e} in the folder mode,
5360 or @kbd{M-e} in the summary mode.
5362 @subsection Configuring @code{wl-expire-alist}
5364 An example configuration of @code{wl-expire-alist} is shown below.
5365 Everything in this @code{wl-expire-alist} makes a great difference in
5366 expiration, so be careful. I advise you to set @code{wl-expire-use-log}
5367 to @code{t}, especially in the initial stage.
5371 (setq wl-expire-alist
5372 '(("^\\+trash$" (date 14) remove)
5374 ("^\\+tmp$" (date 7) trash)
5375 ;; @r{re-file to @code{wl-trash-folder}}
5376 ("^\\+outbox$" (number 300) "$outbox;lha")
5377 ;; @r{re-file to the specific folder}
5379 ;; @r{do not expire}
5380 ("^\\+ml/wl$" (number 500 510) wl-expire-archive-number1 t)
5381 ;; @r{archive by message number (retaining numbers)}
5382 ("^\\+ml/.*" (number 300 310) wl-expire-archive-number2 t)
5383 ;; @r{archive by a fixed number (retaining numbers)}
5384 ("^\\+diary$" (date 30) wl-expire-archive-date)
5385 ;; @r{archive by year and month (numbers discarded)}
5390 Items in the list has the format of:
5393 (@var{regexp-for-folders} @var{specification-of-messages-to-be-deleted} @var{destination})
5397 The folder is examined if it matches @var{regexp-for-folders} from the
5398 beginning of the list. If you invoke expiration on the folder that does
5399 not match any of them, nothing will happen. And if either the second or
5400 the third element of the item is @code{nil}, expiration will not take
5403 You can use any one of the following for
5404 @var{specification-of-message-to-be-deleted}:
5407 @item (number @var{n1} [@var{n2}])
5408 deletes messages depending on the number of messages in the folder.
5410 @var{n1} is the number of messages which should survive deletion, for example
5411 if its value is 500, the newest 500 messages survive and the rests are
5414 @var{n2} is the number of messages in the folder on which expiration should
5415 take place, which defaults to @var{n1} + 1. For example if its value is 510,
5416 folders with 510 or more messages are expired.
5417 If you configured automatic expiration, frequently used folders may
5418 expire every time it receive messages, and you may be annoyed with the
5419 long delay in reading mail.
5420 In that case, you can set a wide margin between @var{n2} and @var{n1}, so that
5421 expiration would not take place until a certain number of messages
5424 Messages with marks in @code{wl-summary-expire-reserve-marks} (marked
5425 with important/new/unread) are not deleted.
5426 If @code{wl-expire-number-with-reserve-marks} is non-nil, the folder
5427 will expire so as to have 500 messages including such ones.
5428 Otherwise, it will have 500 messages except such ones.
5430 @item (date @var{d1})
5431 deletes messages depending on the dates.
5433 Messages dated @var{d1} or more days ago are deleted, for example if its
5434 value is seven, messages seven days old or more are deleted. Note that
5435 the date is the one in the @samp{Date:} field of the message, not when
5436 the message entered the folder.
5438 Messages with no or invalid @samp{Date:} field does not expire; you
5439 might have to delete them by hand.
5442 You can use any one of the following in the place of @var{destination}:
5446 deletes the messages instantly.
5449 hide the messages from summary (messages are not deleted).
5452 moves the messages to @code{wl-trash-folder}.
5454 @item @var{string}(folder)
5455 moves the messages to the folder specified with @var{string}.
5457 It would be useful for specifying an archiving folder, but because this
5458 does not move important messages, it might be better to use the
5459 standard functions described below.
5461 @item @var{function}
5462 invokes the specified @var{function}.
5464 To the @var{function}, three arguments are passed: a folder name, a list
5465 of messages to be deleted, and msgdb information of the summary. You
5466 can specify function-specific arguments after the name of the
5467 @var{function}. Note that the list contains messages with marks in
5468 @code{wl-summary-expire-reserve-marks}, be careful in writing your own
5471 These are four standard functions; three of them move messages to an archive
5472 folder in the specified way. This means old messages can be compressed
5473 and saved in a file, being deleted from the original folder.
5474 The last one divides messages to some MH folders.
5477 @item wl-expire-archive-number1
5478 re-files to archiving folders corresponding to the message numbers of
5479 the messages being deleted. For example, a message numbered 102 will be
5480 re-filed to @file{wl-00100.zip}, 390 to @file{wl-00300.zip}, and so on.
5481 If @code{wl-expire-archive-files} is 200, messages will be re-filed to
5482 @file{wl-00000.zip}, @file{wl-00200.zip}, @file{wl-00400.zip}, @dots{}.
5484 The archiving folders to which messages are re-filed are determined by
5485 the name of the folder as follows (in this case, archiving folders are
5486 handled as if @code{elmo-archive-treat-file} were non-nil).
5489 @item If the folder type is localdir:
5490 @file{@var{ArchiveDir}/@var{foldername}-xxxxx.zip}
5492 For example, @samp{+ml/wl} corresponds to @samp{$ml/wl;zip}
5493 (@file{~/Mail/ml/wl-00100.zip}).
5495 @item The folder type is other than localdir:
5496 @file{@var{ArchiveDir}/@var{foldertype}/@var{foldername}-xxxxx.zip}
5498 For example, @samp{%#mh/ml/wl} corresponds to
5499 @samp{$imap4/#mh/ml/wl;zip} (@file{~/Mail/imap4/#mh/ml/wl-00100.zip}).
5502 As you can see, in the case of localdir, the folder type is not included
5503 in the path name, but otherwise it is included.
5504 And you can control the prefix to the archiving folder name by
5505 @code{wl-expire-archive-folder-prefix}.
5506 Refer to @code{wl-expire-archive-folder-prefix} for details.
5508 @item wl-expire-archive-number2
5509 re-files every certain number of messages to archiving folders.
5511 This differs from @samp{wl-expire-archive-number1} in that this re-files
5512 to the folder up to the specified number regardless of message numbers.
5513 The archiving folders to which messages are re-filed are determined in the
5514 same way as @code{wl-expire-archive-number1}.
5516 @item wl-expire-archive-date
5517 re-files messages depending on its date (year and month) to archive
5520 For example, a message dated December 1998 is re-filed to
5521 @code{$folder-199812;zip}. The name of the archiving folders except the
5522 date part are determined in the same way as
5523 @code{wl-expire-archive-number1}.
5526 You can set the first argument to these three standard functions to non-nil
5527 in @code{wl-expire-alist} so as to retain message numbers in the folder.
5528 For example, it can be specified just after the name of the function:
5531 ("^\\+ml/wl$" (number 300 310) wl-expire-archive-number1 t)
5534 If you omit the argument, consecutive numbers from 1 are assigned for
5535 each archiving folder.
5537 @item wl-expire-localdir-date
5538 divedes messages depending on its date (year and month) to MH folders
5539 e.g. to @samp{+ml/wl/1999_11/}, @samp{+ml/wl/1999_12/}.
5543 @subsection Treatment for Important or Unread Messages
5545 If you specify any of @code{remove}, @code{trash}, a folder name, or a
5546 standard function, messages with marks in
5547 @code{wl-summary-expire-reserve-marks} (which are called @dfn{reserved
5548 messages} thereafter) are retained.
5550 Per default, this variable include the important, new, and unread marks,
5551 so that messages with these marks are not removed.
5552 Note that you cannot include the temporary mark (i.e. temporary marks
5553 are removed anyway), and be sure to process temporary marks before you
5556 @subsection Auto Expiration
5558 The following setup invokes expiration when you move into the summary
5559 mode. There will be no confirmation, so make sure you made no mistake
5560 in regexp and other settings before you set up this.
5564 (add-hook 'wl-summary-prepared-pre-hook 'wl-summary-expire)
5568 In the folder mode, you can invoke expiration per group as well as per
5569 folder. Therefore, if you specify @samp{Desktop} group, all folders
5570 matching @code{wl-expire-alist} expire.
5574 @subsection Treating archive folders.
5575 To treat archive folders created by @code{wl-expire-archive-number1} and so on,
5576 you must set non-nil value to @code{elmo-archive-treat-file}.
5578 @subsection Confirming
5580 If you are to use @code{remove}, try @code{trash} at first and see
5581 messages move to @code{wl-trash-folder} as expected, then replace it
5582 with @code{remove}. It would be dangerous to use @code{remove} from the
5585 If you are to use @code{wl-expire-archive-number1} and the like, try to
5586 make a folder of the archiver type (@code{zip} or @code{lha}) and see if
5587 you can append messages to it. Even if settings in
5588 @code{wl-expire-alist} and @code{elmo-archive} are correct, messages
5589 would not be saved anywhere and disappeared in case the archiver program
5592 After you make sure you can archive to the folder correctly, you can
5593 invoke expiration and utilize the log.
5595 If you set @code{wl-expire-use-log} to @code{t},
5596 @file{~/.elmo/expired-log} should contain the log, for example:
5600 delete +ml/wl (593 594 595 596 597 598 599)
5601 move +ml/wl -> $ml/wl-00600;tgz;wl (600 601 602)
5605 The first column indicates the operation, i.e. @samp{delete},
5606 @samp{copy}, or @samp{move}. The next is the name of the folder that
5607 expired. In the case of @samp{copy} and @samp{move}, the destination
5608 folder is recorded after @samp{->}. The last is the list of message
5609 numbers that are actually deleted or moved (in the case of @samp{copy}
5610 and @samp{move}, the number is the one in the source folder, rather than
5611 the destination folder).
5613 @subsection Re-filing Reserved Messages
5615 The three standard functions copy reserved messages to the archive
5616 folder, but do not delete them from the source folder. Because
5617 reserved messages and the like always remain, they are recorded in
5618 @file{~/.elmo/expired-alist} so that they are not copied over and over
5619 again. They are not recorded if copied by @code{wl-summary-archive}.
5621 If you enabled logging, usually @samp{move} is recorded for re-filing,
5622 but instead @samp{copy} and @samp{delete} are recorded separately if
5623 reserved messages are involved. This is because it actually copies
5624 messages including reserved, then deletes ones except reserved in that
5627 @section Customizable Variables
5630 @item wl-expire-alist
5631 @vindex wl-expire-alist
5632 The initial setting is @code{nil}.
5633 This variable specifies folders and methods to expire. For details,
5634 refer to @code{wl-expire-alist} settings above.
5636 @item wl-summary-expire-reserve-marks
5637 @vindex wl-summary-expire-reserve-marks
5638 The initial setting is the list below.
5642 (list wl-summary-important-mark
5644 wl-summary-unread-mark
5645 wl-summary-unread-uncached-mark
5646 wl-summary-unread-cached-mark)
5650 Messages with these marks are retained in the folder, even after
5652 Only permanent marks can be listed, not temporary marks.
5654 You can list marks one by one as in the default; you can use the
5655 following settings as well:
5659 All messages with permanent marks are retained,
5660 i.e. @code{wl-summary-read-uncached-mark} is included in addition to the
5664 All messages are handled as usual ones that are already read, no matter
5665 what marks they have; even important messages are deleted.
5668 @item wl-expire-archive-files
5669 @vindex wl-expire-archive-files
5670 The initial setting is 100.
5671 This variable specifies the number of messages to be retained in one
5674 @item wl-expire-number-with-reserve-marks
5675 @vindex wl-expire-number-with-reserve-marks
5676 The initial setting is @code{nil}.
5677 If non-nil, if expiring messages are specified by @code{number},
5678 messages with @code{wl-summary-expire-reserve-marks} are also retained.
5680 @item wl-expire-archive-get-folder-function
5681 @vindex wl-expire-archive-get-folder-function
5682 The initial setting is @code{wl-expire-archive-get-folder}.
5684 This variable specifies a function that returns the name of an archiving
5685 folder for standard functions in the place of @var{destination}.
5686 You can use the following three variables for simple modification of
5687 folder names; if you want more complex settings, define your own
5688 function in this variable.
5690 @code{wl-expire-archive-get-folder} can be customized by these
5693 @item @code{wl-expire-archive-folder-name-fmt}
5694 @item @code{wl-expire-archive-folder-type}
5695 @item @code{wl-expire-archive-folder-prefix}
5698 @item wl-expire-archive-folder-name-fmt
5699 @vindex wl-expire-archive-folder-name-fmt
5700 The initial setting is @samp{%s-%%05d;%s}.
5701 This is a @code{format} string for archiving folders used in
5702 @code{wl-expire-archive-number1} and @code{wl-expire-archive-number2}.
5703 Note that you must specify the message number by @samp{%%d}, because it
5704 is parsed twice by @code{format}.
5706 If you modify this, adjust @code{wl-expire-archive-folder-num-regexp} as
5709 @item wl-expire-archive-date-folder-name-fmt
5710 @vindex wl-expire-archive-date-folder-name-fmt
5711 The initial setting is @samp{%s-%%04d%%02d;%s}.
5712 This is a @code{format} string for archiving folders used in
5713 @code{wl-expire-archive-date}. Note that you must specify the message
5714 number by @samp{%%d}, because it is parsed twice by @code{format}.
5715 There should be @samp{%%d} twice, one for the year and the other for the
5718 If you modify this, adjust
5719 @code{wl-expire-archive-date-folder-num-regexp} as well.
5721 @item wl-expire-archive-folder-type
5722 @vindex wl-expire-archive-folder-type
5723 The initial setting is @code{zip}.
5724 This variable specifies an archiver type of the archiving folders.
5726 @item wl-expire-archive-folder-prefix
5727 @vindex wl-expire-archive-folder-prefix
5728 The initial setting is @code{nil}.
5729 This variable specifies the prefix (directory structure) to archiving
5731 Exercise extreme caution in using this feature, as it has not been
5733 In the worst case, there is a fear of destructing archiving folders.
5737 There will be no prefix.
5740 For example, @samp{+ml/wl} will be prefixed by @samp{wl}, resulting in
5741 @samp{$ml/wl-00000;zip;wl}.
5744 For example, @samp{+ml/wl} will be prefixed by prefix @samp{ml/wl},
5747 @samp{$ml/wl-00000;zip;ml/wl}.
5750 @item wl-expire-archive-folder-num-regexp
5751 @vindex wl-expire-archive-folder-num-regexp
5752 The initial setting is @samp{-\\([-0-9]+\\);}.
5753 This variable specifies the regular expression to be used for getting
5754 message numbers from multiple archiving folders specified by
5755 @code{elmo-list-folders}.
5756 Set it in accordance with @code{wl-expire-archive-folder-name-fmt}.
5758 @item wl-expire-archive-date-folder-num-regexp
5759 @vindex wl-expire-archive-date-folder-num-regexp
5760 The initial setting is @samp{-\\([-0-9]+\\);}.
5761 This is the regular expression to be used for getting message numbers
5762 from multiple archiving folders specified by @code{elmo-list-folders}.
5763 Set it in accordance with @code{wl-expire-archive-date-folder-name-fmt}.
5765 @item wl-expire-delete-oldmsg-confirm
5766 @vindex wl-expire-delete-oldmsg-confirm
5767 The initial setting is @code{t}.
5768 If non-nil, messages older than the one with the largest number will be
5769 deleted with confirmation.
5770 If @code{nil}, they are deleted without confirmation.
5772 This feature is valid only if non-nil is specified as a argument to the
5773 standard functions so as to retain numbers.
5775 @item wl-expire-use-log
5776 @vindex wl-expire-use-log
5777 The initial setting is @code{nil}.
5778 If non-nil, expiration logs are recorded in @file{~/.elmo/expired-log}.
5779 They are appended but not truncated or rotated automatically; you might
5780 need to remove it manually.
5782 @item wl-expire-add-seen-list
5783 @vindex wl-expire-add-seen-list
5784 The initial setting is @code{t}.
5786 If non-nil, when messages are re-filed by expiration, read/unread
5787 information is passed to the destination folder.
5789 However if you do not read the destination folder from Wanderlust,
5790 @file{seen} under @file{~/.elmo/} grows larger and larger, so you might
5791 want to set this to @code{nil} if you are simply saving to some
5792 archiving folders. Even if its value is @code{nil}, messages in the
5793 archiving folders are simply treated as unread; it does not affect
5796 @item wl-expire-folder-update-msgdb
5797 @vindex wl-expire-folder-update-msgdb
5798 The initial setting is @code{t}.
5799 If @code{t}, in the folder mode, expiration is carried out after
5800 updating summary information. If you specified a list of regular
5801 expressions of folder names, summary information is updated for matching
5806 @node Archive, , Expire, Expire and Archive
5807 @section Archiving Messages
5809 @subsection Archiving Messages
5810 @kbd{M-x wl-summary-archive} copies the whole folder to archiving
5811 folders. If there are the archiving folders already, only new messages
5814 You can use @code{wl-archive-alist} in order to specify how messages are
5815 archived according to their folder names, as in @code{wl-expire-alist}.
5820 (setq wl-archive-alist
5821 '(("^\\+tmp$" wl-archive-date)
5822 ("^\\+outbox$" wl-archive-number2)
5823 (".*" wl-archive-number1)))
5827 Each item in the list has the following format:
5830 (@var{folders-regexp} @var{deleting-function})
5833 As you can see, you can only use a function after @var{folders-regexp}.
5834 Per default, there are three functions:
5837 @item @code{wl-archive-number1}
5838 @item @code{wl-archive-number2}
5839 @item @code{wl-archive-date}
5842 As inferred from their names, they work similarly to "expire" versions,
5843 other than the following points:
5846 @item No messages are deleted
5847 @item Message numbers are retained even if invoked without arguments
5850 These functions are good to archive all messages in a folder by their
5851 numbers or by their dates.
5852 These are also useful for backup or confirmation purposes before
5854 If you try to re-file them after they are archived, they are deleted but
5857 Per default, the archiving folders to which messages are copied are
5858 determined automatically by @code{wl-expire-archive-get-folder-function}.
5859 You can copy to a specific folder by invoking with a prefix argument,
5860 i.e. @kbd{C-u M-x wl-summary-archive}.
5862 Note that this feature has not been seriously tested, because you can
5863 simply copy to an archiving folder, for example by
5864 @code{wl-summary-copy-region}.
5866 The archiving folders are determined by the same logic as in
5867 @code{wl-summary-expire}; the following customizable variables are
5871 @item @code{wl-expire-archive-files}
5872 @item @code{wl-expire-archive-get-folder-function}
5873 @item @code{wl-expire-archive-folder-name-fmt}
5874 @item @code{wl-expire-archive-folder-type}
5875 @item @code{wl-expire-archive-folder-prefix}
5876 @item @code{wl-expire-archive-folder-num-regexp}
5879 @subsection Customizable Variables
5882 @item wl-archive-alist
5883 @vindex wl-archive-alist
5884 The initial setting is the list shown below:
5888 ((".*" wl-archive-number1))
5893 This variable specifies a function that copies to archiving folders.
5894 To the function, three arguments are passed: a folder name, a list of
5895 messages in the folder, and msgdb information of the summary.
5896 Needless to say, you can use your own function.
5900 @node Scoring, Split messages, Expire and Archive, Top
5901 @chapter Score of the Messages
5903 @c @cindex Kill File
5905 Scoring is the function that associates a score (value) with each
5906 message, and marks as read or deletes from the summary according to it.
5908 You can put target or important marks on essential messages, or read marks
5909 on the ones you do not want to read, for example spam articles.
5911 This scoring function has a capability and a format similar to the one
5912 that Gnus has, although there are some unsupported features and
5913 Wanderlust specifics.
5914 @xref{Scoring, , ,gnus, The gnus Newsreader}.
5917 * Score Commands:: Score Commands
5918 * Score File Format:: Score File Format
5922 @node Score Commands, Score File Format, Scoring, Scoring
5923 @section Score Commands
5924 @cindex Score Commands
5926 @subsection Score File Specification
5928 @code{wl-score-folder-alist} specifies score files or variables in which
5929 scores are defined, corresponding to folder names.
5933 (setq wl-score-folder-alist
5942 If paths to the score files are omitted, the directory specified in the
5943 variable @code{wl-score-files-directory} is assumed.
5945 No matter what you write in @code{wl-score-folder-alist}, the default
5946 score file @code{wl-score-default-file} (@file{all.SCORE}) is always
5947 read (it does not have to exist).
5948 Therefore, in the example above, the three score files,
5949 @file{news.SCORE}, @file{my.SCORE}, and @file{all.SCORE} are read for
5950 the folders that matches @samp{^-.*}.
5952 @subsection Scored Messages
5954 Scores are attached to the messages that are specified by
5955 @code{wl-summary-score-marks} temporarily when the summary is updated;
5956 when you exit from the summary, the scores are removed and reverts to
5959 @subsection Creation of Score Files
5961 In the summary buffer, move to an appropriate message and type @kbd{L}.
5962 Then type @kbd{s}, @kbd{s}, and @kbd{p} at a prompt in a mini-buffer.
5963 The string in Subject is presented. Edit it and press @kbd{@key{RET}}.
5965 This makes @minus{}1000 are scored for messages with the same
5966 @samp{Subject:} as the string you entered. That is, such a score file
5967 is created automatically.
5969 Then, try typing @kbd{h} and @kbd{e} in the same summary buffer.
5970 The score file you just made appears.
5971 This buffer is called @dfn{score editing buffer} thereafter.
5972 When you type @kbd{C-c C-e} in it, you are prompted in the mini-buffer
5973 as you are previously; type @kbd{a}. Then a score entry for "From"
5975 In this way, you can create a score file easily either in the summary
5976 buffer or in the score editing buffer.
5978 By the way, you might be aware the numbers of key strokes are different
5979 between @kbd{s s p} and @kbd{a}.
5980 This is determined by @code{wl-score-header-default-entry}.
5981 This variable specifies the default score entries corresponding to
5983 For example, for "subject" field, a type and a time limit are prompted,
5984 but for "from" field, they are fixed upon automatically as substring and
5985 permanent respectively.
5986 However, score values can be modified by the prefix argument.
5987 Typing @kbd{?} at the mini-buffer shows a help on keys and corresponding
5990 At last, type @kbd{C-c C-c} in the score editing buffer. This saves the
5991 score file and terminates the edit mode. Typing @kbd{C-c C-c} after
5992 erasing contents of the buffer deletes the score file being edited.
5996 @subsubsection Selecting Score Files
5998 You can change score files to which scores are appended by
5999 @code{wl-summary-increase-score} and @code{wl-summary-lower-score} by
6000 @code{wl-score-change-score-file}.
6002 @subsubsection Summing Up the Score
6004 If you add the same entries by @code{wl-summary-increase-score},
6005 @code{wl-summary-lower-score}, and @code{wl-score-edit-insert-entry},
6006 scores for the entry is summed up.
6008 For example, if you create @samp{from} entry with the score of @minus{}1000 by
6009 @kbd{L a} and again @samp{from} with @minus{}200, one entry with the score of
6010 @minus{}1200 will be created as a result.
6012 @subsubsection Creating Thread Key
6014 Creating @samp{Thread} key by @code{wl-summary-increase-score} or
6015 @code{wl-summary-lower-score} appends @samp{Message-ID} of all children.
6017 @subsubsection Creating Followup Key
6019 Creating @samp{Followup} key by @code{wl-summary-increase-score} or
6020 @code{wl-summary-lower-score} appends @samp{Message-ID} of the message
6021 at the cursor to @samp{References} key.
6022 If @code{wl-score-auto-make-followup-entry} is non-nil,
6023 @samp{Message-ID} of all messages to be followed up within dates
6024 specified by @code{wl-score-expiry-days}.
6026 @subsection Key Bindings
6031 @findex wl-summary-increase-score
6032 Increases the score for the current message.
6033 And the score entry is appended to the score file at the same moment.
6034 You can specify the score value by a prefix argument.
6038 @findex wl-summary-lower-score
6039 Decreases the score for the current message.
6040 And the score entry is appended to the score file at the same moment.
6041 You can specify the score value by a prefix argument.
6044 @kindex h R (Summary)
6045 @findex wl-summary-rescore
6046 Re-applies the scoring.
6047 However, already scored messages are not scored anew.
6050 @kindex h c (Summary)
6051 @findex wl-score-change-score-file
6052 Changes the score file currently selected.
6055 @kindex h e (Summary)
6056 @findex wl-score-edit-current-scores
6057 Edits the score file currently selected.
6058 If there are multiple score files, the previously specified one is
6062 @kindex h f (Summary)
6063 @findex wl-score-edit-file
6064 Edits an arbitrary score file and selects it.
6067 @kindex h F (Summary)
6068 @findex wl-score-flush-cache
6069 Erases caches associated to the score files that are read.
6070 If you modified score files directly (from other than Wanderlust), you
6071 need to re-read them after erasing the cache.
6074 @kindex h m (Summary)
6075 @findex wl-score-set-mark-below
6076 Specifies the criterion for scores to be marked as read.
6077 Messages with scores less than this value are marked as read.
6080 @kindex h x (Summary)
6081 @findex wl-score-set-expunge-below
6082 Specifies the criterion for scores to be deleted from the summary.
6083 Messages with scores less than this value are deleted.
6084 "Deleted" means it is not shown; they are not removed from the summary
6085 information or the folder.
6086 The deleted messages can be shown by rescan-noscore again.
6089 @subsection Key Bindings in the Score Editing Buffer
6093 @kindex C-c C-k (Score Mode)
6094 @findex wl-score-edit-kill
6095 Abandons the file being edited.
6098 @kindex C-c C-c (Score Mode)
6099 @findex wl-score-edit-exit
6100 Saves the file being edited, and quits from the edit mode.
6103 @kindex C-c C-p (Score Mode)
6104 @findex wl-score-pretty-print
6108 @kindex C-c C-d (Score Mode)
6109 @findex wl-score-edit-insert-date
6110 Inserts the number of dates from Dec. 31, 1 B.C.
6111 It is used for creating the third factor of time-limited scores.
6114 @kindex C-c C-s (Score Mode)
6115 @findex wl-score-edit-insert-header
6116 Inserts the header of the message selected in the summary buffer.
6119 @kindex C-c C-e (Score Mode)
6120 @findex wl-score-edit-insert-entry
6121 Inserts the score entry of the message selected in the summary buffer.
6124 @subsection Customizable Variables
6127 @item wl-summary-default-score
6128 @vindex wl-summary-default-score
6129 The initial setting is 0 (zero).
6130 This variable specifies the default value of the score.
6131 The score is increased or decreased based upon this value.
6133 @item wl-summary-important-above
6134 @vindex wl-summary-important-above
6135 The initial setting is @code{nil}.
6136 Messages with scores larger than this value are attached with the
6137 important mark (@samp{$}).
6138 If @code{nil}, no important marks are attached.
6140 @item wl-summary-target-above
6141 @vindex wl-summary-target-above
6142 The initial setting is @code{nil}.
6143 Messages with scores larger than this value are attached with the target
6145 If @code{nil}, no target marks are attached.
6147 @item wl-summary-mark-below
6148 @vindex wl-summary-mark-below
6149 The initial setting is 0 (zero).
6150 Messages with scores smaller than this value are marked as read.
6152 @item wl-summary-expunge-below
6153 @vindex wl-summary-expunge-below
6154 The initial setting is @code{nil}.
6155 Messages with scores smaller than this value are deleted from the
6157 If @code{nil}, they are not deleted.
6159 @item wl-summary-score-marks
6160 @vindex wl-summary-score-marks
6161 The initial setting is the list shown below:
6165 (list wl-summary-new-mark)
6170 Messages with these marks are scored.
6172 @item wl-use-scoring
6173 @vindex wl-use-scoring
6174 The initial setting is t.
6175 If non-nil, scoring is enabled.
6177 @item wl-score-files-directory
6178 @vindex wl-score-files-directory
6179 The initial setting is @file{~/.elmo/}.
6180 The default directory for score files.
6182 @item wl-score-interactive-default-score
6183 @vindex wl-score-interactive-default-score
6184 The initial setting is 1000.
6185 This value is used as a score when a score factor is @code{nil} in the
6186 score file. It is also used in @code{wl-summary-increase-score} and
6187 @code{wl-summary-lower-score}, on condition that the value of
6188 @code{wl-score-header-default-entry} is @code{nil}.
6190 @item wl-score-expiry-days
6191 @vindex wl-score-expiry-days
6192 The initial setting is 7.
6193 This is the number of days before time-limited scores are deleted.
6195 @item wl-score-update-entry-dates
6196 @vindex wl-score-update-entry-dates
6197 The initial setting is @code{t}.
6198 If non-nil, it enables deletion of time-limited scores.
6200 @item wl-score-header-default-entry
6201 @vindex wl-score-header-default-entry
6202 Specifies the default value for each header field for score entries
6203 created by @code{wl-summary-increase-score},
6204 @code{wl-summary-lower-score}, and @code{wl-score-edit-insert-entry}.
6206 @item wl-score-simplify-fuzzy-regexp
6207 @vindex wl-score-simplify-fuzzy-regexp
6208 In the case of a type of a score entry is @code{fuzzy}, this specifies a
6209 regular expression to be deleted from the string.
6210 Because this is usually used for Subject, the default is prefixes that
6211 are attached by mailing list programs.
6213 @item wl-summary-rescore-partial-threshold
6214 @vindex wl-summary-rescore-partial-threshold
6215 The initial setting is 200.
6216 When sync-all or rescan is executed, if there are messages more than
6217 this value, only the last same number of messages as this value are
6220 @item wl-summary-auto-sync-marks
6221 @vindex wl-summary-auto-sync-marks
6222 If non-nil, unread/important marks are synchronized when the summary
6224 Unread marks reflect information on the IMAP4 server.
6225 Important marks reflect information on the IMAP4 server (flagged or
6226 not), and contents of @samp{'mark} folder.
6227 The initial setting is @code{t}.
6231 @node Score File Format, , Score Commands, Scoring
6232 @section Score File Format
6233 @cindex Score File Format
6235 The format of score files are the same as Gnus, and basically you can
6236 use Gnus score files as they are. But they are not fully compatible
6237 because some keys are not supported and there are Wanderlust specifics.
6238 @xref{Score File Format, , ,gnus, The gnus Newsreader}.
6243 ("for sale" -1000 nil s)
6244 ("profit" -1000 nil s))
6246 ("spam@@spamspamspam" -10000 nil s))
6248 ("my@@address" 3001 nil s))
6250 (1000000 -10 nil >))
6260 If the key is a string, it is the name of the header to be matched.
6261 The following keys are available:
6262 @code{Subject}, @code{From}, @code{Date}, @code{Message-ID},
6263 @code{References}, @code{To}, @code{Cc}, @code{Chars}, @code{Lines},
6264 @code{Xref}, @code{Extra}, @code{Followup}, @code{Thread}
6265 @code{Chars} and @code{Lines} mean the size and the number of lines of
6266 the message, respectively. @code{Extra}, @code{Followup}, @code{Thread}
6267 are described later.
6268 The rest corresponds the field of the same name.
6270 Arbitrary numbers of core entries are specified after the key.
6271 Each score entry consists of these five factors:
6275 A factor that matches header. This should be a number in the cases of
6276 @code{lines} and @code{chars}, otherwise a string.
6279 A score factor. When the first item matches, the score of the message
6280 is increased or decreased by this value.
6283 A time limiting factor. If @code{nil}, the score is permanent, and in the case
6284 of a number, the score is deleted if it does not match for days
6285 (@code{wl-score-expiry-days}) from the date specified by this.
6286 The date is since Dec. 31, 1 B.C.
6289 A type factor. This specifies the way the first factor matches.
6290 Available types depend on keys.
6293 @item From, Subject, References, Message-ID
6294 For these keys in string, @code{r} and @code{R} (regexp),
6295 @code{s} and @code{S} (substring), @code{e} and @code{E} (exact match),
6296 as well as @code{f} and @code{F} (fuzzy) can be used.
6297 @code{R}, @code{S}, @code{E}, and @code{F} are case sensitive.
6300 For these keys, the following five numerical relative operators can be
6301 used: @code{<}, @code{>}, @code{=}, @code{>=}, @code{<=}.
6304 This key matches @code{From} header, and scores all follow-ups to the
6306 For example, it would be useful for increasing scores for follow-ups to
6309 You can use the same types as @code{From} except for @code{f}.
6310 And a @samp{Followup} entry is automatically appended to the score file.
6313 This key scores (sub-)threads beginning with @code{Message-ID} @var{x}.
6314 A @samp{Thread} entry is automatically appended for each article that
6315 has @var{x} in the @code{References} header.
6316 You can make sure the whole thread including messages that does not have
6317 all ancestors @code{Message-ID} in @code{References} is scored.
6319 You can use the same types as @code{References} except for @code{f}.
6320 And a @samp{Thread} entry is automatically appended to the score file.
6324 A factor for extension header. This is meaningful only if the key is
6326 This specifies headers to be matched other than standard headers like
6327 @code{Subject} and @code{From}.
6328 Note that you should specify the header in
6329 @code{elmo-msgdb-extra-fields} also.
6330 Therefore it does not work in folders where extension headers cannot be
6335 The sum of these scores @emph{after all factors are applied} becomes the
6336 score of the message.
6338 @cindex Score File Atoms
6340 Messages with a score less than this value is marked as read.
6341 The default is @code{wl-summary-mark-below}.
6344 Messages with a score less than this value is deleted from the summary.
6345 The default is @code{wl-summary-expunge-below}.
6347 @item mark-and-expunge
6348 Both @code{mark} and @code{expunge} are applied,
6349 i.e. messages with a score less than this value is marked as read and
6350 deleted from the summary.
6353 Messages with a score greater than this value is attached with temp
6355 The default is @code{wl-summary-target-above}.
6358 Messages with a score greater than this value is attached with important
6360 The default is @code{wl-summary-important-above}.
6365 Not to mention the @code{extra} key, if @code{lines} or @code{xref} keys
6366 are used, you need to set @code{elmo-msgdb-extra-fields}.
6369 (setq elmo-msgdb-extra-fields '("lines" "xref"))
6372 There are other restrictions as shown below:
6375 @item Because @samp{References} field in the summary information
6376 contains only the last @samp{Message-ID}, @code{references} key matches
6380 Keys that can be seen by folder of types:
6384 chars lines xref extra
6385 localdir,localnews Y E E E
6386 nntp (supporting xover) Y E E N
6392 N: cannot be seen (ignored)
6393 E: can be seen with @code{elmo-msgdb-extra-fields} settings
6398 @node Split messages, Address Book, Scoring, Top
6399 @chapter Message splitting
6400 @cindex Split messages
6402 You can use @code{elmo-split} to split message in folder specified by
6403 the variable @code{elmo-split-folder} a la @command{procmail} according
6404 to some specified rules. To use this feature, set as follows in your
6405 @file{~/.emacs} at first.
6408 (autoload 'elmo-split "elmo-split" "Split messages on the folder." t)
6411 Set source folder like following.
6414 (setq elmo-split-folder "%inbox")
6417 And specify the rule in the variable @code{elmo-split-rule} (its format
6418 will be is described below).
6419 Then you can invoke @kbd{M-x elmo-split} to split messages according to
6420 @code{elmo-split-rule}. On the other hand, invoke @kbd{C-u M-x elmo-split}
6421 to do a rehearsal and show result (do not split actually).
6424 We will describe how to specify the rule. First of all, see following
6429 (setq elmo-split-rule
6430 ;; @r{Store messages from spammers into @samp{+junk}}
6431 '(((or (address-equal from "i.am@@spammer")
6432 (address-equal from "dull-work@@dull-boy")
6433 (address-equal from "death-march@@software")
6434 (address-equal from "ares@@aon.at")
6435 (address-equal from "get-money@@richman"))
6437 ;; @r{Store messages from mule mailing list into @samp{%mule}}
6438 ((equal x-ml-name "mule") "%mule")
6439 ;; @r{Store messages from wanderlust mailing list into @samp{%wanderlust}}
6440 ;; @r{and continue evaluating following rules}
6441 ((equal x-ml-name "wanderlust") "%wanderlust" continue)
6442 ;; @r{Store messages from Yahoo user into @samp{+yahoo-@{username@}}}
6443 ((match from "\\(.*\\)@@yahoo\\.com")
6445 ;; @r{Store unmatched mails into @samp{+inbox}}
6450 The basic unit of the rule is a combination like
6453 (@samp{CONDITION} @samp{ACTION} [@code{continue}])
6456 If @samp{CONDITION} is true, @samp{ACTION} is performed.
6457 The 1st element @samp{CONDITION} is a condition represented by a
6458 balanced expression (sexp). Its grammar will be explained below.
6459 The 2nd element @samp{ACTION} is the name of the folder to split
6460 messages into, or a symbol. When the 3rd element @code{continue} is
6461 specified as symbol, evaluating rules is not stopped even when the
6462 condition is satisfied.
6464 The grammar for @samp{CONDITION} is as follows. See example above to
6465 learn how to write the condition practically.
6469 Functions which accept arguments @samp{FIELD-NAME} and @samp{VALUE}.
6470 (@samp{FIELD-NAME} is a symbol that describes the field name)
6474 True if the field value equals to @samp{VALUE}.
6475 Case of the letters are ignored.
6477 True if the field value matches to VALUE.
6478 @samp{VALUE} can contain @code{\&} and @code{\N} which will substitute
6479 from matching @code{\(\)} patterns in the previous @samp{VALUE}.
6480 @item @code{address-equal}
6481 True if one of the addresses in the field equals to
6482 @samp{VALUE}. Case of the letters are ignored.
6483 @item @code{address-match}
6484 True if one of the addresses in the field matches to
6486 @samp{VALUE} can contain @code{\&} and @code{\N} which will substitute
6487 from matching @code{\(\)} patterns in the previous @samp{VALUE}.
6491 Functions which accept an integer argument (@samp{SIZE}).
6495 True if the size of the message is less than @samp{SIZE}.
6497 True if the size of the message is greater than @samp{SIZE}.
6501 Functions which accept any number of arguments.
6505 True if one of the argument returns true.
6507 True if all of the arguments return true.
6513 When a symbol is specified, it is evaluated.
6516 You can specify followings as 2nd @samp{ACTION}.
6522 If some string is specified, it will be regarded as the destination
6523 folder, and the message will be appended to it.
6528 If the symbol @samp{delete} is specified, delete the substance of the
6529 message in @code{elmo-split-folder}
6534 If the symbol @samp{noop} is specified, do nothing on the message and
6540 If some function is specified, execute it.
6543 If the message passes all rules, it will be dealed along @samp{ACTION}
6544 specified by @code{elmo-split-default-action}.
6547 @node Address Book, Customization, Split messages, Top
6548 @chapter Address Book
6549 @cindex Address Book
6551 With address book, you can utilize address completion, and you have
6552 summary displayed with nicknames.
6555 * Mail Addresses:: Definition of Address Book
6556 * Address Manager:: Address Manager
6560 @node Mail Addresses, Address Manager, Address Book, Address Book
6561 @section Address book
6562 @cindex Address book Definition
6564 @cindex Alias, Address
6566 The file @file{~/.addresses} is a simple address book for Wanderlust.
6567 Make address file @file{~/.addresses}, and edit to suit your requirement.
6569 The data written in @file{~/.addresses} are used for address completion
6570 under draft editing mode. Furthermore, they are used when showing names
6571 in summary display mode. You can safely skip this section, if you don't
6572 want to customize address completion and summary display.
6573 It is possible to add/change/remove addresses from @file{~/.addresses} in
6574 summary buffer after Wanderlust is invoked. @refill
6576 The format is very simple. Like this. @refill
6581 # @r{Lines begin with @samp{#} are comment.}
6582 # @r{Empty lines are ignored}
6584 # @r{Format of each line:}
6585 # @var{email-address} "@var{nickname} "@var{realname}"
6587 teranisi@@gohome.org "Yuuichi" "Yuuichi Teranishi"
6588 foo@@bar.gohome.org "Mr. Foo" "John Foo"
6589 bar@@foo.gohome.org "Mr. Bar" "Michael Bar"
6594 One line defines one persons description.
6596 Actually, in default setup, @var{nickname} is used in summary-mode and
6597 @var{realname} is used in draft preparation mode. This behavior is
6598 better understood if you try it and confirmed the function first. You
6599 can write and try a small definition, so you will know the idea of the
6600 address book before writing a big one.
6602 And, if MH alias file is specified in variable @code{wl-alias-file},
6603 it is used as an address information in the draft preparation mode.
6605 If variable @code{wl-use-ldap} is non-nil (initial setting is
6606 @code{nil}), address completion in draft mode uses LDAP information.
6608 If you use LDAP, you have to set @code{wl-ldap-server},
6609 @code{wl-ldap-port} and @code{wl-ldap-base} properly. If your emacs does
6610 not have LDAP feature as built-in feature (Currently only XEmacs can
6611 have built-in LDAP feature), you have to set command exec @env{PATH} to
6612 the program @command{ldapsearch}.
6615 @node Address Manager, , Mail Addresses, Address Book
6616 @section Address Manager
6617 @cindex Address Manager
6619 You can type @kbd{C-c C-a} to enter address manger mode. you can edit
6620 the address book and insert address to draft buffer.
6622 @subsection Key Bindings
6626 @kindex t (Address Manager)
6627 @findex wl-addrmgr-set-to
6628 Add @samp{To:} mark.
6631 @kindex c (Address Manager)
6632 @findex wl-addrmgr-set-cc
6633 Add @samp{Cc:} mark.
6636 @kindex b (Address Manager)
6637 @findex wl-addrmgr-set-bcc
6638 Add @samp{Bcc:} mark.
6641 @kindex u (Address Manager)
6642 @findex wl-addrmgr-unmark
6646 @kindex x (Address Manager)
6647 @findex wl-addrmgr-apply
6649 Insert @samp{To:}, @samp{Cc:}, or @samp{Bcc:} marked addresses to draft
6650 buffer and quit address manager. When no draft buffer, make new draft
6651 with insert marked addresses.
6653 If no mark, quit address manager.
6657 @kindex q (Address Manager)
6658 @findex wl-addrmgr-quit
6659 Quit address manager.
6662 @kindex a (Address Manager)
6663 @findex wl-addrmgr-add
6667 @kindex d (Address Manager)
6668 @findex wl-addrmgr-delete
6672 @kindex e (Address Manager)
6673 @findex wl-addrmgr-edit
6678 @node Customization, Terminology, Address Book, Top
6679 @chapter Customizing Wanderlust
6680 @cindex Customization
6683 * Living with other packages:: Cooperating with other packages
6684 * Highlights:: Highlights
6685 * Biff:: Notify Mail arrival
6686 * Advanced Settings:: Advanced Settings
6687 * Customizable Variables:: Customizable Variables
6692 @node Living with other packages, Highlights, Customization, Customization
6693 @section Living with other packages
6695 Examples with other packages.
6698 * imput:: imput (im-wl.el)
6699 * BBDB:: The Insidious Big Brother Database
6700 * LSDB:: The Lovely Sister Database
6701 * supercite:: supercite.el
6702 * mu-cite:: mu-cite.el
6703 * X-Face:: x-face,bitmap-mule
6704 * dired-dd:: dired-dd.el
6706 * Addrbook:: Addrbook
6707 * mime-w3m:: mime-w3m.el
6711 @node imput, BBDB, Living with other packages, Living with other packages
6716 Place @file{util/im-wl.el} on the @code{load-path} and do the following
6719 If @command{imput} is on the @code{exec-path} at the installation,
6720 @file{im-wl.el} is byte-compiled and installed. @xref{Install}.
6724 (autoload 'wl-draft-send-with-imput-async "im-wl")
6725 (setq wl-draft-send-function 'wl-draft-send-with-imput-async)
6730 @node BBDB, LSDB, imput, Living with other packages
6734 To use The Insidious Big Brother Database (@uref{http://bbdb.sourceforge.net/})
6735 with Wanderlust, place @file{util/bbdb-wl.el} on the @code{load-path}
6736 and do the following settings.
6738 If BBDB is on the @code{load-path} at the installation, @file{bbdb-wl.el} is
6739 byte-compiled and installed.
6747 ;; @r{enable pop-ups}
6748 (setq bbdb-use-pop-up t)
6749 ;; @r{auto collection}
6750 (setq bbdb/mail-auto-create-p t)
6751 ;; @r{exceptional folders against auto collection}
6752 (setq bbdb-wl-ignore-folder-regexp "^@@")
6753 (setq signature-use-bbdb t)
6754 (setq bbdb-north-american-phone-numbers-p nil)
6755 ;; @r{shows the name of bbdb in the summary} :-)
6756 (setq wl-summary-from-function 'bbdb-wl-from-func)
6757 ;; @r{automatically add mailing list fields}
6758 (add-hook 'bbdb-notice-hook 'bbdb-auto-notes-hook)
6759 (setq bbdb-auto-notes-alist '(("X-ML-Name" (".*$" ML 0))))
6763 You can complete address with BBDB by @kbd{M-@key{TAB}}
6767 @node LSDB, supercite, BBDB, Living with other packages
6771 The following is an example setting to use
6772 The Lovely Sister Database (@uref{http://sourceforge.jp/projects/lsdb/})
6779 (add-hook 'wl-draft-mode-hook
6781 (define-key wl-draft-mode-map "\M-\t" 'lsdb-complete-name)))
6785 In this example, bind @kbd{M-@key{TAB}} to @code{lsdb-complete-name}
6786 (complete address with LSDB).
6789 @node supercite, mu-cite, LSDB, Living with other packages
6790 @subsection sc.el(supercite), sc-register.el
6794 The same setting as usual mailers should be OK. The following is an
6795 example of settings:
6799 (autoload 'sc-cite-original "supercite" nil t)
6800 (add-hook 'mail-citation-hook 'sc-cite-original)
6805 @node mu-cite, X-Face, supercite, Living with other packages
6806 @subsection mu-cite.el
6809 The same setting as usual mailers should be OK. The following is an
6810 example of settings.
6812 If you use mu-cite version 8.0 or earlier:
6816 (autoload 'mu-cite/cite-original "mu-cite" nil t)
6817 (setq mail-citation-hook 'mu-cite/cite-original)
6821 If you use mu-cite version 8.1 or later:
6825 (autoload 'mu-cite-original "mu-cite" nil t)
6826 (add-hook 'mail-citation-hook (function mu-cite-original))
6830 @node X-Face, dired-dd, mu-cite, Living with other packages
6834 If you have installed one of the following, you can decode
6835 @samp{X-Face:} field in message buffer and you will see face image.
6838 * x-face-xmas:: XEmacs case
6839 * x-face-mule:: Emacs case
6842 If there is an encoded X-Face string in a file @file{~/.xface} (the
6843 value of the variable @code{wl-x-face-file}), it is inserted as a
6844 @samp{X-Face:} field in the draft buffer (if
6845 @code{wl-auto-insert-x-face} is non-nil).
6847 @node x-face-xmas, x-face-mule, X-Face, X-Face
6848 @subsubsection x-face-xmas (for XEmacs)
6851 If you use @file{x-face-xmas.el} in x-face (@uref{ftp://jpl.org/pub/elisp/})
6852 1.3.6.13 or later, do the following:
6856 (autoload 'x-face-xmas-wl-display-x-face "x-face")
6857 (setq wl-highlight-x-face-function 'x-face-xmas-wl-display-x-face)
6861 @node x-face-mule, , x-face-xmas, X-Face
6862 @subsubsection x-face-mule (for Emacs)
6866 If you use @file{x-face-mule.el} in bitmap-mule
6867 (@uref{ftp://ftp.jpl.org/pub/elisp/bitmap/}) 8.0 or later, do the following:
6871 (autoload 'x-face-decode-message-header "x-face-mule")
6872 (setq wl-highlight-x-face-function 'x-face-decode-message-header)
6876 @subsubsection x-face-e21 (for Emacs 21.x)
6879 With Emacs 21.x, you can use @file{x-face-e21.el}
6880 (@uref{ftp://jpl.org/pub/elisp/}) instead of @file{x-face-mule.el}
6881 to display X-Face. In this case, bitmap-mule is not required.
6886 (autoload 'x-face-decode-message-header "x-face-e21")
6887 (setq wl-highlight-x-face-function 'x-face-decode-message-header)
6892 @node dired-dd, MHC, X-Face, Living with other packages
6893 @subsection dired-dd(Dired-DragDrop)
6894 @pindex Dired-DragDrop
6896 @cindex Drag and Drop
6898 If you embed @file{dired-dd-mime.el} in the dired-dd package, you can
6899 compose multi-part by simple Drag-and-Drop from dired to the draft
6900 buffer being edited in GNU Emacs (this feature is not Wanderlust
6901 specific, but general-purpose for SEMI).
6905 ;; @r{dired-dd:} http://www.asahi-net.or.jp/~pi9s-nnb/dired-dd-home.html
6911 ;; @r{Set dired-x variables here.}
6912 ;; @r{To and flo@dots{}}
6914 (progn (require 'dired-dd)
6915 (require 'dired-dd-mime))))))
6919 @node MHC, Addrbook, dired-dd, Living with other packages
6923 Message Harmonized Calendaring system
6924 (@uref{http://www.quickhack.net/mhc/})
6926 By using MHC, you can make a calendar from the messages.
6932 (setq mhc-mailer-package 'wl)
6933 (autoload 'mhc-mode "mhc" nil t)
6934 (add-hook 'wl-summary-mode-hook 'mhc-mode)
6935 (add-hook 'wl-folder-mode-hook 'mhc-mode)
6943 (autoload 'mhc-wl-setup "mhc-wl")
6944 (add-hook 'wl-init-hook 'mhc-wl-setup)
6948 @node Addrbook, mime-w3m, MHC, Living with other packages
6949 @subsection wl-addrbook.el
6953 (@uref{http://www.mew.org/})
6955 Place @file{util/wl-addrbook.el} and @file{util/wl-complete.el} on the
6956 @code{load-path} and do the following settings.
6960 (require 'wl-addrbook)
6965 @node mime-w3m, , Addrbook, Living with other packages
6966 @subsection mime-w3m.el
6969 You can display html part by using @file{mime-w3m.el}
6970 distributed with emacs-w3m (@uref{http://emacs-w3m.namazu.org/}).
6971 You can find the usage in comment region at the head of @file{mime-w3m.el}.
6974 @node Highlights, Biff, Living with other packages, Customization
6977 @subsection Customizable Variables
6980 @item wl-summary-highlight
6981 @vindex wl-summary-highlight
6982 The initial setting is @code{t}.
6983 If non-nil, the summary is highlighted.
6985 @item wl-highlight-max-summary-lines
6986 @vindex wl-highlight-max-summary-lines
6987 The initial setting is 10000.
6988 The summary is not highlighted if it has more lines than this value.
6990 @item wl-summary-highlight-partial-threshold
6991 @vindex wl-summary-highlight-partial-threshold
6992 The initial setting is 1000.
6993 This is a threshold whether the whole summary is highlighted.
6994 If there are more lines of messages in the summary, it is partially
6997 @item wl-summary-partial-highlight-above-lines
6998 @vindex wl-summary-partial-highlight-above-lines
6999 The initial setting is 30. If there are more lines of messages than
7000 @code{wl-summary-highlight-partial-threshold} in the summary, messages
7001 after the point that is the same number of lines as this value above the
7002 cursor line are highlighted partially. (If this value is @code{nil},
7003 the last same number of lines as the value of
7004 @code{wl-summary-highlight-partial-threshold} are highlighted.)
7006 @item wl-highlight-body-too
7007 @vindex wl-highlight-body-too
7008 The initial setting is @code{t}.
7009 If non-nil, bodies of drafts and messages are also highlighted.
7011 @item wl-highlight-message-header-alist
7012 @vindex wl-highlight-message-header-alist
7013 When highlighting headers of drafts and messages, this variable
7014 specifies which faces are allocated to important
7015 (@code{wl-highlight-message-important-header-contents}), secondly
7016 important (@code{wl-highlight-message-important-header-contents2}), and
7017 unimportant (@code{wl-highlight-message-unimportant-header-contents})
7019 Similarly, it can be used for allocating arbitrary faces to arbitrary
7020 regular expressions.
7022 @item wl-highlight-citation-prefix-regexp
7023 @vindex wl-highlight-citation-prefix-regexp
7024 Specifies a regular expression to which quoted lines in bodies of
7025 drafts and messages match.
7026 Bodies matching to this regular expression are highlighted by the faces
7027 specified by (@code{wl-highlight-message-cited-text-*}).
7029 @item wl-highlight-highlight-citation-too
7030 @vindex wl-highlight-highlight-citation-too
7031 The initial setting is @code{nil}.
7032 If non-nil, the quoting regular expression itself given by
7033 @code{wl-highlight-citation-prefix-regexp} is also highlighted.
7035 @item wl-highlight-citation-header-regexp
7036 @vindex wl-highlight-citation-header-regexp
7037 Specifies a regular expression that denotes beginning of quotation.
7038 Bodies matching to this regular expression are highlighted by the face
7039 specified by @code{wl-highlight-message-headers}.
7041 @item wl-highlight-max-header-size
7042 @vindex wl-highlight-max-header-size
7043 The initial setting is @code{nil}. If a header size is larger than this
7044 value, it will not be highlighted. If @code{nil}, always highlighted
7045 (ignore header size).
7047 @item wl-highlight-max-message-size
7048 @vindex wl-highlight-max-message-size
7049 The initial setting is 10000.
7050 If a message is larger than this value, it will not be highlighted.
7051 With this variable, highlight is suppressed for uuencode or huge digest
7054 @item wl-highlight-signature-separator
7055 @vindex wl-highlight-signature-separator
7056 Specifies regular expressions that denotes the boundary of a signature.
7057 It can be a regular expression, or a list of ones.
7058 Messages after the place that matches this regular expression are
7059 highlighted by the face specified by
7060 @code{wl-highlight-message-signature}.
7062 @item wl-max-signature-size
7063 @vindex wl-max-signature-size
7064 The initial setting is 400.
7065 This is the largest size for a signature to be highlighted.
7067 @item wl-use-highlight-mouse-line
7068 @vindex wl-use-highlight-mouse-line
7069 The initial setting is @code{t}.
7070 If non-nil, the line pointed by the mouse is highlighted in the folder
7071 mode, summary mode, and the like.
7074 @subsection Setting Colors and Fonts of the Characters
7076 If you want to change colors or fonts of the characters, you need to
7077 modify faces defined in Wanderlust. Use @code{set-face-font} if you
7078 want to change fonts, and @code{set-face-foreground} for colors, and so
7079 on. You cannot write face settings in @file{.emacs}; write in
7082 For example, if you want to change the color for signatures to yellow,
7086 (set-face-foreground 'wl-highlight-message-signature "yellow")
7092 Faces defined in Wanderlust:
7095 @item wl-highlight-message-headers
7096 The face for field names of message headers.
7098 @item wl-highlight-message-header-contents
7099 The face for field bodies of message headers.
7101 @item wl-highlight-message-important-header-contents
7102 The face for important parts of message headers.
7103 Per default, this face is used for a body of @samp{Subject:} field.
7104 You can change its value by editing
7105 @code{wl-highlight-message-header-alist}.
7107 @item wl-highlight-message-important-header-contents2
7108 The face for secondly important parts of message headers.
7109 Per default, this face is used for bodies of @samp{From:} and @samp{To:}
7110 fields. You can change its value by editing
7111 @code{wl-highlight-message-header-alist}.
7113 @item wl-highlight-message-unimportant-header-contents
7114 The face for unimportant parts of message headers.
7115 Per default, this face is used for bodies of @samp{X-} fields
7116 @samp{User-Agent:} fields. You can change its value by editing
7117 @code{wl-highlight-message-header-alist}.
7119 @item wl-highlight-message-citation-header
7120 The face for headers of quoted messages.
7122 @item wl-highlight-message-cited-text-*
7123 The face for texts of quoted messages. The last @samp{*} is a
7124 @var{single figure} so that 10 different colors can be used according to
7127 @item wl-highlight-message-signature
7128 The face for signatures of messages. The initial settings are
7129 @samp{khaki} for light background colors, and @samp{DarkSlateBlue} for
7130 dark background colors.
7132 @item wl-highlight-header-separator-face
7133 The face for header separators of draft messages.
7135 @item wl-highlight-summary-important-face
7136 The face for message lines with important marks in the summary.
7138 @item wl-highlight-summary-new-face
7139 The face for message lines with new marks in the summary.
7141 @item wl-highlight-summary-displaying-face
7142 The face for the message line that is currently displayed.
7143 This face is overlaid.
7145 @item wl-highlight-thread-indent-face
7146 The face for the threads that is currently displayed.
7148 @item wl-highlight-summary-unread-face
7149 The face for message lines with unread marks in the summary.
7151 @item wl-highlight-summary-deleted-face
7152 The face for message lines with delete marks in the summary.
7154 @item wl-highlight-summary-refiled-face
7155 The face for message lines with re-file marks in the summary.
7157 @item wl-highlight-refile-destination-face
7158 The face for re-file information part of message lines with re-file
7159 marks in the summary.
7161 @item wl-highlight-summary-copied-face
7162 The face for message lines with copy marks in the summary.
7164 @item wl-highlight-summary-target-face
7165 The face for message lines with target marks @samp{*} in the summary.
7167 @item wl-highlight-summary-thread-top-face
7168 The face for message lines that are on the top of the thread in the
7171 @item wl-highlight-summary-normal-face
7172 The face for message lines that are not on top of the thread in the
7175 @item wl-highlight-folder-unknown-face
7176 The face for folders that are not known to have how many unsync messages
7179 @item wl-highlight-folder-zero-face
7180 The face for folders that have no unsync messages in the folder mode.
7182 @item wl-highlight-folder-few-face
7183 The face for folders that have some unsync messages in the folder mode.
7185 @item wl-highlight-folder-many-face
7186 The face for folders that have many unsync messages in the folder mode.
7187 The boundary between `some' and `many' is specified by the variable
7188 @code{wl-folder-many-unsync-threshold}.
7190 @item wl-highlight-folder-unread-face
7191 The face for folders that have no unsync but unread messages in the
7194 @item wl-highlight-folder-killed-face
7195 The face for folders that are deleted from the access group in the
7198 @item wl-highlight-folder-opened-face
7199 The face for open groups in the folder mode.
7200 It is meaningful when @code{wl-highlight-folder-by-numbers} is
7201 @code{nil} or a @var{number}.
7203 @item wl-highlight-folder-closed-face
7204 The face for close groups in the folder mode.
7205 It is meaningful when @code{wl-highlight-folder-by-numbers} is
7206 @code{nil} or a @var{number}.
7208 @item wl-highlight-folder-path-face
7209 The face for the path to the currently selected folder in the folder
7212 @item wl-highlight-logo-face
7213 The face for logo in the demo.
7215 @item wl-highlight-demo-face
7216 The face for strings (for example, a version number) in the demo.
7220 @node Biff, Advanced Settings, Highlights, Customization
7221 @section Notify Mail arrival
7224 Following setting is to notify mail arrival of @samp{%inbox}
7225 by the indicator on the modeline
7228 (setq wl-biff-check-folder-list '("%inbox"))
7231 @subsection Customizable Variables
7233 @item wl-biff-check-folder-list
7234 @vindex wl-biff-check-folder-list
7235 The initial setting is @code{nil}.
7236 This is the list of folders to check mail arrival.
7237 If @code{nil}, wl doesn't check mail arrival.
7239 @item wl-biff-check-interval
7240 @vindex wl-biff-check-interval
7241 The initial setting is 40 (in seconds).
7242 Check mail arrival in this period.
7244 @item wl-biff-notify-hook
7245 @vindex wl-biff-notify-hook
7246 This hook is run at the arrival of new mail.
7247 To beep with mail arrival(initial setting), set as follows.
7249 (setq wl-biff-notify-hook '(ding))
7251 For silence, set to @code{nil}.
7255 @node Advanced Settings, Customizable Variables, Biff, Customization
7256 @section Advanced Settings
7259 * Draft for Reply:: Draft for Reply
7260 * Thread Format:: Appearance of Thread
7261 * User-Agent Field:: @samp{User-Agent:} Header Field
7265 @node Draft for Reply, Thread Format, Advanced Settings, Advanced Settings
7266 @subsection Draft for Replay
7267 @vindex wl-draft-reply-with-argument-list
7268 @vindex wl-draft-reply-without-argument-list
7269 @vindex wl-draft-reply-myself-with-argument-list
7270 @vindex wl-draft-reply-myself-without-argument-list
7272 If you type @kbd{a} in the Summary Buffer, a draft for reply is prepared.
7273 The addressee for the draft is decided by following rules.
7275 For example, you can set as follows:
7279 (setq wl-draft-reply-without-argument-list
7280 '(("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
7281 ("Followup-To" . (nil nil ("Followup-To")))
7282 (("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
7283 ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
7287 Where each element of the list @code{wl-draft-reply-without-argument-list}
7291 (key . (to-list cc-list newsgroup-list))
7294 and if the field designated by @samp{key} exist in the parent message,
7295 parent's field values designated by @samp{to-list} are copied to @samp{To:}
7296 in the draft. Similarly, parent's fields designated by @samp{cc-list} and
7297 @samp{newsgroup-list} are copied to @samp{Cc:} and @samp{Newsgroups:} in
7298 the draft respectively.
7303 ("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
7306 Match if the parent has @samp{Mail-Followup-To} field.
7307 The components of parent's @samp{Mail-Followup-To} and @samp{Newsgroups}
7308 fields are copied to @samp{To} and @samp{Newsgroups} in the draft
7312 (("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
7315 Match if the parent has both @samp{X-ML-Name} and @samp{Reply-To} fields.
7316 Parent's @samp{Reply-To} is copied to @samp{To} in the draft.
7319 ("From" . (("From") ("To" "Cc") ("Newsgroups")))
7322 Copy parent's @samp{From} to @samp{To} in the draft, parent's @samp{To} and
7323 @samp{Cc} to @samp{Cc}, parent's @samp{Newsgroups} to @samp{Newsgroups}
7326 These are evaluated in order and first matched one is used.
7328 Moreover, the behavior of @kbd{a} with prefix argument can
7329 be directed by @code{wl-draft-reply-with-argument-list} as well.
7331 By the way, you can use some function (will be evaluated in the parent
7332 message buffer) in the place of @samp{key} or @samp{to-list} etc.
7333 For example, if you only want to reply to mailing lists in
7334 @code{wl-subscribed-mailing-list} if the parent has some of them,
7339 (defun wl-mailing-list-addresses ()
7343 (nth 1 (std11-extract-address-components addr)))
7346 (elmo-multiple-fields-body-list (list "To" "Cc"))
7348 (when (elmo-string-matched-member to wl-subscribed-mailing-list t)
7349 (setq list-addrs (cons to list-addrs))))
7350 (nreverse list-addrs)))
7352 (setq wl-draft-reply-with-argument-list
7353 '((wl-mailing-list-addresses . (wl-mailing-list-addresses nil nil))
7354 ("Reply-To" . (("Reply-To") nil nil))
7355 ("Mail-Reply-To" . (("Mail-Reply-To") nil nil))
7356 ("From" . (("From") nil nil))))
7361 Note: To set the behavior when you reply to the message written by yourself,
7362 use @code{wl-draft-reply-myself-without-argument-list} and
7363 @code{wl-draft-reply-myself-with-argument-list} instead of them.
7365 @node Thread Format, User-Agent Field, Draft for Reply, Advanced Settings
7366 @subsection Appearance of Threads
7370 389 09/18(Fri)01:07 [ Teranishi ] wl-0.6.3
7371 390 09/18(Fri)07:25 +-[ Tsumura-san ]
7372 391 09/18(Fri)19:24 +-[ Murata-san ]
7373 392 09/20(Sun)21:49 +-[ Okunishi-san ]
7374 396 09/20(Sun)22:11 | +-[ Tsumura-san ]
7375 398 09/21(Mon)00:17 | +-[ Tsumura-san ]
7376 408 09/21(Mon)22:37 | +-[ Okunishi-san ]
7377 411 09/22(Tue)01:34 | +-[ Tsumura-san ]
7378 412 09/22(Tue)09:28 | +-[ Teranishi ]
7379 415 09/22(Tue)11:52 | +-[ Tsumura-san ]
7380 416 09/22(Tue)12:38 | +-[ Teranishi ]
7381 395 09/20(Sun)21:49 +-[ Okunishi-san ]
7382 397 09/21(Mon)00:15 +-[ Okunishi-san ]
7386 Settings to make appearance of threads like shown above:
7390 (setq wl-thread-indent-level 2)
7391 (setq wl-thread-have-younger-brother-str "+")
7392 (setq wl-thread-youngest-child-str "+")
7393 (setq wl-thread-vertical-str "|")
7394 (setq wl-thread-horizontal-str "-")
7395 (setq wl-thread-space-str " ")
7399 If you do not want to see branches, do the following:
7403 (setq wl-thread-indent-level 2)
7404 (setq wl-thread-have-younger-brother-str " ")
7405 (setq wl-thread-youngest-child-str " ")
7406 (setq wl-thread-vertical-str " ")
7407 (setq wl-thread-horizontal-str " ")
7408 (setq wl-thread-space-str " ")
7413 @node User-Agent Field, , Thread Format, Advanced Settings
7414 @subsection User-Agent Field
7418 If you are eccentric enough to elaborate @samp{X-Mailer:} or
7419 @samp{User-Agent:} fields, define a function that generate appropriate
7420 strings as you like, and set it to variable
7421 @code{wl-generate-mailer-string-function}.
7423 If you do not want verbose @samp{User-Agent:} field, do the following:
7427 (setq wl-generate-mailer-string-function
7428 'wl-generate-user-agent-string-1)
7432 The following is a example:
7436 (setq wl-generate-mailer-string-function nil)
7437 (setq wl-draft-additional-header-alist
7439 (cons 'X-Mailer (lambda () (product-string-1 'wl-version)))))
7444 @node Customizable Variables, Hooks, Advanced Settings, Customization
7445 @section Customizable Variables
7447 Customizable variables that have not been described yet:
7450 @item wl-default-folder
7451 @vindex wl-default-folder
7452 The initial setting is @samp{%inbox}. This is the default value for moving to
7453 a folder and the like.
7455 @item wl-draft-folder
7456 @vindex wl-draft-folder
7457 The initial setting is @samp{+draft}. It is the folder to which drafts are
7458 saved. It must be a localdir folder.
7460 @item wl-trash-folder
7461 @vindex wl-trash-folder
7462 The initial setting is @samp{+trash}. It is the wastebasket folder.
7463 If you changed this variable, you had better restart Wanderlust.
7465 @item wl-interactive-exit
7466 @vindex wl-interactive-exit
7467 The initial setting is @code{t}.
7468 If non-nil, you are asked for confirmation when Wanderlust terminates.
7470 @item wl-interactive-send
7471 @vindex wl-interactive-send
7472 The initial setting is @code{t}.
7473 If non-nil, you are asked for confirmation when mail is sent.
7475 @item wl-default-sync-range
7476 @vindex wl-default-sync-range
7477 The initial setting is @samp{update}.
7478 Default update range of the summary. You can specify
7479 @samp{all}, @samp{update}, @samp{rescan} or @samp{no-sync}.
7480 See description of @code{wl-summary-sync} for the meaning of ranges.
7482 @item wl-folder-sync-range-alist
7483 @vindex wl-folder-sync-range-alist
7484 The initial setting is the alist shown below:
7489 ("^\\+draft$\\|^\\+queue$" . "all"))
7494 This is an associative list of regular expressions of folder names and
7495 update range of the summary. Update range is one of the @samp{all},
7496 @samp{update}, @samp{rescan} or @samp{no-sync}. If the folder do not
7497 match any of them, the value of @code{wl-default-sync-range} is used
7498 (@samp{update} by default).
7499 See description of @code{wl-summary-sync} for the meaning of ranges.
7502 @vindex wl-ask-range
7503 The initial setting is @code{t}.
7504 If @code{nil}, the value of @code{wl-folder-sync-range-alist} is used
7505 for updating the summary when you changed folders.
7507 @item wl-mime-charset
7508 @vindex wl-mime-charset
7509 The initial setting is @code{x-ctext}.
7510 This is the MIME charset for messages that are not MIME (e.g. without
7511 @samp{Content-Type:}). This value also used as default charset for
7512 summary. (If you want to share Summary on Nemacs and other Emacsen, set
7513 this value as @code{iso-2022-jp}.)
7515 @item wl-highlight-folder-with-icon
7516 @vindex wl-highlight-folder-with-icon
7517 This is meaningful for XEmacs or Emacs 21.. The initial setting depends
7518 on Emacsen (@code{t} for XEmacs or Emacs 21 with icons).
7520 @item wl-strict-diff-folders
7521 @vindex wl-strict-diff-folders
7522 This is a list of regular expressions of folders.
7523 Unread messages are checked, for example when you press @kbd{s} in
7524 the folder mode, usually in a brief way (rapidly processed but not
7526 The folders matching this variable are seriously checked.
7527 You may want to set this variable so as to match conditional filter
7528 folders for IMAP4 folders.
7529 The initial setting is @code{nil}.
7531 @item wl-folder-use-server-diff
7532 @vindex wl-folder-use-server-diff
7533 When unread messages are checked, for example when you press @kbd{s} in
7534 the folder mode, usually (the number of messages on the server) @minus{}
7535 (the number of local messages) will be the number of unread messages.
7536 However, if this variable is non-nil, the number of unread messages on
7537 the server is checked. This affects IMAP4 folders only, but IMAP4
7538 folders in mail boxes matching
7539 @code{elmo-imap4-disuse-server-flag-mailbox-regexp} are not checked for
7540 the number of unread messages on the server, even if they matches this
7541 variable. The initial setting is @code{t}.
7543 @item wl-auto-check-folder-name
7544 @vindex wl-auto-check-folder-name
7545 The initial setting is @code{nil}.
7546 You can specify a folder or a group which is checked for unread message
7547 at the start. You can also specify a list of folders (groups) to be checked.
7548 If the value is @code{nil}, whole Desktop is checked at the start.
7549 If it is @code{none}, no folders are checked.
7551 @item wl-auto-uncheck-folder-list
7552 @vindex wl-auto-uncheck-folder-list
7553 The initial setting is the list shown below:
7562 You can set a list of regular expressions to specify folders
7563 which are not automatically checked even if they are included
7564 in some groups assigned by @code{wl-auto-check-folder-name}.
7566 @item wl-auto-check-folder-list
7567 @vindex wl-auto-check-folder-list
7568 The initial setting is @code{nil}.
7569 You can set a list of regular expressions to specify exceptions
7570 for @code{wl-auto-uncheck-folder-list}.
7572 @item wl-no-save-folder-list
7573 @vindex wl-no-save-folder-list
7574 The initial setting is the list shown below:
7583 This is a list of regular expressions of folders not to be saved.
7585 @item wl-save-folder-list
7586 @vindex wl-save-folder-list
7587 The initial setting is @code{nil}.
7588 This is a list of regular expressions of folders to be saved.
7589 This takes precedence over @code{wl-no-save-folder-list}.
7591 @item wl-folder-mime-charset-alist
7592 @vindex wl-folder-mime-charset-alist
7593 The initial setting is the alist shown below:
7597 (("^-alt\\.chinese" . big5)
7598 ("^-relcom\\." . koi8-r)
7600 ("^-han\\." . euc-kr))
7605 This is an associative list of regular expressions of folder names and
7607 If a folder do not match, @code{wl-mime-charset} is used.
7609 @item wl-folder-init-load-access-folders
7610 @vindex wl-folder-init-load-access-folders
7611 The initial setting is @code{nil}.
7612 This is a list of access groups to be loaded specifically at the start.
7613 If it is @code{nil}, @code{wl-folder-init-no-load-access-folders} is referred.
7615 @item wl-folder-init-no-load-access-folders
7616 @vindex wl-folder-init-no-load-access-folders
7617 The initial setting is @code{nil}.
7618 This is a list of access groups not to be loaded specifically at the
7620 It is ignored if @code{wl-folder-init-load-access-folders} is non-nil.
7622 @item wl-delete-folder-alist
7623 @vindex wl-delete-folder-alist
7624 The initial setting is the alist shown below:
7633 This list determines disposition of messages with delete marks.
7634 Each item in the list is a folder and destination; you can specify any
7635 one of the following in the place of destination:
7638 @code{remove} or @code{null} : deletes the messages instantly.
7639 string : moves the messages to the specific folder.
7640 @code{trash} or others : moves the messages to @code{wl-trash-folder}.
7643 @item wl-refile-policy-alist
7644 @vindex wl-refile-policy-alist
7645 The initial setting is the list shown below:
7655 This list determines whether messages with re-file marks are moved or
7656 copied. Each item in the list is a cons cell of a folder and
7657 @code{copy} or @code{move}.
7659 @item wl-x-face-file
7660 @vindex wl-x-face-file
7661 The initial setting is @file{~/.xface}.
7662 The name of the file that contains encoded X-Face strings.
7665 @item wl-demo-display-logo
7666 @vindex wl-demo-display-logo
7667 If non-nil, bitmap image is shown on the opening demo. If you set
7668 @code{xpm} or @code{xbm}, (if possible) display selected image type
7671 @item elmo-use-database
7672 @vindex elmo-use-database
7673 This is meaningful for XEmacs only. The initial setting depends on
7674 XEmacs (@code{t} for XEmacs with dbm).
7675 If non-nil, Message-ID is controlled by dbm.
7677 @item elmo-passwd-alist-file-name
7678 @vindex elmo-passwd-alist-file-name
7679 The initial setting is @file{passwd}.
7680 This is the name of the file in which passwords are saved.
7681 @code{elmo-passwd-alist-save} saves current passwords to the file.
7683 @item elmo-nntp-list-folders-use-cache
7684 @vindex elmo-nntp-list-folders-use-cache
7685 The initial setting is 600 (in seconds).
7686 This is period in seconds during which results of @samp{list} and
7687 @samp{list active} in NNTP are cached. If it is @code{nil}, they are
7690 @item elmo-nntp-max-number-precedes-list-active
7691 @vindex elmo-nntp-max-number-precedes-list-active
7692 The initial setting is @code{nil}.
7693 If non-nil, the number of article obtained by @samp{list active} in NNTP
7694 are used as the maximum article number of the folder.
7695 Set this to @code{t} if you are using for example INN 2.3 as an NNTP server,
7696 and if the number of read messages is not correct.
7698 @item elmo-nntp-default-use-listgroup
7699 @vindex elmo-nntp-default-use-listgroup
7700 The initial setting is @code{t}.
7701 If non-nil, @samp{listgroup} is used for checking the total number of
7702 articles. If it is @code{nil}, @samp{group} is used. In the latter
7703 case, the processing will be a little faster at the sacrifice of
7706 @item elmo-pop3-send-command-synchronously
7707 @vindex elmo-pop3-send-command-synchronously
7708 The initial setting is @code{nil}.
7709 If non-nil, POP3 commands are issued synchronously. Some implementation
7710 of POP3 server fails to get summary information without this setting.
7711 You may have to set this variable to @code{t}, if the process hangs
7712 while looking up POP3.
7714 @item elmo-dop-flush-confirm
7715 @vindex elmo-dop-flush-confirm
7716 The initial setting is @code{t}.
7717 If non-nil, you are asked for confirmation if accumulated off-line
7718 operations are executed.
7720 @item elmo-display-progress-threshold
7721 @vindex elmo-display-progress-threshold
7722 The initial setting is 20.
7723 Threshold for display of progress gauge. If number of renewal is more than
7724 this value, display progress gauge.
7728 @node Hooks, , Customizable Variables, Customization
7733 @node Terminology, Mailing List, Customization, Top
7734 @chapter Terminology around Wanderlust
7737 Here we explain terminologies used in this manual.
7741 A container in which messages are stored.
7744 A set consists of some folders.
7747 A special group consists of automatically collected folders under
7748 some specified path.
7749 @xref{Folder Definition}.
7751 @item summary buffer
7752 A buffer for displaying list of messages in some folder.
7754 @item sticky summary
7755 Compared with ordinary summary buffer which will be destroyed after
7756 exiting from it, this type of summary will be remain even after exiting
7757 by @kbd{q} or @kbd{g}.
7758 @xref{Sticky Summary}.
7761 To delete or put into the archive expired messages.
7768 To cache messages beforehand in order to read messages after you will be
7769 disconnected from the server.
7773 @node Mailing List, Addition, Terminology, Top
7774 @chapter Wanderlust Mailing List
7778 Topics related to Wanderlust are discussed in following mailing lists.
7779 The latest version is also announced there.
7782 Wanderlust Mailing List @t{<wl@@lists.airs.net>}
7785 In this list Japanese is mainly used for discussion. We also have a list
7786 for discussion in English:
7789 Wanderlust List in English @t{<wl-en@@lists.airs.net>}
7791 (Messages posted to this list are also forwarded to the former one.)
7793 A guide can be obtained automatically by sending mail to
7794 @t{wl-ctl@@lists.airs.net} (or to @t{wl-en-ctl@@lists.airs.net} for
7795 the English one) with the body
7801 Please send bug reports or patches to one of those lists. You can post to
7802 the mailing list even though you are not a member of it.
7804 If you send a bug report, please attach Backtrace with it.
7805 @footnote{@uref{http://www.jpl.org/elips/BUGS-ja.html} describes how to
7808 I would like to express my thanks to the members of the mailing list for
7809 valuable advice and many pieces of code they contributed.
7812 @node Addition, Index, Mailing List, Top
7813 @chapter Additional Information
7815 @section Brief History
7818 1998 3/05 Tried to make a prototype that displays MH messages in threads.
7819 3/10 Made a msgdb mechanism by elisp.
7820 3/26 IMAP and NNTP can be displayed in threads.
7821 4/13 Began to assemble thread display modules as elmo.
7822 5/01 Finished 0.1.0, initial version with many defects.
7823 6/12 I made a slip of the tongue and said I was writing elisp
7824 mailer supporting IMAP
7825 6/16 0.1.3 was announced at tm-ja, elisp ML.
7826 6/22 Thanks to Kitame-san, the mailing list started at northeye.org.
7827 7/01 Support for mm-backend (0.3.0).
7828 8/25 multi folder added (0.5.0).
7829 8/28 filter folder added (0.5.1).
7830 9/10 You can open/close threads (0.6.0).
7831 9/11 fldmgr by Murata-san made editing folders easy.
7832 9/18 lha folders added by Okunishi-san (0.6.3).
7833 9/24 Display of branches of threads (0.6.5).
7834 9/28 Compression folder supporting multiple archivers by Okunishi-san.
7835 10/28 Off-line operations (0.7.4).
7836 12/09 Becomes beta version.
7837 12/21 wl-expire by Murata-san.
7838 1999 2/03 auto-refile by Tsumura-san.
7839 4/28 wl-template by Murata-san.
7840 5/18 Released 1.0.0 stable.
7841 7/05 Scoring by Murata-san (2.1.0).
7842 9/26 New plugged system by Murata-san (2.2.2).
7843 12/20 Support Modified UTF7.
7844 2000 3/24 Released 1.1.0 stable.
7845 4/03 CVS development started.
7846 5/07 Thread restoration & Its speed up with Murata-san.
7847 6/12 Address completion with LDAP with Chiba-san & Goto-san.
7848 7/11 killed message feature.
7849 7/18 Use UIDL in POP3.
7850 9/12 biff feature with Satata-san & Yamaoka-san.
7851 10/17 expire-hide by Okada-san.
7852 11/08 Released 2.4.0 stable.
7853 2001 7/04 Released 2.6.0 stable.
7854 8/21 wl-addrmgr by Kitamoto-san.
7855 12/27 Released 2.8.1 stable.
7856 2002 12/11 Released 2.10.0 stable.
7859 See @file{ChangeLog} for details.
7863 According to a dictionary, Wanderlust has the meaning:
7867 n eager longing for or impulse towards travelling in distant lands
7868 [Ger, fr wandern to wander + lust desire, pleasure]
7872 but I had no profound intention. (if farfetched, IMAP @result{} you can
7873 read mail anywhere @result{} desire to wander ?)
7875 Elmo is the abbreviation of @samp{Elisp Library for Message
7876 Orchestration}. At first I meant the red puppet in the Sesame Street,
7877 but you may associate it with Wandering @result{} Drifting @result{}
7878 Guidepost @result{} St.@: Elmo's fire @result{} elmo.
7882 Each versions has code names (they are almost jokes).
7883 Currently they are picked up alphabetically from the top 40 hits of
7884 U.S. Billboard magazines in 1980s.
7886 (@uref{http://lyrics.natalnet.com.br/html/top40/index.html})
7889 @node Index, , Addition, Top
7893 * Concept Index:: Concept Index
7894 * Key Index:: Key Index
7895 * Variable Index:: Variable Index
7896 * Function Index:: Function Index
7899 @node Concept Index, Key Index, Index, Index
7900 @unnumberedsec Concept Index
7903 @node Key Index, Variable Index, Concept Index, Index
7904 @unnumberedsec Key Index
7907 @node Variable Index, Function Index, Key Index, Index
7908 @unnumberedsec Variable Index
7911 @node Function Index, , Variable Index, Index
7912 @unnumberedsec Function Index