Add note about persistent marks and expiration (as wanderlust's function).
[elisp/wanderlust.git] / doc / wl.texi
1 \input texinfo @c -*-texinfo -*-
2 @c %**start of header
3 @setfilename wl.info
4 @settitle Wanderlust -- Yet Another Message Interface On Emacsen --
5 @c %**end of header
6 @documentlanguage en
7 @documentencoding us-ascii
8 @include version.texi
9 @synindex pg cp
10 @finalout
11
12 @dircategory GNU Emacs Lisp
13 @direntry
14 * Wanderlust: (wl).         Yet Another Message Interface On Emacsen
15 @end direntry
16
17 @c permissions text appears in an Info file before the first node.
18 @ifinfo
19 This file documents Wanderlust, Yet another message interface on
20 Emacsen.
21
22 Copyright @copyright{} 1998, 1999, 2000, 2001 @w{Yuuichi Teranishi},
23 @w{Fujikazu Okunishi}, @w{Masahiro Murata}, @w{Kenichi Okada},
24 @w{Kaoru Takahashi}, @w{Bun Mizuhara} and @w{Masayuki Osada},
25 @w{Katsumi Yamaoka}, @w{Hiroya Murata} and @w{Yoichi Nakayama}.
26
27 This edition is for Wanderlust version @value{VERSION}.
28
29 Permission is granted to make and distribute verbatim copies of this
30 manual provided the copyright notice and this permission notice are
31 preserved on all copies.
32
33 @ignore
34 Permission is granted to process this file through TeX and print the
35 results, provided the printed document carries copying permission notice
36 identical to this one except for the removal of this paragraph (this
37 paragraph not being relevant to the printed manual).
38
39 @end ignore
40 Permission is granted to copy and distribute modified versions of this
41 manual under the conditions for verbatim copying, provided that the
42 entire resulting derived work is distributed under the terms of a
43 permission notice identical to this one.
44
45 Permission is granted to copy and distribute translations of this manual
46 into another language, under the above conditions for modified versions.
47
48 @end ifinfo
49
50 @titlepage
51 @sp 10
52 @title Wanderlust User's Manual
53 @subtitle Yet another message interface on Emacsen
54 @subtitle for Wanderlust version @value{VERSION}
55 @author Yuuichi Teranishi
56 @author Fujikazu Okunishi
57 @author Masahiro Murata
58 @author Kenichi Okada
59 @author Kaoru Takahashi
60 @author Bun Mizuhara
61 @author Masayuki Osada
62 @author Katsumi Yamaoka
63 @author Hiroya Murata
64 @author Yoichi Nakayama
65 @page
66
67 @vskip 0pt plus 1filll
68 Copyright @copyright{} 1998, 1999, 2000, 2001 @w{Yuuichi Teranishi},
69 @w{Fujikazu Okunishi}, @w{Masahiro Murata}, @w{Kenichi Okada},
70 @w{Kaoru Takahashi}, @w{Bun Mizuhara}, @w{Masayuki Osada},
71 @w{Katsumi Yamaoka}, @w{Hiroya Murata} and @w{Yoichi Nakayama}.
72
73 This manual is for Wanderlust version @value{VERSION}.
74
75 Permission is granted to make and distribute verbatim copies of this
76 manual provided the copyright notice and this permission notice are
77 preserved on all copies.
78
79 Permission is granted to copy and distribute modified versions of this
80 manual under the conditions for verbatim copying, provided that the
81 entire resulting derived work is distributed under the terms of a
82 permission notice identical to this one.
83
84 Permission is granted to copy and distribute translations of this manual
85 into another language, under the above conditions for modified versions.
86
87 @end titlepage
88
89
90 @ifinfo
91 @node Top, Introduction, (dir), (dir)
92 @top Wanderlust User's Manual
93
94 @flushright
95 Yuuichi Teranishi
96 Fujikazu Okunishi
97 Masahiro Murata
98 Kenichi Okada
99 Kaoru Takahashi
100 Bun Mizuhara
101 Masayuki Osada
102 Katsumi Yamaoka
103 Hiroya Murata
104 Yoichi Nakayama
105 @end flushright
106
107 This manual is for Wanderlust @value{VERSION}.
108
109 @end ifinfo
110
111 @menu
112 * Introduction::             Read this first
113 * Start Me Up::              Invoking Wanderlust
114 * Folders::                  How to specify folders
115 * Folder::                   Selecting and editing folders
116 * Summary::                  Reading and refiling messages
117 * Message::                  Saving and playing MIME multipart entities
118 * Draft::                    Draft buffer, sending mail and news
119 * Disconnected Operations::  Off-Line management
120 * Expire and Archive::       Automatic expiration and archiving of messages
121 * Scoring::                  Score of the messages
122 * Address Book::             Management of Address Book
123 * Customization::            Customizing Wanderlust
124 * Mailing List::             Wanderlust mailing list
125 * Addition::                 Additional Information
126 * Index::                    Key index
127 @end menu
128
129
130 @node Introduction, Start Me Up, Top, Top
131 @chapter Introduction of Wanderlust
132 @cindex Introduction
133
134 Wanderlust is an mail/news management system on Emacsen.
135 It supports IMAP4rev1(RFC2060), NNTP, POP and local message files.
136
137 The main features of Wanderlust:
138
139 @itemize @minus
140 @item Pure elisp implementation.
141 @item Supports IMAP4rev1, NNTP, POP(POP3/APOP), MH and Maildir format.
142 @item Unified access method to messages based on Mew-like Folder Specification.
143 @item Mew-like Key-bind and mark handling.
144 @item Manages unread messages.
145 @item Interactive thread display.
146 @item Folder Mode shows the list of subscribed folders.
147 @item Message Cache, Disconnected Operation (Read Only).
148 @item MH-like FCC. (FCC: %Backup and FCC: $Backup is allowed).
149 @item MIME compliant (by SEMI).
150 @item Transmission of news and mail are unified by Message transmitting draft.
151 @item Graphical list of folders (XEmacs and Emacs 21).
152 @item View a part of message without retrieving the whole message (IMAP4).
153 @item Server-side message look up (IMAP4). Multi-byte characters are allowed.
154 @item Virtual Folders.
155 @item Supports compressed folder using common archiving utilities.
156 @item Old articles in folders are automatically removed/archived (Expiration).
157 @item Automatic re-file.
158 @item Template function makes it convenient to send fixed form messages.
159 @end itemize
160
161
162 @section Environment
163
164 Wanderlust is supposed to run on following Emacsen:
165
166 @itemize @bullet
167 @item Mule 2.3 based on Emacs 19.34
168 @item Emacs 20.2 or later
169 @item XEmacs 20.4 or later
170 @item Meadow 1.00 or later
171 @item NTEmacs 20.4 or later
172 @item PMMule
173 @end itemize
174
175 IMAP4 connectivity with following imapd are confirmed to work with
176 Wanderlust:
177
178 @itemize @bullet
179 @item UW imapd 4.1--4.7, 4.7a, 4.7b, 4.7c, 2000 or later
180 @item Cyrus imapd 1.4, 1.5.19, 1.6.22--1.6.24, 2.0.5 or later
181 @item Courier-IMAP 1.3.2 or later
182 @item AIR MAIL (AIRC imapd release 2.00)
183 @item Express Mail
184 @item Microsoft Exchange Server 5.5
185 @item Sun Internet Mail Server 3.5, 3.5.alpha, 4.0
186 @end itemize
187
188 LDAP connectivity with following LDAPd are confirmed to work with
189 Wanderlust:
190
191 @itemize @bullet
192 @item OpenLDAP 2.0.6 or later
193 @end itemize
194
195
196 @node Start Me Up, Folders, Introduction, Top
197 @chapter Start up Wanderlust
198 @cindex Start up
199
200 The necessary procedure for starting Wanderlust is explained in steps
201 here.
202
203 (Of course, you need a mail/news readable environment in advance)
204
205 @menu
206 * MIME Modules::      Installing the MIME modules
207 * Download::          Download and extract the packages
208 * Install::           Byte-compile and install
209 * Minimal Settings::  @file{.emacs} setup
210 * Folder Definition:: Folder definition
211 * Start Wanderlust::  Starting Wanderlust
212 @end menu
213
214
215 @node MIME Modules, Download, Start Me Up, Start Me Up
216 @section Installing MIME modules
217 @cindex MIME modules
218 @pindex APEL
219 @pindex FLIM
220 @pindex SEMI
221
222 SEMI must be installed to make Wanderlust work correctly.
223
224 SEMI can be downloaded from these sites:
225
226 @example
227 @group
228 SEMI:   ftp://ftp.m17n.org/pub/mule/semi/
229 @end group
230 @end example
231
232 You need packages named APEL and FLIM to use SEMI.
233 You can download APEL and FLIM from following URLs:
234
235 @example
236 @group
237 APEL:   ftp://ftp.m17n.org/pub/mule/apel/
238 FLIM:   ftp://ftp.m17n.org/pub/mule/flim/
239 @end group
240 @end example
241
242 You have to install APEL, FLIM and SEMI in this order.  Generally,
243 @samp{make install} will do the job.  (In XEmacs 21, @samp{make
244 install-package}.)
245
246 Refer to the documents of each package for detailed installation
247 procedure @footnote{If you want to use SEMI on Emacs 19.34. @*
248 @uref{http://www.jpl.org/elips/INSTALL-SEMI-ja.html} (In Japanese)
249 may help you.}.
250
251
252 Recommended combination of APEL, FLIM and SEMI are following:
253
254 @itemize @minus
255 @item APEL 10.3, FLIM 1.14.3 and SEMI 1.14.3
256 @end itemize
257
258 You can also use many other FLIM/SEMI variants. Combination of the
259 latest versions should work.  For example, the following combination are
260 confirmed to work.
261
262 @itemize @minus
263 @item APEL 10.2, Chao 1.14.1, REMI 1.14.2
264 @item APEL 10.2, SLIM 1.14.3, EMY 1.13.9
265 @end itemize
266
267 You have to re-install Wanderlust if you upgraded APEL, FLIM or SEMI.
268
269
270 @node Download, Install, MIME Modules, Start Me Up
271 @section Download and Extract the Package
272 @cindex Download
273
274 You can download Wanderlust package from following sites:
275
276 Original site:
277 @example
278 ftp://ftp.gohome.org/wl/
279 @end example
280
281 Mirrored ftp/http sites:
282
283 @example
284 @group
285 ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.gohome.org/wl/
286 http://www.jpl.org/elips/wl/
287 http://www.ring.gr.jp/archives/text/elisp/wl/
288 ftp://ftp.ring.gr.jp/pub/text/elisp/wl/
289 ftp://opaopa.org/pub/mirror/elisp/wl/
290 @c ftp://roguelife.org/pub/tsumura/wl/
291 @end group
292 @end example
293
294 Extract the obtained package to your working directory:
295
296 @example
297 @group
298 % cd ~/work
299 % tar zxvf wl-@var{version}.tar.gz
300 % cd wl-@var{version}
301 @end group
302 @end example
303
304 @subsection To use SSL (Secure Socket Layer)
305 @cindex SSL
306 @pindex OpenSSL
307 @pindex starttls
308
309 SSL (Secure Socket Layer) can be used for
310 SMTP, IMAP, NNTP and POP connections in Wanderlust.
311
312 There are two ways to use SSL. One is to start SSL negotiation just
313 after the connection establishment (generic way). The other one is to
314 start SSL negotiation by invoking STARTTLS command in the each session.
315
316 To use the formal SSL (generic SSL), you must set @env{PATH} to the
317 directory that OpenSSL commands are installed.
318
319 To use the latter SSL(STARTTLS), you must install starttls package in
320 addition to above.
321 You can download starttls package from the following site.
322
323 @example
324 ftp://opaopa.org/pub/elisp/
325 @end example
326
327 @node Install, Minimal Settings, Download, Start Me Up
328 @section Byte-compile and install
329 @cindex Byte-compile
330 @cindex Compile
331 @cindex Install
332 @cindex Makefile
333 @cindex Make
334
335 @subsection Installation
336
337 Edit @code{LISPDIR} and @code{EMACS} in @file{Makefile}.
338 Set the Emacs's command name to @code{EMACS}.
339 Set package installation directory to @code{LISPDIR}.
340 Then, please execute following commands.
341
342 @example
343 @group
344 % make
345 % make install
346 @end group
347 @end example
348
349 Destination directory is auto-probed if you leave @code{LISPDIR}
350 in @file{Makefile} as is. (That is, leave it as @samp{NONE})
351
352 If you are using an Emacs variant which does not merge specified directory
353 to @code{load-path} (e.g. Mule 2.3 based on Emacs 19.28),
354 then you will see the error message:
355
356 @example
357 Cannot open load file: mime-setup
358 @end example
359
360 @noindent
361 In this case, either add destination directories of custom, APEL, FLIM
362 and SEMI to environmental variable @env{EMACSLOADPATH}, or define
363 @code{load-path} in @file{WL-CFG} in extracted directory.
364
365 If you want to use BBDB, then the necessary modules are byte-compiled
366 and installed when BBDB directory is added to @code{load-path}.
367 @xref{BBDB}.
368
369 @subsection @file{WL-CFG}
370
371 Contents of the file @file{WL-CFG} is loaded under installation if a file
372 with that name exists in extracted directory. You can use @file{WL-CFG} to
373 configure @code{load-path} to extra packages such as SEMI if needed.
374
375 If you want to specify the install directory of Wanderlust related
376 files, then set following variables in @file{WL-CFG}
377
378 @table @code
379 @item WL_PREFIX
380 A directory to install WL modules.
381 This directory is relative directory from @code{LISPDIR}.
382 WL modules include @file{wl*.el}, @file{wl*.elc} files.
383 @c  Modules under the directory @file{util/} are also installed if
384 @c it detected as necessary.
385
386 @item ELMO_PREFIX
387 A directory to install ELMO modules.
388 This directory is relative directory from @code{LISPDIR}.
389 ELMO modules include @file{elmo*.el}, @file{elmo*.elc} files.
390 @c  @file{utf7.el}, @file{utf7.elc} are also included in the ELMO.
391 @end table
392
393 @noindent
394 Default value of @code{WL_PREFIX} and @code{ELMO_PREFIX} are @file{wl}.
395
396 If you want to install ELMO related files under a sub-directory
397 such as "elmo" then add following to @file{WL-CFG}:
398
399 @lisp
400 (setq ELMO_PREFIX "elmo")
401 @end lisp
402
403 @subsection Install as a XEmacs package
404 @cindex XEmacs package
405 @cindex XEmacs package install
406 @cindex Package, XEmacs
407 @cindex Package install, XEmacs
408 @c @cindex install-package
409
410 It is possible to install Wanderlust as one of packages of XEmacs (21.0
411 or later). Configuration for autoload and icon-path in local
412 @file{~/.emacs} files are no longer necessary, if you install Wanderlust
413 as a package.
414
415 Follow the next example to install Wanderlust as an XEmacs package.
416
417 @example
418 @group
419 % vi Makefile
420 % make package
421 % make install-package
422 @end group
423 @end example
424
425 package directory is auto-probed, if SEMI is installed.
426 (you can also specify it with @code{PACKAGEDIR} in @file{Makefile})
427
428 @subsection Run in place
429
430 If wl and elmo directories are defined in @code{load-path}, then
431 byte-compilation and installation are not necessary to start Wanderlust.
432 For example, if package is extracted in @file{~/work}, Wanderlust can be
433 invoked with following setting in @file{~/.emacs}.
434
435 @lisp
436 @group
437 (add-to-list 'load-path "~/work/wl-@var{version}/wl")
438 (add-to-list 'load-path "~/work/wl-@var{version}/elmo")
439 @end group
440 @end lisp
441
442 @subsection Manual
443
444 Manual is described in Info format. Please do following.
445
446 @example
447 @group
448 % make info
449 % make install-info
450 @end group
451 @end example
452
453 If you install Wanderlust as a XEmacs package, Info file is already
454 installed too, so there are no need of these commands.
455
456 Manual directory is automatically detected. Of course, it can be
457 configured by @code{INFODIR} in @file{Makefile}.
458
459 You can read manual at the following URL:
460
461 @example
462 http://www.gohome.org/wl/doc/wl-euc_toc.html
463 @end example
464
465 @node Minimal Settings, Folder Definition, Install, Start Me Up
466 @section Set up .emacs
467 @cindex Minimal Settings
468 @cindex Settings
469 @cindex Configuration
470 @cindex .emacs
471 @cindex .wl
472
473 The Wanderlust package contains two module groups.
474
475 @table @samp
476 @item ELMO (elmo-*.el)
477 These modules show everything as folders. This is the back-end for WL.
478 @item WL (wl-*.el)
479 These modules controls the behavior of main body of Wanderlust.
480 They are also the front-end for ELMO.
481 @end table
482
483 You can customize the  behavior of Wanderlust by changing the value
484 of environmental variables which begins with @code{elmo-} and @code{wl-}.
485
486 The minimal requirement for settings is as the following.
487
488 @lisp
489 @group
490 ;; @r{The setting to use SEMI}
491 (require 'mime-setup)
492
493 ;; @r{autoload configuration}
494 ;; @r{(These are not required if Wanderlust is installed as XEmacs package)}
495 (autoload 'wl "wl" "Wanderlust" t)
496 (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
497
498 ;; @r{Directory where icons are placed.}
499 ;; @r{Default: the peculiar value to the running version of Emacs.}
500 ;; @r{(This is not required if the default value has been set properly)}
501 (setq wl-icon-directory "~/work/wl/etc")
502
503 ;; @r{SMTP server for mail posting. Default: @code{nil}}
504 (setq wl-smtp-posting-server "your.smtp.example.com")
505 ;; @r{NNTP server for news posting. Default: @code{nil}}
506 (setq wl-nntp-posting-server "your.nntp.example.com")
507 @end group
508 @end lisp
509
510 @file{~/.wl} is automatically loaded when Wanderlust starts up (if such a
511 file exists). So it is convenient to gather Wanderlust specific settings
512 in @file{~/.wl}. Settings for "face" must be written in @file{~/.wl},
513 because you can't write them in @file{.emacs}
514 (if you write it to @file{.emacs}, you'll get an error).
515 @xref{Highlights}.
516
517 All above described settings except @samp{(require 'mime-setup)} and autoload
518 configuration can be written in
519 @file{~/.wl}).
520
521 @subsection @code{mail-user-agent}
522 @cindex Default Mailer
523 @cindex Mailer, Default
524 @vindex mail-user-agent
525 @findex compose-mail
526
527 If you write following setting in you @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
530  of Emacsen.
531
532 It is effective only when your Emacs can define @code{mail-user-agent}.
533 @xref{Mail Methods, , ,emacs-ja, The Emacs Editor}.
534
535 @lisp
536 @group
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
542       'wl-user-agent
543       'wl-user-agent-compose
544       'wl-draft-send
545       'wl-draft-kill
546       'mail-send-hook))
547 @end group
548 @end lisp
549
550
551
552 @node Folder Definition, Start Wanderlust, Minimal Settings, Start Me Up
553 @section Folder Definition
554 @cindex Folder Definition
555 @cindex .folders
556
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}.
560
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.
564
565 Format for @file{~/.folders} is very simple. Here is an example:
566
567 @example
568 @group
569 #
570 # @r{Lines begin with @samp{#} are comment.}
571 # @r{Empty lines are ignored}
572 #
573 # @var{folder name}  "@var{folder nickname}"
574 # @r{(nicknames are not necessary)}
575 #
576 %inbox  "Inbox"
577 +trash  "Trash"
578 +draft  "Drafts"
579 %#mh/Backup@@my.imap.example.com "Sent"
580 # Folder Group
581 Emacsen@{
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"
588 @}
589 #
590 # @r{If folder name ends with @samp{/}, that means an `access group',}
591 # @r{all subfolders automatically included in one folder group.}
592 #
593 %#mh/expire@@localhost /
594 # @r{All MH folders are included in one folder group.}
595 + /
596 @end group
597 @end example
598
599 Each line contains one folder you want to read. The definition of
600 folders will be explained in detail in the next section.
601
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.
606
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).
609
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.
612
613 The other one is @dfn{access group} like @samp{+ /} from above example.
614 It makes all the sub-folders in a folder to a group.  (It differs from
615 the type of the folder. For example, @samp{+} followed by @samp{/}
616 makes entire MH sub-directories to one group)
617
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.
621
622 @node Start Wanderlust,  , Folder Definition, Start Me Up
623 @section Start Wanderlust
624 @cindex Start Wanderlust
625
626 If installation and configuration worked well, you can invoke Wanderlust by
627 typing following command in Emacs.
628
629 @example
630 M-x wl
631 @end example
632
633 @noindent
634 After initialization, Folder Mode which shows the list of folders will appear.
635 That means the folders you defined in the @file{~/.folders} are listed
636 If you start Wanderlust with prefix argument like @kbd{C-u M-x wl}, you
637 can skip folder checking.
638
639 Basically, you will handle messages in wanderlust while you come and go
640 from/to each of the following buffers.
641
642 @table @samp
643 @item Folder Buffer
644 You can see the list of folders. You can select some folder and go into the summary
645 of it. You can subscribe new folder or edit subscription list.
646 @item Summary Buffer
647 You can see the list of messages in the folder. You can select message and view its
648 contents, and reply to some message. You can delete ones or move ones to another
649 folder.
650 @item Message Buffer
651 You can see the contents of the message. You can save part to disk or open in external
652 programs.
653 @item Draft Buffer
654 You can edit message.
655 @end table
656
657 Details of each ones are explained later.
658
659
660 @node Folders, Folder, Start Me Up, Top
661 @chapter Wanderlust's folders
662 @cindex Folder Type
663
664 This chapter describes the folder types which Wanderlust is able to handle.
665
666 Wanderlust uses ELMO as it's interface, so every folder types supported
667 by ELMO is usable in Wanderlust.
668
669 As of version @value{VERSION}, 11 types of folders are predefined. These are
670 IMAP, NNTP, LocalDir(MH), Maildir, News Spool, Archive, POP, Multi, Filter,
671 Pipe and Internal folder types.
672
673 @menu
674 * IMAP Folder::                 @samp{%} -- IMAP folder
675 * NNTP Folder::                 @samp{-} -- NNTP folder
676 * MH Folder::                   @samp{+} -- MH folder
677 * Maildir Folder::              @samp{.} -- Maildir folder
678 * News Spool Folder::           @samp{=} -- News spool folder
679 * Archive Folder::              @samp{$} -- Archive folder
680 * POP Folder::                  @samp{&} -- POP folder
681 * Shimbun Folder::              @samp{@@} -- Shimbun Folder
682 * Namazu Folder::               @samp{[} -- Namazu Folder
683 * Multi Folder::                @samp{*} -- Multi folder
684 * Filter Folder::               @samp{/} -- Filter folder
685 * Pipe Folder::                 @samp{|} -- Pipe folder
686 * Internal Folder::             @samp{'} -- Internal folder
687 @end menu
688
689
690 @node IMAP Folder, NNTP Folder, Folders, Folders
691 @section IMAP Folder
692 @cindex @samp{%}
693 @cindex IMAP Folder
694 @cindex Folder, IMAP
695 @cindex RFC 2060
696 @cindex IMAP4rev1
697
698 A folder to access e-mails via IMAP4rev1 protocol (RFC 2060).
699
700 Format:
701
702 @example
703 @group
704 @samp{%} @var{mailbox} [@samp{:} @var{username} [@samp{/} @var{authenticate-type}]][@samp{@@} @var{hostname}][@samp{:} @var{port}][@samp{!}]
705 @end group
706 @end example
707
708 You can specify @code{login} (encoded password transmission),
709 @code{cram-md5} (CRAM-MD5 authentication), @code{digest-md5} (DIGEST-MD5
710 authentication) or @code{clear} (or @code{nil}, plain password
711 transmission) as @var{authenticate-type}.
712
713 default:
714
715 @example
716 @var{username}  -> The value of @code{elmo-imap4-default-user}.
717              Initial setting is @env{USER} environment variable or
718              @env{LOGNAME} environment variable or return value of
719              @code{(user-login-name)}.
720 @var{authenticate-type} -> The value of @code{elmo-imap4-default-authenticate-type}.
721              Initial setting is "auth".
722 @var{hostname}  -> The value of @code{elmo-imap4-default-server}.
723              Initial setting is "localhost".
724 @var{port} -> The value of @code{elmo-imap4-default-port}.
725              Initial setting is 143.
726 @end example
727
728 You can omit the @var{hostname} from folder names if you set
729 @code{elmo-imap4-default-server} as your main IMAP server.
730 For example, you can specify a folder as @samp{foo%imap@@gateway} even
731 if you have to go through a firewall.
732
733 @lisp
734 @group
735 ;; @r{Example: imap4.exaple.org as main IMAP server}
736 (setq elmo-imap4-default-server "imap4.example.org")
737 @end group
738 @end lisp
739
740 SSL (Secure Socket Layer) connection will be used if a folder name ends
741 with @samp{!}. Or, if the value of @code{elmo-imap4-default-stream-type}
742 is @code{ssl}, SSL will be the default connection.  If a folder name
743 ends with @samp{!!}, STARTTLS connection will be established.  If the
744 value of @code{elmo-imap4-default-stream-type} is @code{starttls},
745 STARTTLS will be the default connection.
746
747 @lisp
748 @group
749 ;; @r{Example: Use SSL connection}
750 (setq elmo-imap4-default-stream-type 'ssl)
751 @end group
752 @end lisp
753
754 If you specify @code{login}, @code{cram-md5} or @code{digest-md5} as
755 authentication method, the password is sent in encoded form. But, if
756 your server is unable to receive an encoded password, authentication
757 will fall back to @code{clear} (that is, sending password in raw format)
758 after confirmation to user. If @code{elmo-imap4-force-login} is non-nil,
759 authentication will fall back to @code{clear} without confirmation
760 (default value is @code{nil}).
761
762 @lisp
763 @group
764 ;; @r{Example: password in raw format}
765 (setq elmo-imap4-default-authenticate-type 'clear)
766 @end group
767 @end lisp
768
769 Example:
770
771 @example
772 @group
773 %inbox     -> IMAP mailbox "inbox"
774 %#mh/inbox -> IMAP mailbox "#mh/inbox"
775
776 %inbox:hoge -> IMAP mailbox "inbox" of user "hoge".
777 %inbox:hoge/clear@@server1
778             -> server1's IMAP mailbox "inbox"
779                of user "hoge", with plain password authentication
780                ('clear).
781 @end group
782 @end example
783
784 @subsection International mailbox names (Modified UTF7)
785 @cindex Modified UTF7
786 @cindex UTF7
787 @cindex UTF8
788 @cindex Unicode
789 @pindex Mule-UCS
790 @pindex ucs-conv
791
792 You can use international mailbox names in @var{mailbox} part, if you
793 are using Emacs which can treat unicode and
794 @code{elmo-imap4-use-modified-utf7} is set to non-nil value (default
795 value is @code{nil}).
796
797 Currently, following Emacsen can treat unicode.
798
799 @itemize @bullet
800 @item Emacs 20.3 or later + Mule-UCS
801
802 If you installed Mule-UCS package, Emacs can treat unicode.
803 You can obtain Mule-UCS package from following URL.
804
805 @example
806 ftp://ftp.m17n.org/pub/mule/Mule-UCS/
807 @end example
808
809 @item XEmacs 21.2.13 or later + ucs-conv package
810
811 By default, XEmacs 21 cannot treat unicodes, but if you installed
812 ucs-conv package, it can.
813 You can obtain ucs-conv package from following anonymous CVS.
814
815 @example
816 @group
817 cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root login
818 Password: @var{NULL} (Just enter return key)
819 cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root checkout ucs-conv
820 @end group
821 @end example
822
823 You also need utf7 conversion programs, @command{u7tou8} and
824 @command{u8tou7} to use international mailbox name in the current
825 XEmacs.  These programs are included in the UTF7 package which can be
826 obtained from following URL.
827
828 @example
829 ftp://ftp.ifcss.org/pub/software/unix/convert/utf7.tar.gz
830 @end example
831 @end itemize
832
833
834 @node NNTP Folder, MH Folder, IMAP Folder, Folders
835 @section NNTP Folder
836 @cindex @samp{-}
837 @cindex NNTP Folder
838 @cindex Folder, NNTP
839 @cindex Folder, News
840 @cindex NetNews
841 @cindex News
842 @cindex Newsgroup
843 @cindex RFC 977
844
845 A folder to access USENET news via NNTP protocol (RFC 977).
846 One newsgroup is treated as a folder.
847
848 Format:
849
850 @example
851 @group
852 @samp{-} @var{newsgroup} [[@samp{:} @var{username}][@samp{@@} @var{hostname}][@samp{:} @var{port}]][@samp{!}]
853 @end group
854 @end example
855
856 default:
857 @example
858 @var{hostname}  -> The value of @code{elmo-nntp-default-server}.
859              Initial setting is @samp{localhost}.
860 @var{username}  -> The value of @code{elmo-nntp-default-user}.
861              Initial setting is @code{nil}.
862 @var{port}      -> The value of @code{elmo-nntp-default-port}.
863              Initial setting is 119.
864 @end example
865
866 AUTHINFO is used as authentication method if the @var{username} is
867 non-nil.  SSL will be default method if
868 @code{elmo-nntp-default-stream-type} is non-nil even if the folder name
869 doesn't end with @samp{!}.  If a folder name ends with @samp{!!},
870 STARTTLS connection will be established.  if the value of
871 @code{elmo-nntp-default-stream-type} is @code{starttls}, STARTTLS will
872 be the default connection.
873
874 Example:
875
876 @example
877 @group
878 -fj.rec.tv            -> Newsgroup @samp{fj.rec.tv}.
879 -fj.rec.tv@@newsserver -> Newsgroup @samp{fj.rec.tv} on @samp{newsserver}.
880 @end group
881 @end example
882
883
884 @node MH Folder, Maildir Folder, NNTP Folder, Folders
885 @section MH Folder
886 @cindex @samp{+}
887 @cindex MH Folder
888 @cindex Folder, MH
889 @pindex MH
890
891 A folder to access MH format mail (1 file is 1 mail).
892
893 Format:
894
895 @example
896 @samp{+} @var{directory-name}
897 @end example
898
899 Normally, @var{directory-name} is an relative path to the variable
900 @code{elmo-localdir-folder-path} (default is @file{~/Mail}), but if it
901 starts with @samp{/} or @samp{~}, then it is treated as an absolute path
902 (this is also true for drive-letters).
903
904 Message number is used for the name of the message file.
905
906 Example:
907
908 @example
909 @group
910 +inbox         -> @file{~/Mail/inbox}
911 +from/teranisi -> @file{~/Mail/from/teranisi}
912 +~/test        -> @file{~/test}
913 @end group
914 @end example
915
916
917 @node Maildir Folder, News Spool Folder, MH Folder, Folders
918 @section Maildir Folder
919 @cindex @samp{.}
920 @cindex Maildir Folder
921 @pindex Maildir
922 @pindex qmail
923
924 A folder to access Maildir format (1 file is 1 mail).
925
926 Format:
927
928 @example
929 @samp{.} [@var{directory-name}]
930 @end example
931
932 Normally, @var{directory-name} is a relative path to the variable
933 @code{elmo-maildir-folder-path} (default is @file{~/Maildir}), but if it
934 starts with @samp{/} or @samp{~}, then it is treated as an absolute path
935 (this is also true for drive-letters).
936
937 Maildir contains @file{cur}, @file{new} and @file{tmp} subdirectories.
938 Messages are contained in the @file{cur} directory.  All message files
939 in the @file{new} directory are moved to @file{cur} directory when you
940 access the folder. All message files contained in the @file{tmp}
941 directory and not accessed for 36 hours are deleted.
942
943 This behavior conforms to the @uref{http://cr.yp.to/proto/maildir.html}.
944
945 Example:
946
947 @example
948 @group
949 .              -> @file{~/Maildir}
950 .inbox         -> @file{~/Maildir/inbox}
951 .from/teranisi -> @file{~/Maildir/from/teranisi}
952 .~/test        -> @file{~/test}
953 @end group
954 @end example
955
956
957 @node News Spool Folder, Archive Folder, Maildir Folder, Folders
958 @section News Spool Folder
959 @cindex @samp{=}
960 @cindex News spool Folder
961 @pindex gnspool
962
963 This folder handles locally saved news articles which are proposed by
964 Mew/IM.  You can also read articles directly from a spool-file which is
965 retrieved by an utility like @command{gnspool}.
966
967 Format:
968
969 @example
970 @samp{=} @var{directory-name}
971 @end example
972
973 @var{directory-name} is a sub-directory to the directory defined by
974 variable @code{elmo-localnews-folder-path} (default is @file{~/News})
975 You can use @samp{.} as directory delimiter as well as @samp{/}.
976
977 Example:
978
979 @example
980 @group
981 =fj/os/os2         -> @file{~/News/fj/os/os2}
982 =fj.os.bsd.freebsd -> @file{~/News/fj/os/bsd/freebsd}
983 @end group
984 @end example
985
986
987 @node Archive Folder, POP Folder, News Spool Folder, Folders
988 @section Archive Folder
989 @cindex @samp{$}
990 @cindex Archive Folder
991 @c @pindex ange-ftp
992
993 This method can handle archive files, which are compressed by utilities
994 such as Info-ZIP or LHA, as one folder.
995
996 Format:
997
998 @example
999 @group
1000 @samp{$} @var{path-name} [@samp{;} @var{archiver-type} @samp{;} @var{prefix}]
1001 @end group
1002 @end example
1003
1004 @var{path-name} is the relative path from
1005 @code{elmo-archive-folder-path} (initial setting is @file{~/Mail}).  If
1006 @var{path-name} begins with @samp{/} or @samp{~} or `drive-letter of
1007 DOS', @var{path-name} is treated as absolute path.  ange-ftp format is
1008 also permitted under the environment of ange-ftp, efs.
1009
1010 The actual file name of the archive folder is
1011 @code{elmo-archive-basename} (Initial setting is @file{elmo-archive})
1012 under the @var{path-name}. If a file named @var{path-name} exists, it is
1013 treated as folder. The suffix is automatically decided for
1014 @var{archiver-type}.
1015
1016 If @var{archiver-type} is omitted, @code{elmo-archive-default-type}
1017 (Initial setting is @code{zip}) is referred.
1018
1019 @var{prefix} specifies the internal directory structure of the archive.
1020 For example, if the ML server is fml, @file{msend.tar.gz} has a
1021 structure like @file{spool/1}, so you have to specify @samp{spool} as
1022 @var{prefix}.
1023
1024 Example:
1025
1026 @example
1027 @group
1028 $teranisi         -> @file{~/Mail/teranisi/elmo-archive.zip}
1029 $bsd/freebsd;lha  -> @file{~/Mail/bsd/freebsd/elmo-archive.lzh}
1030 $/foo@@server:~/bar;zoo     -> @file{~/bar/elmo-archive.zoo} on ftp server
1031 $d:/msend.tar.gz;tgz;spool -> @file{d:/msend.tar.gz}
1032 @end group
1033 @end example
1034
1035 @menu
1036 * Archiver::     Supported Archivers
1037 * Archive Tips:: TIPS
1038 * Archive Vars:: Customization
1039 @end menu
1040
1041
1042 @node Archiver, Archive Tips, Archive Folder, Archive Folder
1043 @subsection Supported Archives
1044 @cindex Archiver
1045 @pindex LHA
1046 @pindex Info-ZIP
1047 @pindex UNZIP
1048 @pindex ZOO
1049 @pindex RAR
1050 @pindex TAR
1051 @pindex GNU TAR
1052
1053 By default, following archives are supported.
1054
1055 @example
1056 @group
1057         LHA, Info-ZIP/UNZIP, ZOO, RAR  ;; full-access
1058         GNU TAR('tgz, 'tar)            ;; read-only
1059 @end group
1060 @end example
1061
1062 If your archiver can include multiple files in one archive, you have a
1063 possibility use it as an archiver of Wanderlust (ARJ/UNARJ, ARC is one
1064 of the candidate. TAR is supported read-only because it cannot delete
1065 file in the archive (@code{mv})).
1066
1067 @command{gzip}, @command{bzip}, @command{bzip2} cannot be used as an
1068 archiver of Wanderlust because they cannot include multiple
1069 files. Archivers that cannot extract files to standard output are also
1070 not supported.
1071
1072 @subsection OS specific information about archiver.
1073
1074 Behaviors of the following archivers are confirmed by further experiences.
1075 (@samp{*} mark means recommended archiver).
1076
1077 @example
1078 [OS/2]  Warp4.0J(w/o VoiceType)+Fx00505/emx0.9c(fix04)/PMMule,EmacsPM
1079          LHA  OS/2 version Rel.2.06b    Feb 18, 1998
1080         *UnZip 5.32 of 3 November 1997, by Info-ZIP.
1081         *Zip 2.2 (November 3rd 1997).
1082          Zoo archiver, zoo 2.1 $@asis{}Date: 91/07/09 02:10:34 $
1083          GNU tar version 1.10 - AK 2.58 (DBCS/SJIS) 981216(homy) version
1084          gzip 1.2.4 (18 Aug 93) + bzip2 patch(by Iida-san)
1085
1086 [UN|X]  FreeBSD 2.2.7-RELEASE, Linux 2.0.30, Solaris2.6, HP-UX 9.07
1087          LHa for UNIX  V 1.14c
1088          UnZip 5.32 of 3 November 1997
1089          Zip 2.2 (November 3rd 1997)
1090          GNU tar 1.12 (1.11.x is no good)
1091          gzip 1.2.4 (18 Aug 93)
1092
1093 [Win32] Win.98/Meadow
1094          Lha32 version 1.28
1095          Zip 2.2
1096          UnZip 5.40
1097          GNU tar 1.11.8 + 1.5(WIN32)
1098          GZIP 1.2.4
1099          RAR 2.06
1100 @end example
1101
1102 * Caution about LHA
1103
1104 If you are an OS/2 user, Peter Fitzsimmons's LH/2 is not supported.
1105 Hiramatsu version of LHA is only supported.
1106 In Win32, LHa32 is only supported (DOS version is no good).
1107
1108 * Caution about GNU tar
1109
1110 You have to take care about GNU tar's version because many version has
1111 problem on deleting file from archive.
1112
1113 Please test @option{--delete} @option{-f} options work. Otherwise, your
1114 archive will be destroyed. No problem is reported on above versions of
1115 GNU tar.
1116
1117
1118 @node Archive Tips, Archive Vars, Archiver, Archive Folder
1119 @subsection TIPS
1120 @cindex Archive Tips
1121
1122 For comfortable migration, usage of @code{wl-summary-archive}
1123 (@pxref{Archive}) or Expire (@pxref{Expire}) is recommended.  To treat
1124 archive folders created by expiration, you must set non-nil value to
1125 @code{elmo-archive-treat-file}.
1126
1127 On the OS/2, there is a great difference between Mule2.3(19.28) and Emacs20.2
1128 in processing speed. For comfortable use, Emacs20 is recommended.
1129 (If re-search's performance is the problem, 19.3x or later may be okay.)
1130
1131 If many files are included in one archive,
1132 it takes long time to access the archive folder because
1133 archiver starting overhead is increased (especially LHA).
1134 150-200 messages in one archive is recommended.
1135
1136 Of course, following is possible @t{:-)}
1137 (meanings of these variables are described later.)
1138
1139 @lisp
1140 @group
1141 (setq wl-fcc "$backup")
1142 (setq wl-trash-folder "$trash;lha")
1143 @end group
1144 @end lisp
1145
1146 @node Archive Vars,  , Archive Tips, Archive Folder
1147 @subsection Variables About Archive Folder
1148 @cindex Archive variables
1149
1150 @table @code
1151 @item elmo-archive-default-type
1152 @vindex elmo-archive-default-type
1153 The initial setting is @code{zip}.
1154 Set archiver type by symbol.
1155
1156 @item elmo-archive-@var{type}-method-alist
1157 @vindex elmo-archive-TYPE-method-alist
1158 Define archiver @var{type}'s methods.
1159 (@var{type} is @samp{lha}, @samp{zip}, @samp{zoo}, @samp{tgz} etc)
1160 Each element of the alist is following.
1161
1162 @example
1163 @group
1164 (@var{action} . (@var{exec-name} @var{options}))   ;; external program and its option.
1165 (@var{action} . @var{function})              ;; function
1166 @end group
1167 @end example
1168
1169 Currently available actions are following.
1170
1171 @example
1172 @group
1173 'ls, 'cat ('cat-headers)        ;; Minimal setting(read-only)
1174 'mv ('mv-pipe), 'rm ('rm-pipe)  ;; full-access (with above)
1175 'cp ('cp-pipe)                  ;;
1176 @end group
1177 @end example
1178
1179 @noindent
1180 In above actions,
1181 actions enclosed with braces are optional (They are used for better
1182 performance).
1183
1184 @item elmo-archive-suffix-alist
1185 @vindex elmo-archive-suffix-alist
1186 An alist of archiver-type (symbol) and suffix.
1187
1188 @item elmo-archive-file-regexp-alist
1189 @vindex elmo-archive-file-regexp-alist
1190 An alist of a regexp to get file number from list output of archiver
1191 and archiver-type (symbol).
1192
1193 @item elmo-archive-method-list
1194 @vindex elmo-archive-method-list
1195 A list of elmo-archive-@var{type}-method-alist
1196 (@var{type} is a symbol of archiver-type).
1197
1198 @item elmo-archive-lha-dos-compatible
1199 @vindex elmo-archive-lha-dos-compatible
1200 The initial setting is @code{t} on OS/2 and Win32.  If non-nil, LHA is
1201 DOS (Mr. Yoshizaki original) compatible.
1202
1203 @item elmo-archive-cmdstr-max-length
1204 @vindex elmo-archive-cmdstr-max-length
1205 The initial setting is 8000.
1206
1207 Max length of command line argument for external archiver program.
1208 Emacs does not have a limit of command line byte length, but some OS
1209 (e.x OS/2) have. It depends on the OS. Archive folder is affected by
1210 this limit because it calls external archiver program directly (not
1211 called via shell).  For example, you cannot delete messages if archiver
1212 program must receive larger bytes of arguments to delete.  OS/2 have a
1213 command line argument limit of 8190 bytes, so we defined default as 8000
1214 with some margin.
1215
1216 However, you don't have an influence of command line argument limit
1217 if the archiver has `actions' to receive target file information from
1218 standard input (@code{rm-pipe}, @code{mv-pipe}, @code{cat-headers} action).
1219 @end table
1220
1221
1222 @node POP Folder, Shimbun Folder, Archive Folder, Folders
1223 @section POP Folder
1224 @cindex @samp{&}
1225 @cindex POP Folder
1226 @cindex RFC 1939
1227 @cindex POP3
1228 @cindex APOP
1229
1230 A folder to access e-mails via POP3 protocol (RFC 1939).
1231
1232 Format:
1233
1234 @example
1235 @group
1236 @samp{&} [@var{username}][[@samp{/} @var{authenticate-type}][@samp{@@} @var{hostname}][@samp{:} @var{port}]][@samp{!}]
1237 @end group
1238 @end example
1239
1240 You can specify
1241 @samp{user}  (plain password transmission) or @samp{apop}  (APOP authentication)
1242 as @var{authenticate-type}.
1243
1244 default:
1245 @example
1246 @var{username}   -> The value of @code{elmo-pop3-default-user}.
1247               Initial setting is @env{USER} environment variable or
1248              @env{LOGNAME} environment variable or return value of
1249              @code{(user-login-name)}.
1250 @var{authenticate-type} -> The value of @code{elmo-pop3-default-authenticate-type}.
1251               Initial setting is @samp{user}.
1252 @var{hostname}   -> The value of @code{elmo-pop3-default-server}.
1253               Initial setting is @samp{localhost}.
1254 @var{port}       -> The value of @code{elmo-pop3-default-port}.
1255               Initial setting is 110.
1256 @end example
1257
1258 Example:
1259
1260 @example
1261 @group
1262 &hoge@@localhost     -> access localhost as user @samp{hoge}.
1263 &hoge@@popserver:109 -> access the server "popserver" on port 109
1264                         as user @samp{hoge}.
1265 @end group
1266 @end example
1267
1268 To use apop as an @var{authenticate-type}, @file{md5.el} is needed
1269 (XEmacs doesn't need @file{md5.el}).  @file{md5.el} is included in
1270 @file{utils/sasl/lisp/} or Emacs/W3 package
1271 (@uref{http://www.cs.indiana.edu/elisp/w3/docs.html}) or LCD archive
1272 (GPL2).
1273
1274 If the last character of the folder name is @samp{!}, Wanderlust
1275 connects to the POP server via SSL (Secure Socket Layer).  If you set
1276 non-nil value to @code{elmo-pop3-default-stream-type}, you don't have to put
1277 @samp{!} in the end of the folder name to use SSL. If a folder name ends
1278 with @samp{!!}, STARTTLS connection will be established.  if the value
1279 of @code{elmo-pop3-default-stream-type} is @code{starttls}, STARTTLS will be the
1280 default connection.
1281
1282
1283 @node Shimbun Folder, Namazu Folder, POP Folder, Folders
1284 @section Shimbun Folder
1285 @cindex @samp{@@}
1286 @cindex Shimbun Folder
1287 @cindex Folder, Shimbun
1288 @cindex Folder, Web
1289 @pindex w3m
1290 @pindex emacs-w3m
1291
1292 A folder for watching "shimbun" (means "newspaper" in Japanese),
1293 news site and mailing list archives on WWW by using emacs-w3m
1294 (@uref{http://emacs-w3m.namazu.org/}).
1295
1296 You should possess w3m and emacs-w3m to use this.
1297
1298 Format:
1299
1300 @example
1301 @group
1302 @samp{@@} @var{module-name} @samp{.} @var{folder-name}
1303 @end group
1304 @end example
1305
1306 Admissible values of @var{module-name} and @var{folder-name} are
1307 described in @file{README.shimbun.ja} distributed with emacs-w3m.
1308
1309 Example:
1310
1311 @example
1312 @group
1313 @@airs.wl  -> archive of wanderlust ML (using module @file{sb-airs.el})
1314 @@asahi/   -> access group of all folders in module @file{sb-asahi.el}
1315 @end group
1316 @end example
1317
1318
1319 @node Namazu Folder, Multi Folder, Shimbun Folder, Folders
1320 @section Namazu Folder
1321 @cindex @samp{[}
1322 @cindex Namazu Folder
1323 @cindex Folder, Namazu
1324 @cindex Folder, Text Search
1325 @pindex Namazu
1326 @pindex nmz
1327 A folder to access messages found in namazu-index with some condition.
1328 It uses namazu (@uref{http://www.namazu.org/}) for search.
1329
1330 Format:
1331
1332 @example
1333 @group
1334 @samp{[} @var{search condition} @samp{]} [ @var{absolute path of namazu index} ]
1335 @end group
1336 @end example
1337
1338 Default value of the path of namazu index can be assigned by @code{elmo-nmz-default-index-path}.
1339
1340 Example:
1341
1342 @example
1343 @group
1344 [wanderlust]           -> search messages matched with
1345                        "wanderlust" from the default index
1346 [semi flim]~/Mail/semi -> search "semi flim" from the index
1347                        in the directory "~/Mail/semi"
1348 @end group
1349 @end example
1350
1351 @subsection TIPS
1352
1353 @subsubsection Enter space to separate keywords
1354
1355 If you want to use space in folder entry, @kbd{C-q @key{SPC}} will help you.
1356
1357 @subsubsection Alias name for index
1358
1359 You can define an alias name for index.
1360
1361 Example:
1362
1363 @example
1364 (setq elmo-nmz-index-alias-alist
1365       '(("cache" . "~/.elmo/cache")
1366         ("docs" . "~/documents")))
1367 @end example
1368
1369 Above definition defines two index aliases.
1370 You can specify
1371
1372 @example
1373 [wanderlust]cache
1374 @end example
1375
1376 to execute a namazu search with keyword @samp{wanderlust} using a index in the 
1377 directory @file{~/.elmo/cache}.
1378
1379 @subsubsection Multiple indices
1380
1381 You can specify a list for @code{elmo-nmz-default-index-path} and
1382 @code{elmo-nmz-index-alias-alist}.
1383 When list is specified, all index contained in the list is used as the 
1384 namazu indices.
1385
1386 Example:
1387
1388 @example
1389 (setq elmo-nmz-index-alias-alist
1390       '(("all" . ("~/.elmo/cache" "~/documents"))
1391         ("cache" . "~/.elmo/cache")))
1392 @end example
1393
1394 Using above alias setting, you can specify
1395
1396 @example
1397 [wanderlust]all
1398 @end example
1399
1400 to execute a namazu search with keyword @samp{wanderlust} using indices in the 
1401 directory @file{~/.elmo/cache} and @file{~/documents}.
1402
1403 @node Multi Folder, Filter Folder, Namazu Folder, Folders
1404 @section Multi Folder
1405 @cindex @samp{*}
1406 @cindex Multi Folder
1407 @cindex Folder, Multiple
1408 @cindex Folder, Marge
1409
1410 A folder to access virtual folder which collects messages from
1411 multiple folders.
1412
1413 Format:
1414
1415 @example
1416 @group
1417 @samp{*} @var{folder-1} [@samp{,} @var{folder-2}] @dots{} [@samp{,} @var{folder-N}]
1418 @end group
1419 @end example
1420
1421 After @samp{*} character, specify multiple folders you want to collect
1422 separated by @samp{,} like
1423 @samp{@var{folder-1},@var{folder-2},@dots{},@var{folder-N}}.
1424
1425 Example:
1426
1427 @example
1428 @group
1429 *-fj.editor.xemacs,-fj.editor.mule,-fj.editor.emacs
1430 -> -fj.editor.xemacs, -fj.editor.mule and -fj.editor.emacs are
1431    treated as one folder.
1432
1433 *+inbox,-fj.rec.tv,%inbox
1434 -> +inbox, -fj.rec.tv and %inbox are treated as one folder.
1435 @end group
1436 @end example
1437
1438
1439 @node Filter Folder, Pipe Folder, Multi Folder, Folders
1440 @section Filter Folder
1441 @cindex @samp{/}
1442 @cindex Filter Folder
1443 @cindex Folder, Filtering
1444 @cindex Folder, Virtual
1445 @cindex Folder, Conditional
1446
1447 A folder to access virtual folder which collects all messages that
1448 satisfy a condition.
1449
1450 Format:
1451
1452 @example
1453 @samp{/} @var{condition} @samp{/} @var{target-folder}
1454 @end example
1455
1456 In the @var{condition} part, you can specify following.
1457
1458 @enumerate
1459 @item
1460 Partial filter: @samp{first:@var{number}}, @samp{last:@var{number}}
1461
1462 first: @var{number} messages are picked from top of folder.
1463 last:  @var{number} messages are picked from bottom of folder.
1464
1465 Example:
1466
1467 @example
1468 @group
1469 /last:10/-fj.os.linux -> Latest 10 messages from -fj.os.linux are picked.
1470 /first:20/%inbox      -> First 20 messages from %inbox are picked.
1471 @end group
1472 @end example
1473
1474 @item
1475 Date filter: @samp{since:@var{date}}, @samp{before:@var{date}}
1476
1477 since: only messages arrived since @var{date} are picked.
1478 before: only messages arrived before @var{date} are picked.
1479
1480 You can specify following as @var{date}.
1481
1482 @example
1483 @group
1484 yesterday ->  a day before today.
1485 lastweek  ->  same day of last week.
1486 lastmonth ->  same day of last month.
1487 lastyear  ->  same day of last year.
1488 @var{number}daysago -> @var{number} days ago. (e.x. '3daysago')
1489 @var{day}-@var{month}-@var{year} -> specify date directly (ex. 1-Nov-1998)
1490 @end group
1491 @end example
1492
1493 Example:
1494
1495 @example
1496 @group
1497 /since:3daysago/+inbox -> messages arrived since 3 days ago in +inbox
1498                           are picked.
1499 /before:yesterday/+inbox -> messages arrived before yesterday in +inbox
1500                           are picked.
1501 @end group
1502 @end example
1503
1504 @item
1505 Field filter: @samp{@var{field}:@var{value}}
1506
1507 All messages that have @var{field} and its value is @var{value} are picked.
1508 @var{field} and @var{value} are case insensitive.
1509
1510 Example:
1511
1512 @example
1513 @group
1514 /from:teranisi/+inbox -> In +inbox, messages which have From: field
1515                          and its value includes "teranisi" string are picked.
1516 /body:foo/%inbox      -> In %inbox, messages which have "foo" text
1517                          are picked.
1518 @end group
1519 @end example
1520
1521 @item
1522 Compound condition
1523
1524 If you combine conditions by character @samp{|}, it is considered as OR condition. @samp{&} is considered as AND condition, likewise.
1525 Condition can be grouped by parentheses (@samp{(}, and @samp{)}).
1526
1527 @samp{/tocc:xxxx/} is an abbreviation of @samp{/to:xxxx|cc:xxxx/}.
1528 @samp{/!tocc:xxxx/} is an abbreviation of @samp{/!to:xxxx&!cc:xxxx/}.
1529
1530 Example:
1531
1532 @example
1533 @group
1534 /from:teranisi&!to:teranisi/+inbox
1535                       -> In +inbox, messages are picked if the message's
1536                          From: field includes "teranisi" and
1537                          To: field doesn't include "teranisi".
1538
1539 /tocc:"Yuuichi Teranishi"/+inbox
1540                       -> In +inbox, messages are picked if the
1541                          message's To: field or Cc: field includes
1542                          "Yuuichi Teranishi".
1543
1544 /(from:yt|from:teranisi)&subject:report/+inbox
1545                       -> In +inbox, messages are picked if the message's
1546                          From: field includes "yt" or "teranisi", and
1547                         Subject includes "report".
1548 @end group
1549 @end example
1550 @end enumerate
1551
1552 @noindent
1553 Tip for string description:
1554
1555 Space character, @samp{"}, @samp{/},@samp{)},@samp{|} and @samp{&}
1556 should be enclosed with @samp{"} in @var{value} string.  (@samp{"}
1557 should be escaped with @samp{\} in it).  You can enclose the string with
1558 @samp{"} even it does not contain these characters.
1559
1560 @noindent
1561 Advanced example:
1562
1563 @example
1564 *%inbox,/from:teranisi/%inbox@@server
1565        -> Messages in %inbox or
1566           message is in the %inbox@@server folder and it's From field
1567           includes "teranisi" are collected.
1568
1569 /last:100//to:teranisi/*+inbox,%inbox
1570        -> Latest 100 messages which is in the +inbox or %inbox folder
1571           and To: field matches "teranisi".
1572
1573 /from:hogehoge//last:20//tocc:teranisi/%#mh/inbox@@localhost
1574        -> Pick messages which have From: field and it includes "hogehoge"
1575           from latest 20 messages in the %#mh/inbox@@localhost
1576           and To: or Cc: field includes "teranisi".
1577 @end example
1578
1579 @node Pipe Folder, Internal Folder, Filter Folder, Folders
1580 @section Pipe Folder
1581 @cindex @samp{|}
1582 @cindex Pipe Folder
1583 @cindex Get Message
1584 @cindex Download Message
1585 @cindex Incorporate Message
1586
1587 In the pipe folder, messages are automatically transferred from the source
1588 folder to destination folder.
1589
1590 Format:
1591
1592 @example
1593 @samp{|} @var{source-folder} @samp{|} @var{destination-folder}
1594 @end example
1595
1596 When you access the pipe folder, messages are automatically transferred
1597 from @var{source-folder} to @var{destination-folder}.
1598 It is convenient if you want to download messages to local disk via POP.
1599 For example, if you specify following
1600
1601 @example
1602 |&username@@popserver|+inbox
1603 @end example
1604
1605 @noindent
1606 and access it, messages are downloaded automatically from
1607 @samp{&username@@popserver} to @samp{+inbox}.
1608
1609 On the other hand, if you put @samp{|:} instead of second @samp{|},
1610 then messages are copied to the destination folder (not deleted from
1611 source-folder). At the next time you access that folder, only new
1612 messages will be copied.
1613
1614 @example
1615 @samp{|} @var{source-folder} @samp{|:} @var{destination-folder}
1616 @end example
1617
1618 If you want to copy messages from POP server and view them, specify the
1619 folder as follows:
1620
1621 @example
1622 |&username@@popserver|:+inbox
1623 @end example
1624
1625 where messages will be kept on the server.
1626
1627 Example:
1628
1629 @example
1630 @group
1631 |%inbox|%myinbox   -> Download %inbox to %myinbox.
1632 |*&user@@popserver1,&user@@popserver2|+inbox
1633          -> Download from &user@@popserver1 and &user@@popserver2 to +inbox.
1634 |-gnu.emacs.sources|:+sources
1635          -> Copy messages from -gnu.emacs.sources to +sources.
1636 @end group
1637 @end example
1638
1639 After messages are moved, a hook @code{elmo-pipe-drained-hook} is called.
1640
1641 @node Internal Folder,  , Pipe Folder, Folders
1642 @section Internal folder
1643 @cindex @samp{'}
1644 @cindex Internal Folder
1645 @cindex Folder, @samp{$} mark
1646 @cindex Cache
1647 @c @cindex Folder, Null
1648
1649 A folder to access internal messages of Wanderlust.
1650
1651 Format:
1652
1653 @example
1654 @group
1655 'mark
1656 'sendlog
1657 'cache/00 - 1F
1658 @end group
1659 @end example
1660
1661 A folder named @samp{'mark} is a special virtual folder which collects
1662 messages which have important mark @samp{$}.
1663
1664 You can review important messages at once after you put important marks
1665 on the messages in the different folders.
1666
1667 In this folder, if you delete message, important mark @samp{$} put on
1668 the message is removed.  If you append messages to this folder, the
1669 message will have @samp{$} mark.
1670
1671 (Can't remove important mark @samp{$} on IMAP server from @samp{'mark}
1672 folder.  If you want IMAP folder's message remove from @samp{'mark}
1673 folder, remove important mark at IMAP Folder.)
1674
1675
1676 A folder named @samp{'sendlog} is a virtual folder which collects
1677 cached messages which are recoded on @file{~/.elmo/sendlog}.
1678 It might be useful when you forgot to add cc for yourself.
1679 To use this, you should set @code{wl-draft-use-cache} to non-nil
1680 so that sent messages are cached.
1681
1682
1683 You can access cached messages fetched via network by accessing
1684 folders named @samp{'cache/00} - @samp{'cache/1F}. 00 - 1F are
1685 the name of the subdirectories of the cache directory
1686 (@file{~/.elmo/cache}).
1687
1688
1689 @node Folder, Summary, Folders, Top
1690 @chapter Folder mode
1691 @cindex Folder
1692
1693 After you start Wanderlust, folder mode is appeared firstly.
1694 It contains folder list you subscribed.
1695 You can select and edit folders in this mode.
1696
1697 @menu
1698 * Selecting Folder:: Select folder you want to read
1699 * Folder Manager::   Editing folders
1700 @end menu
1701
1702
1703 @node Selecting Folder, Folder Manager, Folder, Folder
1704 @section Selecting Folder
1705 @cindex Selecting Folder
1706
1707 @subsection Usage (TIPS)
1708
1709 @subsubsection Check new, unread number
1710
1711 Folder mode looks like this.
1712 (In XEmacs, it looks much nicer @t{;-)})
1713
1714 @example
1715 @group
1716 [-]Desktop:14186/35580/67263
1717    Inbox:3/10/10
1718    Trash:2/7/10
1719    Drafts:0/0/3
1720    Sent:0/9/348
1721    [-]Emacsen:0/34/4837
1722      Wanderlust ML:0/0/558
1723      ELIPS ML:0/0/626
1724      tm:0/0/821
1725      XEmacs Beta:0/29/255
1726      Mew:0/0/998
1727      Mule-Win32:0/0/1491
1728      fj's Emacsen:0/5/88
1729 @end group
1730 @end example
1731
1732
1733 Each line means:
1734
1735 @example
1736 @var{folder-name}:@var{new-number}/@var{unread-number}/@var{all-number}
1737 @end example
1738
1739 @noindent
1740 @kbd{s} key on the folder line updates these numbers.
1741 It changes its color if it has many new messages.
1742
1743 The whole folder mode is a folder group named @samp{Desktop}.
1744 Folder group open/close by return key.
1745 A operation to a folder group is treated as operations on the
1746 children folders.
1747 For example, when you type @kbd{s} on @samp{[-]Emacsen},
1748 six children folders update its unread number status.
1749
1750 @subsubsection Select Folder
1751
1752 To enter summary mode of the folder, type return (or space) key on
1753 the folder line.
1754 If the variable @code{wl-stay-folder-window} has non-nil value,
1755 summary window appears on the right of the folder mode window.
1756
1757 @subsection Key bindings
1758
1759 Folder mode's key binding (related to selecting folders) is following.
1760
1761 @table @kbd
1762 @item @key{SPC}
1763 @itemx @key{RET}
1764 @kindex @key{SPC} (Folder)
1765 @kindex @key{RET} (Folder)
1766 @findex wl-folder-jump-to-current-entity
1767 Enter to the summary mode of the folder at the current cursor point.
1768 If the cursor is on the top of folder group line,
1769 the folder group is opened or closed.
1770 When the cursor is on the access group and this command is called
1771 with prefix argument, folder children list is updated to the newest one.
1772 (Children list is updated recursively if the access folder has hierarchical
1773 structure.)
1774 (@code{wl-folder-jump-to-current-entity})
1775
1776 @item M-@key{RET}
1777 @kindex M-@key{RET} (Folder)
1778 @findex wl-folder-update-recursive-current-entity
1779 Folder children list of the access group at the current cursor point
1780 is updated to the newest one.
1781 (Children list is updated recursively if the access folder has hierarchical
1782 structure.)
1783 (@code{wl-folder-update-recursive-current-entity})
1784
1785 @item w
1786 @kindex w (Folder)
1787 @findex wl-draft
1788 Create a new draft message.
1789 (@code{wl-draft})
1790
1791 @item W
1792 @kindex W (Folder)
1793 @findex wl-folder-write-current-folder
1794 If the current cursor point is on the NNTP folder, create a new draft
1795 message which already has @samp{Newsgroups:} field.  If the current
1796 cursor point is on the folder for mailing list (refile destination),
1797 create a new draft message which already has @samp{To:} field with
1798 guessed mailing list address (If @code{wl-subscribed-mailing-list} is
1799 valid list).
1800 (@code{wl-folder-write-current-folder})
1801
1802 @item C-c C-o
1803 @kindex C-c C-o (Folder)
1804 @findex wl-jump-to-draft-buffer
1805 Move to the draft buffer if available.  If multiple draft buffer exists,
1806 moved to one after another.  If prefix argument is specified, load draft
1807 folder's message to the draft buffer and jump to it.
1808 (@code{wl-jump-to-draft-buffer})
1809
1810 @item s
1811 @kindex s (Folder)
1812 @findex wl-folder-check-current-entity
1813 Update new and unread number information of the folder at the current
1814 cursor point.
1815 (@code{wl-folder-check-current-entity})
1816
1817 @item S
1818 @kindex S (Folder)
1819 @findex wl-folder-sync-current-entity
1820 Update summary information of the folder at the current cursor point.
1821 (@code{wl-folder-sync-current-entity})
1822
1823 @item r s
1824 @kindex r s (Folder)
1825 @findex wl-folder-check-region
1826 Update new and unread number information of the folders in the currently
1827 selected region.
1828 (@code{wl-folder-check-region})
1829
1830 @item r S
1831 @kindex r S (Folder)
1832 @findex wl-folder-sync-region
1833 Update summary information of the folders in the currently selected region.
1834 (@code{wl-folder-sync-region})
1835
1836 @item Z
1837 @kindex Z (Folder)
1838 @findex wl-status-update
1839 Sync up address book status with @file{~/.addresses}'s content.
1840 (@code{wl-status-update})
1841
1842 @item P
1843 @kindex P (Folder)
1844 @findex wl-folder-prev-unread
1845 Jump cursor to the folder which have unread messages on the upward from
1846 current cursor point.
1847 (@code{wl-folder-prev-unread})
1848
1849 @item N
1850 @kindex N (Folder)
1851 Jump cursor to the folder which have unread messages on the downward
1852 from current cursor point.
1853 (@code{wl-folder-next-unread})
1854
1855 @item p
1856 @kindex p (Folder)
1857 Move cursor to the folder on the previous line.
1858 (@code{wl-folder-prev-entity})
1859
1860 @item n
1861 @kindex n (Folder)
1862 Move cursor to the folder on the next line.
1863 (@code{wl-folder-next-entity})
1864
1865 @item J
1866 @kindex J (Folder)
1867 Jump to the folder specified by the user input.
1868 (@code{wl-folder-jump-folder})
1869
1870 @item I
1871 @kindex I (Folder)
1872 @findex wl-folder-prefetch-current-entity
1873 Prefetch new messages of the folder at the current cursor point by
1874 @code{wl-summary-incorporate}.
1875 If the cursor is on the folder group, it is executed recursively.
1876 (@code{wl-folder-prefetch-current-entity})
1877
1878 @item c
1879 @kindex c (Folder)
1880 @findex wl-folder-mark-as-read-all-current-entity
1881 Mark all unread messages of the folder at the current cursor point as read.
1882 If the cursor is on the folder group, it is executed recursively.
1883 (@code{wl-folder-mark-as-read-all-current-entity})
1884
1885 @item f
1886 @kindex f (Folder)
1887 @findex wl-folder-goto-first-unread-folder
1888 Enter summary mode of the first unread folder.
1889 (@code{wl-folder-goto-first-unread-folder})
1890
1891 @item E
1892 @kindex E (Folder)
1893 @findex wl-folder-empty-trash
1894 Empty trash.
1895 (@code{wl-folder-empty-trash})
1896
1897 @item o
1898 @kindex o (Folder)
1899 @findex wl-folder-open-all-unread-folder
1900 All unread folder is opened.
1901 (@code{wl-folder-open-all-unread-folder})
1902
1903 @item /
1904 @kindex / (Folder)
1905 @findex wl-folder-open-close
1906 Folder group is opened/closed.
1907 (@code{wl-thread-open-close})
1908
1909 @item [
1910 @kindex [ (Folder)
1911 All folder group is opened.
1912 (@code{wl-folder-open-all})
1913
1914 @item ]
1915 @kindex ] (Folder)
1916 All folder group is closed.
1917 (@code{wl-folder-close-all})
1918
1919 @item q
1920 @kindex q (Folder)
1921 Quit Wanderlust.
1922 (@code{wl-exit})
1923
1924 @item z
1925 @kindex z (Folder)
1926 Suspend Wanderlust.
1927 (@code{wl-folder-suspend})
1928
1929 @item M-s
1930 @kindex M-s (Folder)
1931 Save current folder status.
1932 (@code{wl-save})
1933
1934 @item M-t
1935 @kindex M-t (Folder)
1936 Toggle Wanderlust's offline/online status.
1937 (@code{wl-toggle-plugged})
1938
1939 @item C-t
1940 @kindex C-t (Folder)
1941 Start Wanderlust's plug-status manager.
1942 (@code{wl-plugged-change})
1943 @end table
1944
1945 @subsection Customize variables
1946
1947 @table @code
1948 @item wl-folders-file
1949 @vindex wl-folders-file
1950 The initial setting is @file{~/.folders}.
1951 Subscribed folders are described (saved) in this file.
1952
1953 @item wl-folder-info-save
1954 @vindex wl-folder-info-save
1955 The initial setting is @code{t}.  If non-nil, unread information is
1956 saved and used in the next Wanderlust session.
1957
1958 @item wl-stay-folder-window
1959 @vindex wl-stay-folder-window
1960 The initial setting is @code{nil}.
1961 If non-nil, summary window is appeared on the right side of the folder buffer.
1962
1963 @item wl-folder-window-width
1964 @vindex wl-folder-window-width
1965 The initial setting is 20.
1966 Folder mode's window width when @code{wl-stay-folder-window} is non-nil.
1967
1968 @item wl-folder-use-frame
1969 @vindex wl-folder-use-frame
1970 The initial setting is @code{nil}.
1971 If non-nil, use new frame for the folder window.
1972
1973 @item wl-folder-many-unsync-threshold
1974 @vindex wl-folder-many-unsync-threshold
1975 The initial setting is 70.
1976 If the number of unread messages is more than this value,
1977 folder color is changed.
1978
1979 @item wl-highlight-folder-by-numbers
1980 @vindex wl-highlight-folder-by-numbers
1981 This option controls how to highlight each line in the folder buffer.
1982 The default value is @code{t}, highlighting with various colors based on
1983 the message numbers.  If it is @code{nil}, highlighting with various
1984 colors based on the folder status.  In addition, if it is a number
1985 (e.g. 1), highlighting will be done based on both the message numbers
1986 and the folder status.
1987
1988 @item wl-folder-desktop-name
1989 @vindex wl-folder-desktop-name
1990 The initial setting is @samp{Desktop}.
1991 The name of top folder group.
1992
1993 @item wl-folder-petname-alist
1994 @vindex wl-folder-petname-alist
1995 The initial setting is @code{nil}.
1996 An alist of folder's realname and its nickname.
1997
1998 @item wl-folder-access-subscribe-alist
1999 @vindex wl-folder-access-subscribe-alist
2000 The initial setting is @code{nil}.
2001
2002 Control automatic subscribing and unsubscribing of the children list
2003 of access groups.
2004
2005 Each element is:
2006
2007 @example
2008 (@var{regexp-of-access-folder} . (@var{subscribe-flag} @var{regexp-of-folders} @dots{}))
2009 @end example
2010
2011 @noindent
2012 If @var{subscribe-flag} is non-nil, folders which have name matched to
2013 @var{regexp-of-folders} are displayed. Otherwise, hidden.  However,
2014 already unsubscribed folder is not displayed even when the
2015 @var{subscribe-flag} is non-nil. Multiple @var{regexp-of-folders} can be
2016 specified.
2017
2018 Example:
2019
2020 @lisp
2021 @group
2022 '(("^-fj$" . (t   "^-fj\\.\\(comp\\|editor\\|mail\\)"
2023                   "^-fj\\.\\(net\\|news\\|os\\|rec\\)"))
2024   ("^-$" . (t   "^-\\(fj\\|tnn\\|japan\\|gnu\\|comp\\)"))
2025   ("^\\+ml$" . (nil "^\\+ml$" "^\\+ml/tmp")))
2026 @end group
2027 @end lisp
2028
2029 @item wl-folder-hierarchy-access-folders
2030 @vindex wl-folder-hierarchy-access-folders
2031 The initial setting is the list shown below:
2032
2033 @lisp
2034 @group
2035 ("-" "-alt")
2036 @end group
2037 @end lisp
2038
2039 @noindent
2040 A list of access groups which creates children folder list hierarchically.
2041
2042 For example, if you specify
2043 @code{wl-folder-hierarchy-access-folders} like following,
2044
2045 @lisp
2046 @group
2047 (setq wl-folder-hierarchy-access-folders
2048      '("-" "-alt" "-japan" "-comp" "-comp.unix"))
2049 @end group
2050 @end lisp
2051
2052 @noindent
2053 such access group hierarchy is obtained.
2054
2055 @example
2056 @group
2057    [-]-:912/912/3011
2058      [-]-fj:674/674/1314
2059        -fj.comp.announce:0/0/2
2060        -fj.comp.dev.cdrom:0/0/0
2061        @dots{}
2062      [+]-japan:238/238/1688
2063      [-]-comp:0/0/4
2064        [-]-comp.unix:0/0/0
2065          -comp.unix.admin:0/0/0
2066          -comp.unix.dos-under-unix:0/0/0
2067          -comp.unix.programmer:0/0/0
2068          [-]-comp.unix.bsd:0/0/23
2069            -comp.unix.bsd.freebsd.announce:0/0/0
2070      @dots{}
2071 @end group
2072 @end example
2073
2074 If you opened @samp{-} in this example, only the direct children is created
2075 (@samp{-fj}, @samp{-japan}, @samp{-tnn}, @dots{}).
2076 second hierarchy (@samp{-fj.comp.announce}, @dots{}, @samp{-comp.unix}, @dots{})
2077 is not created until the children access group is opened.
2078 @end table
2079
2080
2081 @node Folder Manager,  , Selecting Folder, Folder
2082 @section Editing Folders
2083 @cindex Folder Manager
2084 @cindex Folder, Edit
2085 @cindex Folder, Subscribe
2086 @cindex Folder, Unsubscribe
2087
2088 As described before, subscribed folder list is saved in @file{~/.folders} file.
2089 But you don't have to edit @file{~/.folders} directly.
2090 You can append, delete, edit folders from folder mode.
2091
2092 @subsection Usage (Tips)
2093
2094 @subsubsection Append Folder
2095
2096 @kbd{m a} appends new folder to the folder mode.
2097 @kbd{m g} appends new folder group.
2098 To append new folder to this group, firstly open it,
2099 then execute append command in the next line.
2100
2101 @subsubsection Edit Folder
2102
2103 You can cut folder by @kbd{C-k}, paste by @kbd{C-y}.
2104 Thus, you can change folder position as if you were editing a normal file.
2105
2106 @subsubsection Create Multi Folder.
2107
2108 @enumerate
2109 @item
2110 Type @kbd{m q} to clear @code{wl-fldmgr-cut-entity-list}.
2111 @item
2112 Cut folder by @kbd{C-k} or copy folder by @kbd{M-c}.
2113 @item
2114 Type @kbd{m m}, then you can create multi folder.
2115 @end enumerate
2116
2117 @subsubsection Delete Nickname, Filter
2118
2119 You can delete nickname or filter by putting ``''(@var{NULL}) from the
2120 minibuffer while appending.
2121
2122 @subsubsection Append Folder to Empty Group
2123
2124 To append new folder to the empty folder group
2125 (after you create folder group by typing @kbd{m g}),
2126 firstly open it, then execute append command in the next line.
2127 If it is closed, folder is appended on the same level with
2128 the above folder group. It is difficult to explain by words so try it.
2129 In other words, appended position depends on the
2130 above folder group's open/close status.
2131
2132 @subsubsection Charset of the Folders File.
2133
2134 @code{wl-mime-charset} is used for saving @code{wl-folders-file}.
2135
2136 @subsubsection Create Filter
2137
2138 @kbd{m f} adds filter to the folder at the current cursor point.  To
2139 create new filter folder and leave the current folder unchanged, copy it
2140 @kbd{M-c}, make filter @kbd{m f} and paste it @kbd{C-y}.  Multiple
2141 filter can be specified while appending filter.  If you put
2142 ``''(@var{NULL}), filter is deleted.
2143
2144 @subsubsection Sort Folders
2145
2146 Sorting of the folders is executed by the function specified by
2147 @code{wl-fldmgr-sort-function}.
2148 The initial setting is @code{wl-fldmgr-sort-standard},
2149 which sorts alphabetically.
2150 Sorting affects only on the current folder group. It does not
2151 affect on the child groups.
2152
2153 @subsubsection Hiding Folders in the Access Group
2154
2155 Usually, access group displays all children folders, but you can set
2156 some folders hidden. Following operations are only available on access
2157 group.
2158
2159 Command @code{wl-fldmgr-unsubscribe} (@kbd{u}) toggles the visibility
2160 (subscribe/unsubscribe) of the folder at current cursor point.  Against
2161 this, @code{wl-fldmgr-unsubscribe-region} (@kbd{U}) hides folders in the
2162 specified region.
2163
2164 Note that @code{wl-fldmgr-unsubscribe-region} does not toggle while
2165 @code{wl-fldmgr-unsubscribe} toggles.  These two commands accept prefix
2166 argument and if the argument has positive number, the unsubscribe it.
2167 If the prefix argument has negative value, folder becomes visible and if
2168 zero, folder visibility is toggled.
2169
2170 The other commands, @code{wl-fldmgr-subscribe} and
2171 @code{wl-fldmgr-subscribe-region} are also prepared (not binded to the
2172 key).
2173
2174 Moreover, if @code{wl-fldmgr-cut} or @code{wl-fldmgr-cut-region} is
2175 executed in the access group, they have a same effect with
2176 @code{wl-fldmgr-unsubscribe} and @code{wl-fldmgr-unsubscribe-region}.
2177 The difference is that cut commands deletes folders from the current
2178 buffer.
2179
2180 @subsubsection Operations in the Access Group
2181
2182 You can insert and delete folders in the access group like usual folder
2183 group.  But insert and delete commands can be only available for the
2184 children folders of the access group and they only sets the subscribe
2185 status.  In other words, insertion of the folder means subscribing,
2186 deletion means unsubscribing.
2187 @footnote{In the current implementation,
2188 it is faster to delete region than to unsubscribe region.}
2189
2190 To update the access group when children folders are inserted or deleted
2191 by other way (other than Wanderlust),
2192 open the access group by typing @kbd{C-u @key{RET}}.
2193 @xref{Selecting Folder}.
2194
2195 The order of children folders of access group is saved after
2196 insertion/deletion/sorting.
2197 If you set @code{wl-force-fetch-folders} to non-nil or open access group
2198 by typing @kbd{C-u @key{RET}}, disappeared folders are deleted and
2199 newly created folders are inserted on the top of the access group.
2200
2201 @subsection Key bindings
2202 @cindex Keybind, Folder Mode
2203 @cindex Keybind, Folder Buffer
2204
2205 Key bindings on the folder mode related to folder editing are shown below.
2206 All bindings starts with @kbd{m}, and primary commands are binded to
2207 one stroke key binding.
2208
2209 @table @kbd
2210 @item m a
2211 @kindex m a (Folder)
2212 @findex wl-fldmgr-add
2213 Insert a folder.
2214 (@code{wl-fldmgr-add})
2215
2216 @item +
2217 @itemx m g
2218 @kindex + (Folder)
2219 @kindex m g (Folder)
2220 @findex wl-fldmgr-make-group
2221 Create a folder group.
2222 (@code{wl-fldmgr-make-group})
2223
2224 @itemx m A
2225 @kindex m A (Folder)
2226 @findex wl-fldmgr-make-access-group
2227 Create an access group.
2228 (@code{wl-fldmgr-make-access-group})
2229
2230 @item m d
2231 @kindex m d (Folder)
2232 @findex wl-fldmgr-delete
2233 Delete folder itself and msgdb.
2234 If the folder itself cannot be deleted like NNTP folder,
2235 only msgdb is deleted.
2236 (@code{wl-fldmgr-delete})
2237
2238 @item R
2239 @itemx m R
2240 @kindex R (Folder)
2241 @kindex m R (Folder)
2242 @findex wl-fldmgr-rename
2243 Change the name of folder or folder group.
2244 msgdb's path is also changed.
2245 (@code{wl-fldmgr-rename})
2246
2247 @item *
2248 @itemx m m
2249 @kindex * (Folder)
2250 @kindex m m(Folder)
2251 @findex wl-fldmgr-make-multi
2252 Create a multi folders in the cutlist (cut, copied folders).
2253 (@code{wl-fldmgr-make-multi})
2254
2255 @item |
2256 @itemx m f
2257 @kindex | (Folder)
2258 @kindex m f (Folder)
2259 @findex wl-fldmgr-make-filter
2260 Create a filter folder. (Put a filter on the folder).
2261 (@code{wl-fldmgr-make-filter})
2262
2263 @item M-c
2264 @itemx m c
2265 @kindex M-c (Folder)
2266 @kindex m c (Folder)
2267 @findex wl-fldmgr-copy
2268 Copy folder (it is not available on folder group).
2269 (@code{wl-fldmgr-copy})
2270
2271 @item M-w
2272 @itemx m W
2273 @kindex M-w (Folder)
2274 @kindex m W (Folder)
2275 @findex wl-fldmgr-copy-region
2276 Copy folders in the specified region.
2277 (@code{wl-fldmgr-copy-region})
2278
2279 @item C-k
2280 @itemx m k
2281 @kindex C-k (Folder)
2282 @kindex m k (Folder)
2283 @findex wl-fldmgr-cut
2284 Cut folder. Folder itself is not deleted.
2285 (@code{wl-fldmgr-cut})
2286
2287 @item C-w
2288 @itemx m C-w
2289 @kindex C-w (Folder)
2290 @kindex m C-w (Folder)
2291 @findex wl-fldmgr-cut-region
2292 Cut folders in the specified region.
2293 (@code{wl-fldmgr-cut-region})
2294
2295 @item C-y
2296 @itemx m y
2297 @kindex C-y (Folder)
2298 @kindex m y (Folder)
2299 @findex wl-fldmgr-yank
2300 Paste folders that are copied or cut (folders in the cut-list).
2301 (@code{wl-fldmgr-yank})
2302
2303 @item m p
2304 @kindex m p (Folder)
2305 @findex wl-fldmgr-set-petname
2306 Put nickname on the folder.
2307 (@code{wl-fldmgr-set-petname})
2308
2309 @item m q
2310 @kindex m q (Folder)
2311 @findex wl-fldmgr-clear-cut-entity-list
2312 Clear the cut-list. (cut, copied folder information is cleared,
2313 you cannot paste after this)
2314 (@code{wl-fldmgr-clear-cut-entity-list})
2315
2316 @item m s
2317 @kindex m s (Folder)
2318 @findex wl-fldmgr-sort
2319 Sort folders in the current folder group.
2320 (@code{wl-fldmgr-sort})
2321
2322 @item m C-s
2323 @kindex m C-s (Folder)
2324 @findex wl-fldmgr-save
2325 Save current folder view to the @file{wl-folders-file}.
2326 (@code{wl-fldmgr-save})
2327 @end table
2328
2329 [Following commands are only available on the access groups]
2330
2331 @table @kbd
2332 @item u
2333 @itemx m u
2334 @kindex u (Folder)
2335 @kindex m u (Folder)
2336 @findex wl-fldmgr-unsubscribe
2337 Set the visibility of folder (subscribe/unsubscribe).
2338 (@code{wl-fldmgr-unsubscribe})
2339
2340 @item U
2341 @itemx r u
2342 @kindex U (Folder)
2343 @kindex r u (Folder)
2344 @findex wl-fldmgr-unsubscribe-region
2345 Set the visibility of the folders (subscribe/unsubscribe) in the
2346 specified region.
2347 (@code{wl-fldmgr-unsubscribe-region})
2348
2349 @item l
2350 @itemx m l
2351 @kindex l (Folder)
2352 @kindex m l (Folder)
2353 @findex wl-fldmgr-access-display-normal
2354 List folders that are currently available.
2355 (@code{wl-fldmgr-access-display-normal})
2356
2357 @item L
2358 @itemx m L
2359 @kindex L (Folder)
2360 @kindex m L (Folder)
2361 @findex wl-fldmgr-access-display-all
2362 List all folders regardless of the subscription status.
2363 (@code{wl-fldmgr-access-display-all})
2364 @end table
2365
2366
2367 @subsection Customize variables
2368
2369 @table @code
2370 @item  wl-interactive-save-folders
2371 @vindex wl-interactive-save-folders
2372 The initial setting is @code{t}.  If non-nil and folder view is
2373 modified, confirm saving it before Wanderlust or Emacs exits.  If
2374 @code{nil}, save without confirmation.
2375
2376 @item wl-fldmgr-make-backup
2377 @vindex wl-fldmgr-make-backup
2378 The initial setting is @code{t}.  If non-nil, @file{~/.folders.bak} is
2379 created before saving the folder status.
2380
2381 @item wl-fldmgr-sort-function
2382 @vindex wl-fldmgr-sort-function
2383 The initial setting is @code{wl-fldmgr-sort-standard}.  A function to
2384 sort folders.  By default function, folders are sorted alphabetically
2385 and folder group is put on top (when @code{wl-fldmgr-sort-group-first}
2386 is non-nil).
2387
2388 @item wl-fldmgr-sort-group-first
2389 @vindex wl-fldmgr-sort-group-first
2390 The initial setting is @code{t}.  If non-nil,
2391 @code{wl-fldmgr-sort-standard} precedes folder group.  If @code{nil}, it
2392 does not care whether it is folder group or not.
2393
2394 @item wl-folder-check-async
2395 @vindex wl-folder-check-async
2396 The initial setting is @code{t}.  If non-nil, check folder's unread
2397 status asynchronously.  It boosts newsgroup checking.
2398
2399 @item wl-folder-check-fast
2400 @vindex wl-folder-check-fast
2401 The initial setting is @code{nil}.
2402 If non-nil, it does not update folder status while checking.
2403 @c it is obsolete?
2404 @item wl-folder-notify-deleted
2405 @vindex wl-folder-notify-deleted
2406 The initial setting is @code{nil}.
2407 @c  nil means?
2408 If non-nil, negative value is displayed when the message is deleted.  If
2409 @code{sync}, folder is synchronized when the message is deleted.  If
2410 @code{nil}, message deletion is ignored.
2411
2412 @item wl-fldmgr-add-complete-with-current-folder-list
2413 @vindex wl-fldmgr-add-complete-with-current-folder-list
2414 The initial setting is @code{nil}.
2415 Non-nil means call @code{elmo-folder-list-subfolders} and get completion
2416 candidate for @code{wl-fldmgr-add}.
2417 @end table
2418
2419 @subsection Miscellanea
2420
2421 Following is a note for folder editing.
2422
2423 @enumerate
2424 @item
2425 cut or copy stacks the folder in the @code{wl-fldmgr-cut-entity-list}.
2426 paste(yank) command pastes the folders on one cut or copy command
2427 (If copy command is executed by region, folders in the region are pasted
2428 by one paste command)
2429
2430 @item
2431 You cannot cut @samp{Desktop} group.
2432 Also, you cannot paste folders at the outside of the @samp{Desktop}.
2433
2434 @item
2435 You cannot copy folder group.
2436
2437 @item
2438 Operations on the access group are only available for the folders
2439 in the same access group.
2440
2441 @item
2442 You cannot create a folder which has same name with the folders already exist.
2443
2444 @item
2445 You cannot insert folders which have same name in one group.
2446 You can insert them in the different groups.
2447 You cannot put same nickname to the different folders.
2448 @end enumerate
2449
2450
2451 @node Summary, Message, Folder, Top
2452 @chapter Summary Mode
2453
2454 After you select the folder via folder mode, you enter to the summary
2455 mode.
2456
2457 @menu
2458 * Usage of Summary Mode::       TIPS
2459 * Thread Operations::           Thread operations
2460 * Cache::                       File cache, Buffer cache, and Prefetch
2461 * Auto Refile::                 Auto refile settings
2462 * Sticky Summary::              Summary make sticky
2463 * Key Bindings of Summary::     Key bindings
2464 * Variables of Summary::        Customize Summary Mode
2465 @end menu
2466
2467
2468 @node Usage of Summary Mode, Thread Operations, Summary, Summary
2469 @section Usage (Tips)
2470
2471 @subsection Summary Content
2472
2473 In the summary mode, messages are displayed like following.
2474
2475 @example
2476 @group
2477   377  09/16(Wed)11:57 [+1: Takuro Kitame  ] Bug?
2478   381  09/17(Thu)00:16 [+3: Fujikazu Okuni ] elmo-lha.el -- LHA interface
2479   384  09/17(Thu)01:32 [+1: Yuuichi Terani ] wl-0.6.2
2480   389 N09/18(Fri)01:07 [+2: Yuuichi Terani ] wl-0.6.3
2481 @end group
2482 @end example
2483
2484 Each line displays:
2485
2486 @example
2487 @var{Message number}, @var{Temporal mark}, @var{Persistent mark}, @var{Date}, @var{Sender}, @var{Subject}
2488 @end example
2489
2490 @noindent
2491 You cannot change this in the current version.
2492
2493 @var{Message number} is the message's unique number in the folder. In
2494 the NNTP folder, it is article number, in the IMAP folder, it is UID and
2495 in the MH folder, it is the filename of the message.
2496
2497 @var{Temporal mark} and @var{Persistent mark} are described later.
2498
2499 @var{Date} is displayed like @samp{@var{Month}/@var{Day}(@var{Week
2500 Day})@var{Hour}:@var{Minute}}.  Default setting displays week day in
2501 Japanese, but if you want to display it in English, set the value of
2502 @code{wl-summary-weekday-name-lang} as @samp{en}.
2503
2504 @var{Sender}'s indentation corresponds to the depth of the thread.
2505 Sender name is displayed as nickname if it is defined in the address
2506 book.  Set @code{wl-use-petname} as @code{nil}, if you want to quit
2507 displaying with nickname.
2508
2509 If number is printed at the head of @var{Sender} part like @samp{+2},
2510 that means the message have 2 follow messages.
2511
2512 @var{Subject} is the @samp{Subject:} header field of the message.  If
2513 the message have same @samp{Subject:} with the parent message, it is not
2514 displayed.  Some mailing list puts its sequence number in the
2515 @samp{Subject:} field, but it is
2516 ignored. @code{wl-summary-no-subject-message} is displayed when the
2517 message has empty subject field.
2518
2519 @subsection Temporary Marks
2520 @cindex Mark, Temporary
2521
2522 There are four temporary marks,
2523 @samp{*}, @samp{D}, @samp{o} and @samp{O}.
2524 Temporary marks indicates message operations.
2525
2526 @table @samp
2527 @item *
2528 Target mark.
2529 You can execute a command on the all messages that have @samp{*} mark,
2530 with the key bindings which begins with @kbd{m}.
2531
2532 @item D
2533 The mark to delete. You can put @samp{D} by typing @kbd{d} key.
2534
2535 @item o
2536 The mark to refile.
2537 After you type @kbd{o} key, prompt appears to input refile destination.
2538 Your answer is printed in the summary line.
2539
2540 @item O
2541 The mark to refile.
2542 You can put this mark by typing @kbd{O} key.
2543 The difference between this mark and refile mark is,
2544 this mark does not delete the message while latter does.
2545 @end table
2546
2547 @kbd{x} key executes @samp{D}, @samp{o} and @samp{O} marks.
2548
2549 @subsection Persistent Marks
2550
2551 There are five persistent marks,
2552 @samp{N}, @samp{U}, @samp{!}, @samp{u} and @samp{$}.
2553
2554 The persistent mark indicates the message's status and it is saved.
2555 Each persistent mark indicates:
2556
2557 @table @samp
2558 @item N
2559 It is new message.
2560 @item U
2561 It is unread message.
2562 @item !
2563 It is unread but cached message.
2564 @item u
2565 It is read but it is not cached.
2566 @item $
2567 It is important message.  You can put @samp{$} mark by typing @kbd{$}
2568 key (if already exists, the mark is deleted).  It is convenient to put
2569 this mark on the messages to remember (If you want to remember to write
2570 a reply for the message, for example) because this mark remains after
2571 you exited Emacs.  Messages with the @samp{$} mark can be reviewed in the
2572 @{'mark} folder even the message itself is deleted in the actual folder.
2573
2574 @item None
2575 If the message is read and cached (or local message),there are no
2576 persistent mark.
2577 @end table
2578
2579 @samp{N}, @samp{U} and @samp{u} indicates that the message have no
2580 cache.  Messages with the marks other than these, you can read them in
2581 the offline status even they are in the IMAP folder or netnews folder.
2582
2583 Among messages with persistent marks, ones with marks specified by 
2584 @code{wl-summary-expire-reserve-marks} are excluded from the expiration
2585 (as a function of wanderlust) explained later. @xref{Expire and Archive}
2586
2587 @subsection How To Read
2588
2589 Basically, you can read messages only typing space key again and again.
2590
2591 To update summary status to the newest status (synchronize),
2592 type @kbd{s} key.
2593
2594 You can jump to next unread message by typing @kbd{N} key, and @kbd{n} key
2595 moves cursor to the next message.
2596 Enter message buffer by typing @kbd{j} key.
2597 To operate multipart, you have to enter to the message buffer.
2598 @xref{Message}.
2599
2600 @subsection Pack the Message Numbers
2601 You can pack the message numbers in Summary by
2602 @kbd{M-x wl-summary-pack-number}. Note that only MH Folder,
2603 News Spool Folder and Maildir Folder are supported folder types.
2604
2605
2606 @node Thread Operations, Cache, Usage of Summary Mode, Summary
2607 @section Thread Operations
2608
2609 For example, the following line indicates one thread (a context of a topic).
2610
2611 @example
2612   384  09/17(Thu)01:32 [+1: Teranishi       ] wl-0.6.2
2613 @end example
2614
2615 @noindent
2616 If you type @kbd{/} on this line, the thread is opened and it changes
2617 the appearance like following.
2618
2619 @example
2620 @group
2621   384  09/17(Thu)01:32 [ Teranishi          ] wl-0.6.2
2622   388  09/17(Thu)22:34 +-[ Murata san         ]
2623 @end group
2624 @end example
2625
2626 (Message 388 is the replied message to the message 384.)
2627 If you type @kbd{/} key once again, the thread is closed.
2628 With prefix argument, @kbd{/} opens all children threads.
2629
2630 If you type @kbd{[}, opens all threads in summary.  @kbd{]} closes all
2631 threads.
2632
2633 Commands with the key binding that begins with @kbd{t} executes commands
2634 on the messages in the thread.
2635 @xref{Key Bindings of Summary}.
2636
2637 @subsection reconstruct thread by hand
2638
2639 You can reconstruct the thread manually.  In Summary, @kbd{M-w}
2640 (@code{wl-summary-save-current-message}) at the corresponding message,
2641 and @kbd{C-y} (@code{wl-summary-yank-saved-message}) at the new parent
2642 message then you have the reconstructed thread.
2643
2644
2645 @node Cache, Auto Refile, Thread Operations, Summary
2646 @section Cache
2647
2648 @subsection Cache File
2649
2650 The messages which have to access via network (e.x. IMAP, NNTP folder)
2651 are cached as a local file.  The cache file is saved under the directory
2652 @file{~/.elmo/cache}.  To expire cache, type @kbd{M-x
2653 elmo-cache-expire-by-size}.  The command deletes cache files to the
2654 specified size by the order of last accessed time.
2655
2656 @subsection Buffer Cache and Prefetching
2657
2658 The messages that are read are kept in the cache buffer.  It is called
2659 `buffer cache'. The number of cache buffer is specified by
2660 @code{wl-message-buffer-cache-size}.
2661
2662 There are message prefetching mechanism in the Wanderlust that
2663 prefetches next message while you are reading.
2664
2665 You can control the message prefetching mechanism by these two
2666 variables.
2667
2668 @table @code
2669 @item wl-message-buffer-prefetch-folder-type-list
2670 @vindex wl-message-buffer-prefetch-folder-type-list
2671 The initial setting is @code{t}. In this case, prefetch messages in all
2672 folders.
2673 If it is a list of folder types, it specifies the folder types in which
2674 message prefetching is enabled.
2675 Following is an example (prefetch messages in nntp and imap4 folders)
2676
2677 @lisp
2678 @group
2679 (setq wl-message-buffer-prefetch-folder-type-list
2680       '(nntp imap4))
2681 @end group
2682 @end lisp
2683
2684 In this case, multi folder that contains localdir and imap4 prefetches
2685 only imap4 messages.  This variable precedes the value of
2686 @code{wl-message-buffer-prefetch-folder-list}.
2687
2688 @item wl-message-buffer-prefetch-folder-list
2689 @vindex wl-message-buffer-prefetch-folder-list
2690 The initial setting is @code{nil}.
2691 A list of regexp of folders to enable message prefetching.
2692 @end table
2693
2694
2695 @node Auto Refile, Sticky Summary, Cache, Summary
2696 @section Auto Refile
2697 @vindex elmo-msgdb-extra-fields
2698 @vindex wl-refile-rule-alist
2699 @findex wl-summary-auto-refile
2700
2701 You can refile messages automatically, by typing @kbd{C-o}
2702 (@code{wl-summary-auto-refile}). It decides destination of refile by
2703 the content of the message header information (information in the msgdb).
2704
2705 By default, @samp{From:}, @samp{Subject:}, @samp{To:} and @samp{Cc:} is
2706 available.  If you want to decide destination by other header fields,
2707 set the variable @code{elmo-msgdb-extra-fields} like following.
2708
2709 @lisp
2710 @group
2711 (setq elmo-msgdb-extra-fields
2712       '("x-ml-name"
2713         "reply-to"
2714         "sender"
2715         "mailing-list"
2716         "newsgroups"))
2717 @end group
2718 @end lisp
2719
2720 @noindent
2721 By this setting, Wanderlust saves extra fields in the msgdb.  You have
2722 to type @kbd{s all} to get extra fields for the messages that are
2723 already exists in the summary.
2724
2725 Then, specify the refile rule.  The refile target folder of auto
2726 refiling is decided by the value of @code{wl-refile-rule-alist}.
2727 @code{wl-refile-rule-alist} is a list of a rule:
2728
2729 @example
2730 @group
2731 (@var{field} (@var{regexp} . @var{target})
2732        (@var{regexp} . @var{target})
2733        @dots{})
2734 @end group
2735 @end example
2736
2737 Each rule means `if @var{field} value matches @var{regexp},
2738 then refile to @var{target} folder'.
2739 The rule matched first is applied.
2740
2741 @var{field} is a string of field name.  You can specify a list of field name
2742 string, too. In this case, if one of these fields is matched, then the
2743 rule is fired (i.e. OR condition).
2744
2745 @var{regexp} is a regular expression for field value.  @var{target} is a target
2746 folder string. You can specify a rule at @var{target} part, too.  In this
2747 case, If the field value of the rule and the current rule is matched,
2748 then the current rule is fired (i.e. AND condition).
2749
2750 In @var{target} part, you can refer matched substring of @var{regexp}.
2751 To refer substring, specify following in @var{target}:
2752
2753 @table @samp
2754 @item \&
2755 means substitute original matched text.
2756
2757 @item \@var{N}
2758 means substitute what matched the @var{N}th `\(@dots{}\)'.
2759 (@var{N} is a number.)
2760 @end table
2761
2762 Following is an example of @code{wl-refile-rule-alist}.
2763
2764 @lisp
2765 @group
2766 (setq wl-refile-rule-alist
2767       '(("x-ml-name"
2768          ("^Wanderlust" . "+wl")
2769          ("^Elisp" . "+elisp"))
2770         (("To" "Cc")
2771          ("\\([a-z]+\\)@@gohome\\.org" . "+\\1"))
2772         ("From"
2773          ("me@@gohome\\.org" . ("To" ("you@@gohome\\.org" .
2774                                     "+from-me-to-you"))))))
2775 @end group
2776 @end lisp
2777
2778 After these settings, refile marks are automatically put on the condition
2779 matched messages by typing @kbd{C-o} (@code{wl-summary-auto-refile}).
2780
2781 Messages which have @code{wl-summary-auto-refile-skip-marks} is skipped
2782 auto refiling.
2783 By default, @samp{N}, @samp{U} and @samp{!} is specified, so the messages
2784 with these persistent marks are not automatically refiled.
2785 It means Wanderlust does not execute auto refile on unread messages by
2786 the default setting.
2787 To execute auto refile on all messages, set following.
2788
2789 @lisp
2790 (setq wl-summary-auto-refile-skip-marks nil)
2791 @end lisp
2792
2793
2794 @node Sticky Summary, Key Bindings of Summary, Auto Refile, Summary
2795 @section Sticky Summary
2796 @cindex Summary, Sticky
2797 @cindex Sticky Summary
2798
2799 The buffer of the `sticky summary' does not killed by typing @kbd{q}.
2800
2801 Sticky buffer is created by entering the summary by typing @kbd{C-u g}
2802 or type @kbd{M-s} (@code{wl-summary-stick}) on the normal summary.
2803
2804 The buffer name of the sticky summary becomes like
2805 @samp{Summary:@var{folder-name}}.
2806
2807 You can visit the sticky summary at any time by @kbd{C-x b}
2808 (@code{switch-to-buffer}).  To exit sticky summary, type @kbd{C-u
2809 q}. Other operations in the sticky summary are same as normal summary.
2810
2811 @code{wl-summary-always-sticky-folder-list} specifies the folders that
2812 are automatically stuck.
2813
2814
2815 @node Key Bindings of Summary, Variables of Summary, Sticky Summary, Summary
2816 @section Key bindings
2817 @cindex Keybind, Summary Mode
2818 @cindex Keybind, Summary Buffer
2819
2820 Key bindings of the summary mode are shown below.
2821
2822 @table @kbd
2823 @item @key{SPC}
2824 @kindex @key{SPC} (Summary)
2825 @findex wl-summary-read
2826 Proceed reading a message at the current cursor point.
2827 (@code{wl-summary-read})
2828
2829 @item .
2830 @kindex . (Summary)
2831 @findex wl-summary-redisplay
2832 Redisplay a message at the current cursor point.
2833 If this command is called with prefix argument,
2834 Redisplay message regardless of the message cache (message is re-loaded
2835 from source).
2836 (@code{wl-summary-redisplay})
2837
2838 @item <
2839 @kindex < (Summary)
2840 @findex wl-summary-display-top
2841 Display the top message in the folder.
2842 (@code{wl-summary-display-top})
2843
2844 @item >
2845 @kindex > (Summary)
2846 @findex wl-summary-display-bottom
2847 Display the bottom message in the folder.
2848 (@code{wl-summary-display-bottom})
2849
2850 @item @key{BS}
2851 @itemx @key{DEL}
2852 @kindex @key{BS} (Summary)
2853 @kindex @key{DEL} (Summary)
2854 Display the previous page of the message at the current cursor point.
2855 @findex wl-summary-prev-page
2856 (@code{wl-summary-prev-page})
2857
2858 @item @key{RET}
2859 @kindex @key{RET} (Summary)
2860 @findex wl-summary-next-line-content
2861 Display the next line of the message at the current cursor point.
2862 Display the message at the current cursor point if it is not displayed yet.
2863 (@code{wl-summary-next-line-content})
2864
2865 @item -
2866 @itemx M-@key{RET}
2867 @kindex - (Summary)
2868 @kindex M-@key{RET} (Summary)
2869 @findex wl-summary-prev-line-content
2870 Display the previous line of the message at the current cursor point.
2871 Display the message at the current cursor point if it is not displayed yet.
2872 (@code{wl-summary-prev-line-content})
2873
2874 @item /
2875 @kindex / (Summary)
2876 @findex wl-thread-open-close
2877 Toggle open or close the thread at the current cursor point.
2878 (@code{wl-thread-open-close})
2879
2880 @item [
2881 @kindex [ (Summary)
2882 Open all threads.
2883 @findex wl-thread-open-all
2884 (@code{wl-thread-open-all})
2885
2886 @item ]
2887 @kindex ] (Summary)
2888 Close all threads.
2889 @findex wl-thread-close-all
2890 (@code{wl-thread-close-all})
2891
2892 @item g
2893 @kindex g (Summary)
2894 @findex wl-summary-goto-folder
2895 Go to other folder.
2896 (@code{wl-summary-goto-folder})
2897
2898 @item c
2899 @kindex c (Summary)
2900 Mark all messages in the folder as read.
2901 @findex wl-summary-mark-as-read-all
2902 (@code{wl-summary-mark-as-read-all})
2903
2904 @item a
2905 @kindex a (Summary)
2906 @findex wl-summary-reply
2907 Prepare a draft for reply the message at the current cursor point.
2908 (@code{wl-summary-reply})
2909
2910 @item A
2911 @kindex A (Summary)
2912 @findex wl-summary-reply-with-citation
2913 Prepare a draft for reply the message at the current cursor point.
2914 (@code{wl-summary-reply-with-citation})
2915
2916 @item C
2917 @kindex C (Summary)
2918 @findex wl-summary-cancel-message
2919 If the message at current cursor point is your own netnews article,
2920 cancel it.
2921 (@code{wl-summary-cancel-message})
2922
2923 @item E
2924 @kindex E (Summary)
2925 @findex wl-summary-reedit
2926 Prepare a draft for re-editing the message at current cursor point.
2927 If the message at current cursor point is your own netnews article,
2928 a draft for `supersedes message' for the message is prepared.
2929 (@code{wl-summary-reedit})
2930
2931 @item M-e
2932 @kindex M-e (Summary)
2933 @findex wl-summary-resend-bounced-mail
2934 If the message at current cursor point is a bounced message,
2935 a draft for re-sending original message is prepared.
2936 (@code{wl-summary-resend-bounced-mail})
2937
2938 @item f
2939 @kindex f (Summary)
2940 @findex wl-summary-forward
2941 A draft for forwarding the message at current cursor point is prepared.
2942 (@code{wl-summary-forward})
2943
2944 @item $
2945 @kindex $ (Summary)
2946 @findex wl-summary-mark-as-important
2947 Put @samp{$} mark on the message at current cursor point.
2948 If already marked as @samp{$}, delete it.
2949 (@code{wl-summary-mark-as-important})
2950
2951 @item y
2952 @itemx e
2953 @kindex y (Summary)
2954 @kindex e (Summary)
2955 Save the message at current cursor point.
2956 @findex wl-summary-save
2957 (@code{wl-summary-save})
2958
2959 @item n
2960 @kindex n (Summary)
2961 @findex wl-summary-next
2962 Move cursor to the next message.
2963 If message is marked with a temporal mark in
2964 @code{wl-summary-skip-mark-list}, cursor is not moved to it.
2965 In the offline mode, cursor is not moved to the messages which are not cached
2966 yet.
2967 (@code{wl-summary-next})
2968
2969 @item p
2970 @kindex p (Summary)
2971 @findex wl-summary-prev
2972 Move cursor to the previous message.
2973 If message is marked with a temporal mark in
2974 @code{wl-summary-skip-mark-list}, cursor is not moved to it.
2975 In the offline mode, cursor is not moved to the messages which are not cached
2976 yet.
2977 (@code{wl-summary-prev})
2978
2979 @item N
2980 @kindex N (Summary)
2981 @findex wl-summary-down
2982 Move cursor to the downward message which is unread or marked
2983 as @samp{$}.
2984 In the offline mode, cursor is not moved to the messages which are not cached
2985 yet.
2986 If there are messages which have target mark @samp{*} in the summary,
2987 cursor is moved to the downward message which have a target mark.
2988 This behavior is changed according to the value of @code{wl-summary-move-order}.
2989 (@code{wl-summary-down})
2990
2991 @item P
2992 @kindex P (Summary)
2993 @findex wl-summary-up
2994 Move cursor to the upward message which is unread or marked
2995 as @samp{$}.
2996 In the offline mode, cursor is not moved to the messages which are not cached
2997 yet.
2998 If there are messages which have target mark @samp{*} in the summary,
2999 cursor is moved to the downward message which have a target mark.
3000 This behavior is changed according to the value of @code{wl-summary-move-order}.
3001 (@code{wl-summary-up})
3002
3003 @item w
3004 @kindex w (Summary)
3005 @findex wl-summary-write
3006 Prepare a new draft.
3007 (@code{wl-summary-write})
3008
3009 @item W
3010 @kindex W (Summary)
3011 @findex wl-summary-write-current-folder
3012 Prepare a new draft.  If the current folder is NNTP folder,
3013 @samp{Newsgroups:} field is completed.  If the current folder is mailing
3014 list folder (refile destination), guess @samp{To:} field and completed
3015 (If @code{wl-subscribed-mailing-list} is valid list)
3016 (@code{wl-summary-write-current-folder})
3017
3018 @item H
3019 @kindex H (Summary)
3020 @findex wl-summary-redisplay-all-header
3021 Redisplay the message at current cursor point with all header fields.
3022 (@code{wl-summary-redisplay-all-header})
3023
3024 @item M
3025 @kindex M (Summary)
3026 @findex wl-summary-redisplay-no-mime
3027 Redisplay the message at current cursor point without MIME analysis.
3028 (@code{wl-summary-redisplay-no-mime})
3029
3030 @item B
3031 @kindex B (Summary)
3032 @findex wl-summary-burst
3033 If the message at current cursor point has
3034 encapsulates multiple messages using MIME,
3035 de-capsulate and extract them on the current folder.
3036 (@code{wl-summary-burst})
3037
3038 @item @@
3039 @kindex @@ (Summary)
3040 @findex wl-summary-edit-addresses
3041 Append/change/delete the message's sender information to the address
3042 book @file{~/.addresses} interactively.  If this command is called with
3043 prefix argument, arbitrary address can be edited.
3044 (@code{wl-summary-edit-petname})
3045
3046 @item Z
3047 @kindex Z (Summary)
3048 @findex wl-status-update
3049 Sync up address book status with @file{~/.addresses}'s content.
3050 (@code{wl-status-update})
3051
3052 @item |
3053 @kindex | (Summary)
3054 @findex wl-summary-pipe-message
3055 Pipe current message's content to the external process.
3056 (@code{wl-summary-pipe-message})
3057
3058 @item #
3059 @kindex # (Summary)
3060 @findex wl-summary-print-message
3061 Print out current message's content.
3062 It uses @code{ps-print} module in Emacs 20.x.
3063 If you don't use color printer, you might want to set
3064 @code{wl-ps-print-buffer-function} to @code{ps-print-buffer}.
3065
3066 @lisp
3067 (setq wl-ps-print-buffer-function 'ps-print-buffer)
3068 @end lisp
3069
3070 (@code{wl-summary-print-message})
3071
3072 @item q
3073 @kindex q (Summary)
3074 @findex wl-summary-exit
3075 Exit current folder.
3076 (@code{wl-summary-exit})
3077
3078 @item j
3079 @kindex j (Summary)
3080 @findex wl-summary-jump-to-current-message
3081 Jump cursor to the currently displayed message's window.
3082 (@code{wl-summary-jump-to-current-message})
3083
3084 @item J
3085 @kindex J (Summary)
3086 Jump cursor to the other message.
3087 @findex wl-summary-jump-to-msg
3088 (@code{wl-summary-jump-to-msg})
3089
3090 @item I
3091 @kindex I (Summary)
3092 Update summary status and
3093 prefetch all messages which have marks included in the
3094 @code{wl-summary-incorporate-marks}.
3095 @findex wl-summary-incorporate
3096 (@code{wl-summary-incorporate})
3097
3098 @item M-j
3099 @kindex M-j (Summary)
3100 @findex wl-summary-jump-to-msg-by-message-id
3101 Jump cursor to the message which have specified @samp{Message-Id:}.  If
3102 @code{elmo-use-database} is non-nil, other folder is also searched.
3103 (@code{wl-summary-jump-to-msg-by-message-id})
3104
3105 @item ^
3106 @kindex ^ (Summary)
3107 Jump to parent message.
3108 @findex wl-summary-jump-to-parent-message
3109 (@code{wl-summary-jump-to-parent-message})
3110
3111 @item !
3112 @kindex ! (Summary)
3113 @findex wl-summary-mark-as-unread
3114 Mark as unread the message at current cursor point.
3115 (@code{wl-summary-mark-as-unread})
3116
3117 @item s
3118 @kindex s (Summary)
3119 @findex wl-summary-sync
3120 Synchronize summary view after prompting the update range
3121 (@samp{all}, @samp{update}, @samp{rescan}, @samp{first}, @samp{last}).
3122
3123 @example
3124 @group
3125 all            ...Discard current summary and update all message.
3126 update         ...Update the difference between summary and the folder itself.
3127 rescan         ...Rescan the msgdb and display again.
3128 rescan-noscore ...Rescan the msgdb and display again (without scoring).
3129 first, last    ...Move to the filter folder(partial filter).
3130 @end group
3131 @end example
3132
3133 @noindent
3134 (@code{wl-summary-sync})
3135
3136 @item S
3137 @kindex S (Summary)
3138 @findex wl-summary-sort
3139 Sort summary order.
3140 You can sort by @samp{date}, @samp{from}, @samp{number} and @samp{subject}.
3141 (@code{wl-summary-sort})
3142
3143 @item T
3144 @kindex T (Summary)
3145 @findex wl-summary-toggle-thread
3146 Toggle the threading.
3147 Threading status is displayed on the modeline.
3148 @samp{@{S@}} means threading is off (Sequence) and
3149 @samp{@{T@}} means threading is on (Thread).
3150 (@code{wl-summary-toggle-thread})
3151
3152 @item l
3153 @kindex l (Summary)
3154 @findex wl-summary-toggle-disp-folder
3155 Toggle displaying of folder window.
3156 (@code{wl-summary-toggle-disp-folder})
3157
3158 @item v
3159 @kindex v (Summary)
3160 Toggle displaying of message window.
3161 @findex wl-summary-toggle-disp-msg
3162 (@code{wl-summary-toggle-disp-msg})
3163
3164 @item V
3165 @kindex V (Summary)
3166 Move to the virtual folder with the condition specified.
3167 If called with prefix argument and current folder is virtual, exit it.
3168 @findex wl-summary-virtual
3169 (@code{wl-summary-virtual})
3170
3171 @item @key{TAB}
3172 @kindex @key{TAB} (Summary)
3173 @findex wl-summary-goto-last-displayed-msg
3174 Jump to the message which is displayed last.
3175 (@code{wl-summary-goto-last-displayed-msg})
3176
3177 @item ?
3178 @kindex ? (Summary)
3179 Put @samp{*} mark on the messages that satisfies the specified condition.
3180 @findex wl-summary-pick
3181 (@code{wl-summary-pick})
3182
3183 @item R
3184 @kindex R (Summary)
3185 @findex wl-summary-mark-as-read
3186 Mark as read the message at the current cursor point.
3187 (@code{wl-summary-mark-as-read})
3188
3189 @item i
3190 @kindex i (Summary)
3191 Prefetch the message at the current cursor point.
3192 With prefix argument, prefetch the message even if it is cached.
3193 @findex wl-summary-prefetch
3194 (@code{wl-summary-prefetch})
3195
3196 @item x
3197 @kindex x (Summary)
3198 Execute @samp{D}, @samp{o} and @samp{O} marks.
3199 @findex wl-summary-exec
3200 (@code{wl-summary-exec})
3201
3202 @item *
3203 @kindex * (Summary)
3204 @findex wl-summary-target-mark-line
3205 Put target mark on the message at the current cursor point.
3206 (@code{wl-summary-target-mark-line})
3207
3208 @item o
3209 @kindex o (Summary)
3210 Put refile mark on the message at the current cursor point.
3211 @findex wl-summary-refile
3212 (@code{wl-summary-refile})
3213
3214 @item C-o
3215 @kindex C-o (Summary)
3216 Execute auto refile.
3217 @findex wl-summary-auto-refile
3218 (@code{wl-summary-auto-refile})
3219
3220 @item O
3221 @kindex O (Summary)
3222 Put copy mark on the message at the current cursor point.
3223 @findex wl-summary-copy
3224 (@code{wl-summary-copy})
3225
3226 @item M-o
3227 @kindex M-o (Summary)
3228 Put refile mark on the message at the current cursor point with the destination
3229 previously specified.
3230 @findex wl-summary-refile-prev-destination
3231 (@code{wl-summary-refile-prev-destination})
3232
3233 @item d
3234 @kindex d (Summary)
3235 @findex wl-summary-delete
3236 Put delete mark on the message at the current cursor point.
3237 (@code{wl-summary-delete})
3238
3239 @item u
3240 @kindex u (Summary)
3241 @findex wl-summary-unmark
3242 Unmark the temporal mark on the message at the current cursor point.
3243 (@code{wl-summary-unmark})
3244
3245 @item U
3246 @kindex U (Summary)
3247 Unmark all the temporal marks.
3248 @findex wl-summary-unmark-all
3249 (@code{wl-summary-unmark-all})
3250
3251 @item r R
3252 @kindex r R (Summary)
3253 @findex wl-summary-mark-as-read-region
3254 Mark as read messages in the specified region.
3255 (@code{wl-summary-mark-as-read-region})
3256
3257 @item r $
3258 @kindex r $ (Summary)
3259 @findex wl-summary-mark-as-important-region
3260 Mark as important @samp{$} messages in the specified region.
3261 If @samp{$} already exists, it is deleted.
3262 (@code{wl-summary-mark-as-important-region})
3263
3264 @item r !
3265 @kindex r ! (Summary)
3266 @findex wl-summary-mark-as-unread-region
3267 Mark as unread messages in the specified region.
3268 (@code{wl-summary-mark-as-unread-region})
3269
3270 @item r i
3271 @kindex r i (Summary)
3272 @findex wl-summary-prefetch-region
3273 Prefetch messages in the specified region.
3274 (@code{wl-summary-prefetch-region})
3275
3276 @item r x
3277 @kindex r x (Summary)
3278 @findex wl-summary-exec-region
3279 Execute @samp{D}, @samp{o} and @samp{O} marks on the messages in the
3280 specified region.
3281 (@code{wl-summary-exec-region})
3282
3283 @item r *
3284 @kindex r * (Summary)
3285 @findex wl-summary-target-mark-region
3286 Put target mark on the messages in the specified region.
3287 (@code{wl-summary-target-mark-region})
3288
3289 @item r o
3290 @kindex r o (Summary)
3291 @findex wl-summary-refile-region
3292 Put refile mark on the messages in the specified region.
3293 (@code{wl-summary-refile-region})
3294
3295 @item r O
3296 @kindex r O (Summary)
3297 @findex wl-summary-copy-region
3298 Put copy mark on the messages in the specified region.
3299 (@code{wl-summary-copy-region})
3300
3301 @item r d
3302 @kindex r d (Summary)
3303 @findex wl-summary-delete-region
3304 Put delete mark on the messages in the specified region.
3305 (@code{wl-summary-delete-region})
3306
3307 @item r u
3308 @kindex r u (Summary)
3309 @findex wl-summary-unmark-region
3310 Delete temporal mark on the messages in the specified region.
3311 (@code{wl-summary-unmark-region})
3312
3313 @item r y
3314 @kindex r y (Summary)
3315 Save messages in the specified region.
3316 @findex wl-summary-save-region
3317 (@code{wl-summary-save-region})
3318
3319 @item t R
3320 @kindex t R (Summary)
3321 @findex wl-thread-mark-as-read
3322 Mark as read messages which are the descendant of the current thread.
3323 With prefix argument, it affects on the all messages in the thread tree.
3324 (@code{wl-thread-mark-as-read})
3325
3326 @item t $
3327 @kindex t $ (Summary)
3328 @findex wl-thread-mark-as-important
3329 Put important mark @samp{$} on the messages which are the
3330 descendant of the current thread.
3331 If @samp{$} mark exists, it is deleted.
3332 With prefix argument, it affects on the all messages in the thread tree.
3333 (@code{wl-thread-mark-as-important})
3334
3335 @item t !
3336 @kindex t ! (Summary)
3337 @findex wl-thread-mark-as-unread
3338 Mark as unread messages which are the descendant of the current thread.
3339 With prefix argument, it affects on the all messages in the thread tree.
3340 (@code{wl-thread-mark-as-unread})
3341
3342 @item t i
3343 @kindex t i (Summary)
3344 @findex wl-thread-prefetch
3345 Prefetch messages which are the descendant of the current thread.
3346 With prefix argument, it affects on the all messages in the thread tree.
3347 (@code{wl-thread-prefetch})
3348
3349 @item t x
3350 @kindex t x (Summary)
3351 @findex wl-thread-exec
3352 Execute @samp{D}, @samp{o} and @samp{O} marks on the messages which are
3353 the descendant of the current thread.  With prefix argument, it affects
3354 on the all messages in the thread tree.
3355 (@code{wl-thread-exec})
3356
3357 @item t *
3358 @kindex t * (Summary)
3359 @findex wl-thread-target-mark
3360 Put target mark @samp{*} on the messages which are the descendant of the
3361 current thread.  With prefix argument, it affects on the all messages in
3362 the thread tree.
3363 (@code{wl-thread-target-mark})
3364
3365 @item t o
3366 @kindex t o (Summary)
3367 @findex wl-thread-refile
3368 Put refile mark on the messages which are the descendant of the current thread.
3369 With prefix argument, it affects on the all messages in the thread tree.
3370 (@code{wl-thread-refile})
3371
3372 @item t O
3373 @kindex t O (Summary)
3374 @findex wl-thread-copy
3375 Put copy mark on the messages which are the descendant of the current thread.
3376 With prefix argument, it affects on the all messages in the thread tree.
3377 (@code{wl-thread-copy})
3378
3379 @item t d
3380 @kindex t d (Summary)
3381 @findex wl-thread-delete
3382 Put delete mar on the messages which are the descendant of the current thread.
3383 With prefix argument, it affects on the all messages in the thread tree.
3384 (@code{wl-thread-delete})
3385
3386 @item t u
3387 @kindex t u (Summary)
3388 @findex wl-thread-unmark
3389 Unmark temporal mark on the messages which are the descendant of the
3390 current thread. With prefix argument, it affects on the all messages in
3391 the thread tree.
3392 (@code{wl-thread-unmark})
3393
3394 @item t y
3395 @kindex t y (Summary)
3396 @findex wl-thread-save
3397 Save messages which are the descendant of the current thread.
3398 With prefix argument, it affects on the all messages in the thread tree.
3399 (@code{wl-thread-save})
3400
3401 @item m i
3402 @kindex m i (Summary)
3403 @findex wl-summary-target-mark-prefetch
3404 Prefetch all messages which have target mark @samp{*}.
3405 With prefix argument, prefetch all targets even if some of them are cached.
3406 (@code{wl-summary-target-mark-prefetch})
3407
3408 @item m R
3409 @kindex m R (Summary)
3410 @findex wl-summary-target-mark-mark-as-read
3411 Mark as read all messages which have target mark @samp{*}.
3412 (@code{wl-summary-target-mark-mark-as-read})
3413
3414 @item m $
3415 @kindex m $ (Summary)
3416 @findex wl-summary-target-mark-mark-as-important
3417 Mark as important all messages which have target mark @samp{*}.
3418 If already marked as @samp{$}, it is deleted.
3419 (@code{wl-summary-target-mark-mark-as-important})
3420
3421 @item m !
3422 @kindex m ! (Summary)
3423 @findex wl-summary-target-mark-mark-as-unread
3424 Mark as unread all messages which have target mark @samp{*}.
3425 (@code{wl-summary-target-mark-mark-as-unread})
3426
3427 @item m o
3428 @kindex m o (Summary)
3429 @findex wl-summary-target-mark-refile
3430 Put refile mark on the messages which have target mark @samp{*}.
3431 (@code{wl-summary-target-mark-refile})
3432
3433 @item m O
3434 @kindex m O (Summary)
3435 @findex wl-summary-target-mark-copy
3436 Put copy mark on the messages which have target mark @samp{*}.
3437 (@code{wl-summary-target-mark-copy})
3438
3439 @item m d
3440 @kindex m d (Summary)
3441 @findex wl-summary-target-mark-delete
3442 Put delete mark on the messages which have target mark @samp{*}.
3443 (@code{wl-summary-target-mark-delete})
3444
3445 @item m y
3446 @kindex m y (Summary)
3447 @findex wl-summary-target-mark-save
3448 Save messages which have target mark @samp{*}.
3449 (@code{wl-summary-target-mark-save})
3450
3451 @item m u
3452 @kindex m u (Summary)
3453 Unmark all temporal marks.
3454 (@code{wl-summary-delete-all-temp-marks})
3455 @findex wl-summary-delete-all-temp-marks
3456
3457 @item m a
3458 @kindex m a (Summary)
3459 Put target mark @samp{*} on the all messages.
3460 (@code{wl-summary-target-mark-all})
3461 @findex wl-summary-target-mark-all
3462
3463 @item m t
3464 @kindex m t (Summary)
3465 Put target mark @samp{*} on the messages in the current thread.
3466 @findex wl-summary-target-mark-thread
3467 (@code{wl-summary-target-mark-thread})
3468
3469 @item m r
3470 @kindex m r (Summary)
3471 @findex wl-summary-target-mark-region
3472 Put target mark @samp{*} on the messages in the specified region.
3473 (@code{wl-summary-target-mark-region})
3474
3475 @item m A
3476 @kindex m A (Summary)
3477 @findex wl-summary-target-mark-reply-with-citation
3478 Prepare a draft which cites all messages which have target mark @samp{*}.
3479 (@code{wl-summary-target-mark-reply-with-citation})
3480
3481 @item m f
3482 @kindex m f (Summary)
3483 @findex wl-summary-target-mark-forward
3484 Prepare a draft which forwards all messages which have target mark @samp{*}.
3485 (@code{wl-summary-target-mark-forward})
3486
3487 @item m U
3488 @kindex m U (Summary)
3489 @findex wl-summary-target-mark-uudecode
3490 Uudecode the messages which have target mark @samp{*}.
3491 (@code{wl-summary-target-mark-uudecode})
3492
3493 @item m ?
3494 @kindex m ? (Summary)
3495 @findex wl-summary-target-mark-pick
3496 Pick messages from the @samp{*} marked messages.
3497 That is, @samp{*} marks on the messages are remained
3498 if the specified condition is satisfied.
3499 (@code{wl-summary-target-mark-pick})
3500
3501 @item M-t
3502 @kindex M-t (Summary)
3503 @findex wl-toggle-plugged
3504 Toggle offline/online status of Wanderlust.
3505 (@code{wl-toggle-plugged})
3506
3507 @item C-t
3508 @kindex C-t (Summary)
3509 Start Wanderlust's plug-status manager.
3510 (@code{wl-plugged-change})
3511
3512 @item C-c C-o
3513 @kindex C-c C-o (Summary)
3514 @findex wl-jump-to-draft-buffer
3515 Move to the draft buffer if available.  If multiple draft buffer exists,
3516 moved to one after another.  If prefix argument is specified, load draft
3517 folder's message to the draft buffer and jump to it.
3518 (@code{wl-jump-to-draft-buffer})
3519
3520 @item M-w
3521 @kindex M-w (Summary)
3522 @findex wl-summary-save-current-message
3523 Save the message at the current cursor point.
3524 (@code{wl-summary-save-current-message})
3525
3526 @item C-y
3527 @kindex C-y (Summary)
3528 @findex wl-summary-yank-saved-message
3529 Regard the message at the current cursor point as
3530 parent, connect the message saved by
3531 @code{wl-summary-save-current-message}
3532 to the thread.
3533 (@code{wl-summary-yank-saved-message})
3534 @end table
3535
3536
3537 @node Variables of Summary,  , Key Bindings of Summary, Summary
3538 @section Customiziable variables
3539
3540 @table @code
3541 @item wl-summary-move-order
3542 @vindex wl-summary-move-order
3543 The initial setting is @code{unread}.  Specify cursor moving policy.  If
3544 you want to precede new messages, set @code{new}.  If you want to
3545 precede unread messages, set @code{unread}.  If @code{nil}, proceed to
3546 next message.
3547
3548 @item wl-auto-select-first
3549 @vindex wl-auto-select-first
3550 The initial setting is @code{nil}.
3551 If non-nil, first message is automatically displayed.
3552
3553 @item wl-auto-select-next
3554 @vindex wl-auto-select-next
3555 The initial setting is @code{nil}. This controls behavior when there is
3556 no unread message in current summary.
3557
3558 @example
3559 nil: asks whether you want to go back to folder mode
3560 'unread: asks whether you want to go to next unread folder
3561   If the next one comes to be possessing no unread message
3562   by treatment of cross-posted messages or Scoring, then
3563   asks whether you want to go to next to next folder.
3564 'skip-no-unread: similar as unread
3565   But does not ask before going to next to next folder.
3566 otherwise: asks whether you want to go to next unread folder
3567 @end example
3568
3569 It might be useful to set @code{'skip-no-unread} for people who
3570 want to continue reading by just pressing and pressing space key.
3571
3572 @item wl-thread-insert-opened
3573 @vindex wl-thread-insert-opened
3574 The initial setting is @code{nil}.
3575 If non-nil, thread is inserted as opened.
3576
3577 @item wl-thread-open-reading-thread
3578 @vindex wl-thread-open-reading-thread
3579 The initial setting is @code{t}.  If non-nil, reading thread is
3580 automatically opened though it is closed thread.
3581
3582 @item wl-summary-exit-next-move
3583 @vindex wl-summary-exit-next-move
3584 The initial setting is @code{t}.  If non-nil, move to next folder at
3585 summary exit.
3586
3587 @item wl-folder-move-cur-folder
3588 @vindex wl-folder-move-cur-folder
3589 The initial setting is @code{nil}.  If non-nil, cursor position on the
3590 folder is moved.
3591
3592 @item wl-summary-weekday-name-lang
3593 @vindex  wl-summary-weekday-name-lang
3594 The initial setting is @samp{ja}.  Specify language of the weekday.
3595 @samp{en} displays English, @samp{fr} displays French, @samp{de}
3596 displays Deutsch. You should rescan summary view after changing this value.
3597
3598 @item wl-summary-fix-timezone
3599 @vindex wl-summary-fix-timezone
3600 The initial setting is @code{nil}.
3601 Time zone of the date string in summary mode is adjusted using this value.
3602 If @code{nil}, it is adjust to the default time zone information
3603 (system's default time zone or environment variable @samp{TZ}).
3604
3605 @item wl-use-petname
3606 @vindex  wl-use-petname
3607 The initial setting is @code{t}.
3608 If non-nil, sender part displays nickname.
3609
3610 @item wl-break-pages
3611 @vindex  wl-break-pages
3612 The initial setting is @code{t}.
3613 If non-nil, message is split as pages by @samp{^L}.
3614
3615 @item wl-message-window-size
3616 @vindex  wl-message-window-size
3617 The initial setting is '(1 . 4).
3618 A cons cell to specify the rate of summary and message window.
3619 car:cdr corresponds summary:message.
3620
3621 @item wl-summary-no-from-message
3622 @vindex  wl-summary-no-from-message
3623 The initial setting is @samp{nobody@@nowhere?}.  A string which is
3624 displayed when there's no @samp{From:} field in the message.
3625
3626 @item wl-summary-no-subject-message
3627 @vindex  wl-summary-no-subject-message
3628 The initial setting is @samp{(WL:No Subject in original.)}.  A string
3629 which is displayed when there's no @samp{Subject:} field in the message.
3630
3631 @item wl-summary-use-frame
3632 @vindex wl-summary-use-frame
3633 The initial setting is @code{nil}.
3634 If non-nil, use new frame for the summary.
3635
3636 @item wl-use-folder-petname
3637 @vindex  wl-use-folder-petname
3638 The initial setting is the list shown below:
3639
3640 @lisp
3641 @group
3642 (modeline)
3643 @end group
3644 @end lisp
3645
3646 @noindent
3647 A list of display policy (symbol) of folder nickname.  Available symbols
3648 are:
3649
3650 @table @code
3651 @item modeline
3652 Display folder petname on modeline.
3653 @item ask-folder
3654 Destination folder is notified as nickname if
3655 @code{wl-auto-select-next} is non-nil.
3656 @item read-folder
3657 You can input folder name by nickname in the function
3658 @code{wl-summary-read-folder}.
3659 @end table
3660
3661 @item wl-summary-move-direction-toggle
3662 @vindex  wl-summary-move-direction-toggle
3663 The initial setting is @code{t}.  If non-nil, last executed @kbd{p},
3664 @kbd{P}, @kbd{n}, @kbd{N} toggles the direction of cursor move.  If you
3665 want to aware of reading direction, set this to @code{t}.
3666
3667 @item wl-summary-width
3668 @vindex  wl-summary-width
3669 The initial setting is 80.
3670 Width of summary line. If @code{nil}, summary line's width is as is.
3671
3672 @item wl-summary-from-width
3673 @vindex wl-summary-from-width
3674 The initial setting is 17.
3675 Width of sender part of summary line.
3676
3677 @item wl-summary-subject-length-limit
3678 @vindex wl-summary-subject-length-limit
3679 The initial setting is @code{nil}. Specify the limit for the length of
3680 subject parts in summary. @code{nil} means unlimited.
3681
3682 @item wl-summary-indent-length-limit
3683 @vindex  wl-summary-indent-length-limit
3684 The initial setting is 46.
3685 Specify the limit of thread indent level. @code{nil} means unlimited
3686 indent level.
3687 If you set this to @code{nil} you should set @code{wl-summary-width}
3688 to @code{nil}, too.
3689
3690 @item wl-summary-recenter
3691 @vindex  wl-summary-recenter
3692 The initial setting is t.
3693 If non-nil, cursor point is moved to the center of the summary window.
3694
3695 @item wl-summary-divide-thread-when-subject-changed
3696 @vindex wl-summary-divide-thread-when-subject-changed
3697 The initial setting is @code{nil}.  If non-nil, thread is split if
3698 the subject is changed.
3699
3700 @item wl-summary-search-via-nntp
3701 @vindex wl-summary-search-via-nntp
3702 The initial setting is @code{confirm}.
3703
3704 If non-nil and @code{wl-summary-jump-to-msg-by-message-id} failed, call
3705 @code{wl-summary-jump-to-msg-by-message-id-via-nntp} and search message
3706 from the NNTP server @code{elmo-nntp-default-server}.  The value of
3707 @code{elmo-nntp-default-user}, @code{elmo-nntp-default-port},
3708 @code{elmo-nntp-default-stream-type} are used.
3709
3710 If @code{confirm}, server name can be specified. You can specify NNTP
3711 folder format like @samp{-:username@@servername:119!}.
3712
3713 @item wl-summary-keep-cursor-command
3714 @vindex wl-summary-keep-cursor-command
3715 The initial setting is the list shown below:
3716
3717 @lisp
3718 @group
3719 (wl-summary-goto-folder wl-summary-goto-last-visited-folder)
3720 @end group
3721 @end lisp
3722
3723 @noindent
3724 When you entered to summary by these commands and the target summary
3725 buffer already exists, summary status is not automatically updated and
3726 cursor position is saved.
3727
3728 @item elmo-folder-update-threshold
3729 @vindex elmo-folder-update-threshold
3730 The initial setting is 500.  If updated message number is larger than
3731 this value, confirm whether drop them or not (in the case where the value
3732 of @code{elmo-folder-update-confirm} is non-nil).
3733
3734 @item elmo-folder-update-confirm
3735 @vindex elmo-folder-update-confirm
3736 The initial setting is @code{t}. If the value is non-nil, do check with
3737 @code{elmo-folder-update-threshold}.
3738
3739 @item wl-summary-always-sticky-folder-list
3740 @vindex wl-summary-always-sticky-folder-list
3741 The initial setting is @code{nil}.
3742 @code{wl-summary-always-sticky-folder-list} specifies the folders that
3743 are automatically stuck. Each element is regexp of folder name.
3744
3745 @item wl-summary-reserve-mark-list
3746 @vindex wl-summary-reserve-mark-list
3747 The initial setting is the list shown below:
3748
3749 @lisp
3750 @group
3751 ("o" "O" "D")
3752 @end group
3753 @end lisp
3754
3755 @noindent
3756 If a message is already marked as temporal marks in this list, the
3757 message is not marked by any mark command.
3758
3759 @item wl-summary-skip-mark-list
3760 @vindex wl-summary-skip-mark-list
3761 The initial setting is the list shown below:
3762
3763 @lisp
3764 @group
3765 ("D")
3766 @end group
3767 @end lisp
3768
3769 @noindent
3770 If a message is already marked as temporal marks in this list, the
3771 message is skipped at cursor move.
3772
3773 @item elmo-message-fetch-threshold
3774 @vindex elmo-message-fetch-threshold
3775 The initial setting is 30000 (bytes).  If displaying message has larger
3776 size than this value, Wanderlust confirms whether fetch the message or
3777 not (in the case where the value of @code{elmo-message-fetch-confirm}
3778 is non-nil).
3779
3780 @item elmo-message-fetch-confirm
3781 @vindex elmo-message-fetch-confirm
3782 The initial setting is @code{t}. If the value is non-nil, do check with
3783 @code{elmo-message-fetch-threshold}.
3784
3785 @item wl-prefetch-threshold
3786 @vindex wl-prefetch-threshold
3787 The initial setting is 30000 (bytes). If prefetching message has larger
3788 size than this value and @code{wl-prefetch-confirm} is non-nil,
3789 Wanderlust confirms whether prefetch the message or not.  If
3790 @code{wl-prefetch-threshold} is @code{nil}, the message is prefetched
3791 without confirmation.
3792
3793 @item wl-prefetch-confirm
3794 @vindex wl-prefetch-confirm
3795 The initial setting is @code{t}. If non-nil, Wanderlust confirms whether
3796 prefetch the message or not if the message has larger size than
3797 @code{wl-prefetch-threshold}.
3798
3799 @item elmo-imap4-use-cache
3800 @vindex elmo-imap4-use-cache
3801 The initial setting is @code{t}.  If non-nil, messages read via IMAP4
3802 are cached.
3803
3804 @item elmo-nntp-use-cache
3805 @vindex elmo-nntp-use-cache
3806 The initial setting is @code{t}.  If non-nil, messages read via NNTP are
3807 cached.
3808
3809 @item elmo-pop3-use-cache
3810 @vindex elmo-pop3-use-cache
3811 The initial setting is @code{t}.  If non-nil, messages read via POP3 are
3812 cached.
3813
3814 @item elmo-shimbun-use-cache
3815 @vindex elmo-shimbun-use-cache
3816 The initial setting is @code{t}.  If non-nil, messages read in Shimbun
3817 folders are cached.
3818
3819 @item wl-folder-process-duplicates-alist
3820 @vindex wl-folder-process-duplicates-alist
3821 The initial setting is @code{nil}.
3822 This list determines how to deal with duplicated messages in the same folder.
3823 Each item in the list is regexp of folder name and action; you can specify any
3824 one of the following in the place of action:
3825
3826 @example
3827 @code{nil} : do nothing for duplicated messages.
3828 @code{hide} : hide duplicated messages from the summary.
3829 @code{read} : set duplicated messages as read.
3830 @end example
3831
3832 @noindent
3833 Following is an example (hide duplicated messages in multi folders)
3834
3835 @lisp
3836 @group
3837 (setq wl-folder-process-duplicates-alist
3838                  '(("^\\+draft$" . nil) ("^\\+trash$" . nil)
3839                    ("^\\*.*" . hide) (".*" . read)))
3840 @end group
3841 @end lisp
3842 @end table
3843
3844
3845 @node Message, Draft, Summary, Top
3846 @chapter Message Buffer
3847
3848 Message Buffers utilize MIME-View mode of SEMI.  For operational
3849 procedures and key bindings, refer to respective documents.
3850 @xref{MIME-View, , ,mime-ui-en, a MIME user interface for GNU Emacs}.
3851 You can also see help by @kbd{?} in message buffer.
3852
3853 @kbd{p} at the top of a message or @kbd{n} at the bottom of a message
3854 brings you back to Summary mode.  @kbd{l} toggles display of Summary
3855 mode buffer.
3856
3857 @section Key Bindings
3858
3859 @table @kbd
3860
3861 @item l
3862 @kindex l (Message)
3863 @findex wl-message-toggle-disp-summary
3864 Toggles display of Summary mode buffer.
3865 (@code{wl-message-toggle-disp-summary})
3866
3867 @item Button-2
3868 @findex wl-message-refer-article-or-url
3869 @kindex Button-2 (Message)
3870 Assumes @samp{Message-ID:} at the mouse pointer, and shows the
3871 corresponding message if found.
3872 (@code{wl-message-refer-article-or-url})
3873
3874 @item Button-4 (upward movement of a wheel)
3875 @kindex Button-4 (Message)
3876 @findex wl-message-wheel-down
3877 Scrolls the message backwards.  When the top of the message is hit,
3878 moves to the previous message.
3879 (@code{wl-message-wheel-down})
3880
3881 @item Button-5 (downward movement of a wheel)
3882 @kindex Button-5 (Message)
3883 @findex wl-message-wheel-up
3884 Scrolls the message forward.  When the bottom of the message is hit,
3885 moves to the next message.
3886 (@code{wl-message-wheel-up})
3887 @end table
3888
3889 @section Customizable Variables
3890
3891 @table @code
3892 @item wl-message-window-size
3893 @vindex wl-message-window-size
3894 Initial setting is @code{'(1 . 4)}.  It is a cons cell and the ratio of
3895 its car and cdr value corresponds to the ratio of Summary and Message
3896 windows.
3897
3898 @item wl-message-ignored-field-list
3899 @vindex wl-message-ignored-field-list
3900 (SEMI only) Initial setting is @code{nil}.
3901 All fields that match this list will be hidden in message buffer.
3902 Each elements are regexp of field-name.
3903 If @code{nil}, the value of @code{mime-view-ignored-field-list} is used.
3904
3905 @item wl-message-visible-field-list
3906 @vindex wl-message-visible-field-list
3907 (SEMI only) Initial setting is @code{nil}.
3908 All fields that match this list will be display in message buffer.
3909 Each elements are regexp of field-name. This value precedes
3910 @code{wl-message-ignored-field-list}.
3911 If @code{nil}, the value of @code{mime-view-visible-field-list} is used.
3912
3913 @item wl-message-sort-field-list
3914 @vindex wl-message-sort-field-list
3915 (SEMI only) Initial setting is
3916 '("Return-Path" "Received" "^To" "^Cc" "Newsgroups" "Subject" "^From").
3917 Header fields in message buffer are ordered by this value.
3918 Each elements are regexp of field-name.
3919
3920 @item wl-message-truncate-lines
3921 @vindex wl-message-truncate-lines
3922 The initial value is the value of @code{default-truncate-lines}.
3923 If it is non-nil, truncate long lines in message buffer.
3924 @end table
3925
3926 @node Draft, Disconnected Operations, Message, Top
3927 @chapter Draft Buffer
3928
3929 At Summary mode, pressing @kbd{w} and the like creates a new draft
3930 buffer.  You can edit and send mail and news articles in this buffer.
3931
3932 @section Tips
3933
3934 Basically it is Emacs-standard mail mode.
3935
3936 @subsection Address Completion
3937
3938 Initially, the cursor is at the @samp{To:} field.  Fill in recipients
3939 addresses.  @kbd{@key{TAB}} completes them.
3940
3941 If you want to submit a news article, add @samp{Newsgroups:} field by
3942 yourself.  Field names can be completed by @kbd{@key{TAB}}.
3943
3944 If you save the draft buffer you are editing, it is appended to the
3945 folder specified by @code{wl-draft-folder}.
3946
3947 Using @samp{FCC:} field, you can specify the folder to which a copy of
3948 the message is saved when it is sent.
3949
3950 @subsection Editing Messages
3951
3952 Multi-part editing utilize MIME edit mode of SEMI.  For procedures of
3953 editing, refer to respective documents.  @xref{MIME-Edit, , ,mime-ui-en,
3954 a MIME user interface for GNU Emacs}.
3955 You can also see help by @kbd{C-c C-x ?} in draft buffer.
3956
3957 @subsection Dynamic Modification of Messages
3958 @vindex wl-draft-config-alist
3959 @c @cindex Change Message
3960 @c @cindex Message, Change Dynamic
3961
3962 You can set @code{wl-draft-config-alist} so that header and body of the
3963 message will automatically modified depending on information of header
3964 and others.
3965
3966 The initial setting of @code{wl-draft-config-alist} is @code{nil}.
3967
3968 In the example below, the header is modified when
3969 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked.  You
3970 can set @code{wl-interactive-send} to non-nil so as to confirm changes
3971 before sending the message.
3972
3973 @lisp
3974 @group
3975 (setq wl-draft-config-alist
3976       '(((string-match "aaa\\.example\\.com$" (system-name))
3977          ;; @r{applied if the expression is non-nil}
3978          (wl-smtp-posting-server . "mailserver-B")
3979          (wl-nntp-posting-server . "newsserver-B")
3980          ;; @r{settings of temporary variables}
3981          )
3982         ("^To: .*user@@aaa\\.bbb\\.example\\.com"
3983          ;; @r{applied if it matches the header of the draft buffer}
3984          ("Organization" . (format "Go %s" my-webpage)))
3985                        ;; @r{you can write elisp expressions here (eval only)}
3986          (top . "Hello.\n")    ;; @r{inserted at the top of the body}
3987          (bottom . "\nBye.\n") ;; @r{inserted at the bottom of the body}
3988         ))
3989 @end group
3990 @end lisp
3991
3992 The format of @code{wl-draft-config-alist} is:
3993
3994 @example
3995 @group
3996 '(("@var{regexp of the header}" or @var{elisp expression}
3997   ("@var{Field}" . value(@var{elisp expression}))
3998    (@var{variable} . value(@var{elisp expression}))
3999    (@var{sub-function} . value(@var{elisp expression}))
4000    @var{function}
4001    @dots{})
4002   ("@var{regexp of the header}" or @var{elisp expression}
4003    ("@var{Field}" . value(@var{elisp expression}))
4004    @dots{}))
4005 @end group
4006 @end example
4007
4008 Per default, there are 10 following sub-functions.
4009
4010 @example
4011 'header:      Inserts the specified string at the bottom of the header.
4012 'header-top:  Inserts the specified string at the top of the header.
4013 'header-file: Inserts the specified file at the bottom of the header.
4014 'x-face:      Inserts @samp{X-Face:} field with the content of the specified file.
4015 'top:         Inserts the specified string at the top of the body.
4016 'top-file:    Inserts the specified file at the top of the body.
4017 'body:        Replaces the body with the specified string.
4018               Specifying @code{nil} deletes the entire body string.
4019 'body-file:   Replaces the body with the content of the specified file.
4020 'bottom:      Inserts the specified string at the bottom of the body.
4021 'bottom-file: Inserts the specified file at the top of the body.
4022 'part-top:  Inserts the specified string at the top of the current part.
4023 'part-bottom: Inserts the specified string at the bottom of the current part.
4024 'template:    Applies the specified template.
4025               (refer to the next subsection)
4026 @end example
4027
4028 These are defined in @code{wl-draft-config-sub-func-alist} and you can
4029 change them or add your own functions.  If you read the code, you can
4030 easily find how to write the functions.
4031
4032 At the first of each item, @var{a regular expression of the header} or
4033 an @var{elisp expression} should be specified.  In the case of an elisp
4034 expression, the item is applied when the expression is evaluated
4035 non-nil.
4036
4037 Per default, when multiple items match or are evaluated non-nil, all
4038 such items are applied, but if you set a variable
4039 @code{wl-draft-config-matchone} to @code{t}, only the first matching one
4040 is applied.
4041
4042 At the second of the item, a cons or a list of functions should be
4043 specified.  The car part of the cons should be a header field, a
4044 variable, or a sub-function.  When a header field is specified, the
4045 field will be modified.  If a variable is specified, the value of the
4046 variable will be modified temporarily.
4047
4048 In the cdr part of a cons, not only a variable but also an elisp
4049 expression can be specified as is.  If the car part is a header field
4050 and the cdr part is @code{nil}, the field will be deleted.
4051
4052 If you want to use name of parent folder, you can refer the buffer local
4053 variable @code{wl-draft-parent-folder}.
4054
4055 See the next example as well:
4056
4057 @lisp
4058 @group
4059 (setq wl-draft-config-alist
4060       '((reply                         ;; @r{(1)}
4061          "X-ML-Name: \\(Wanderlust\\|emacs-mime-ja\\|apel-ja\\)"
4062          ;; @r{applied if it matches the header of the buffer being replied}
4063          (body . "  Hello.\n")
4064          (template . "default")
4065          )))
4066 @end group
4067 @end lisp
4068
4069 As in the (1) above, if a header regexp is prepended with @code{reply},
4070 it is applied when the draft is prepared by @code{wl-summary-reply} for
4071 example, and when it matches the header being replied.  It is ignored
4072 when there is no buffer being replied, like after @code{wl-draft} was
4073 invoked.
4074
4075 Note that @code{wl-draft-config-alist} is applied only once when
4076 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked.
4077 Therefore, if you want to apply @code{wl-draft-config-alist} again after
4078 aborting transmission, execute @kbd{C-c C-e}
4079 (@code{wl-draft-config-exec}) explicitly.
4080
4081 If you don't want to apply @code{wl-draft-config-alist} when
4082 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked,
4083 do the following:
4084
4085 @lisp
4086 (remove-hook 'wl-draft-send-hook 'wl-draft-config-exec)
4087 @end lisp
4088
4089 If you want to apply @code{wl-draft-config-alist} when a draft buffer is
4090 prepared, do the following:
4091
4092 @lisp
4093 (add-hook 'wl-mail-setup-hook 'wl-draft-config-exec)
4094 @end lisp
4095
4096 If you want to apply @code{wl-draft-config-alist} when you re-edit a mail
4097 from summary mode by typing @kbd{E}(@code{wl-summary-reedit}), do the
4098 following:
4099
4100 @lisp
4101 (add-hook 'wl-draft-reedit-hook 'wl-draft-config-exec)
4102 @end lisp
4103
4104 @subsection Inserting Templates
4105 @cindex Template
4106 @cindex Apply Template
4107
4108 Set a variable @code{wl-template-alist}, and type @kbd{C-c C-j} or
4109 @kbd{M-x wl-template-select} in the draft buffer.
4110
4111 The format of @code{wl-template-alist} is almost the same as
4112 @code{wl-draft-config-alist}.
4113
4114 @lisp
4115 @group
4116 (setq wl-template-alist
4117       '(("default"
4118          ("From" . wl-from)
4119          ("Organization" . "~/.wl sample")
4120          (body . "Hello.\n"))
4121         ("report"
4122          (template . "default")                 ;; @r{(a)}
4123          ("To" . "boss@@example.com")
4124          ("Subject" . "Report")
4125          (body-file . "~/work/report.txt")
4126          )
4127         ))
4128 @end group
4129 @end lisp
4130
4131 As you can see, the only difference is item (template) names such as
4132 @samp{default} and @samp{report}, instead of a regexp of header.
4133 Because definition of each item is the same as
4134 @code{wl-draft-config-alist}, you can call another template, like (a).
4135
4136 Executing the command @code{wl-template-select} results in template
4137 selection, but the result differs depending on variable
4138 @code{wl-template-visible-select}.
4139
4140 If @code{wl-template-visible-select} is @code{t} (default), a buffer
4141 window is shown below the draft buffer.  You can select a template by
4142 @kbd{n} and @kbd{p} seeing the buffer window.
4143
4144 Press the @key{RET} key and the template is actually applied to the draft
4145 buffer.  If you press @kbd{q}, nothing is applied.  In addition, you can
4146 adjust the window size by @code{wl-template-buffer-lines}.
4147
4148 If @code{wl-template-visible-select} is @code{nil}, you should type the
4149 name of the template in the mini buffer.
4150
4151 As shown in the example in @code{wl-draft-config-alist}, you can select
4152 @samp{default} template by writing:
4153
4154 @lisp
4155 (template . "default")
4156 @end lisp
4157
4158 @subsection Sending mail by POP-before-SMTP
4159 @cindex POP-before-SMTP
4160
4161 You can send mail by POP-before-SMTP with this single line:
4162
4163 @lisp
4164 (setq wl-draft-send-mail-function 'wl-draft-send-mail-with-pop-before-smtp)
4165 @end lisp
4166
4167 @noindent
4168 Configure the following variables if you need.
4169
4170 @table @code
4171 @item wl-pop-before-smtp-user
4172 The POP user name for POP-before-SMTP authentication.
4173 If unset, @code{elmo-pop3-default-user} is used.
4174
4175 @item wl-pop-before-smtp-server
4176 The POP server name for POP-before-SMTP authentication.
4177 If unset, @code{elmo-pop3-default-server} is used.
4178
4179 @item wl-pop-before-smtp-authenticate-type
4180 The POP authentication method for POP-before-SMTP authentication.
4181 If unset, @code{elmo-pop3-default-authenticate-type} is used.
4182
4183 @item wl-pop-before-smtp-port
4184 The POP port number for POP-before-SMTP authentication.
4185 If unset, @code{elmo-pop3-default-port} is used.
4186
4187 @item wl-pop-before-smtp-stream-type
4188 If non-nil, POP connection is established using SSL.  If
4189 @code{starttls}, STARTTLS (RFC2595) connection will be established.  If
4190 unset, @code{elmo-pop3-default-stream-type} is used.
4191 @end table
4192
4193 If variables for POP-before-SMTP (@code{wl-pop-before-smtp-*}) are
4194 unset, settings for POP folders (@code{elmo-pop3-default-*}) are
4195 used.
4196 Therefore, if SMTP server and POP server are actually the same, and if
4197 POP folder per default (such as @samp{&}) is available, no settings are
4198 required.
4199
4200 Refer to the following URL about POP-before-SMTP.
4201
4202 @example
4203 @group
4204 http://spam.ayamura.org/tools/smPbS.html
4205 http://www.iecc.com/pop-before-smtp.html
4206 @end group
4207 @end example
4208
4209 @section Key Bindings
4210 @cindex Keybind, Draft Mode
4211 @cindex Keybind, Draft Buffer
4212
4213 @table @kbd
4214
4215 @item C-c C-y
4216 @kindex C-c C-y (Draft)
4217 @findex wl-draft-yank-original
4218 Cites the content of the current message buffer.
4219 (@code{wl-draft-yank-original})
4220
4221 @item C-c C-p
4222 @kindex C-c C-p (Draft)
4223 @findex wl-draft-preview-message
4224 Previews the content of the current draft.
4225 This is useful for previewing MIME multi-part messages.
4226 (@code{wl-draft-preview-message})
4227
4228 @item C-c C-s
4229 @kindex C-c C-s (Draft)
4230 @findex wl-draft-send
4231 Sends the content of the current draft.  Does not erase the draft buffer.
4232 This is useful for sending multiple messages, which are a little different
4233 from each other.
4234 (@code{wl-draft-send})
4235
4236 @item C-c C-c
4237 @kindex C-c C-c (Draft)
4238 @findex wl-draft-send-and-exit
4239 Sends the content of the current draft and erases the draft buffer.
4240 (@code{wl-draft-send-and-exit})
4241
4242 @item C-x C-s
4243 @kindex C-x C-s (Draft)
4244 @findex wl-draft-save
4245 Save the current draft.
4246 (@code{wl-draft-save})
4247
4248 @item C-c C-k
4249 @kindex C-c C-k (Draft)
4250 @findex wl-draft-kill
4251 Kills the current draft.
4252 (@code{wl-draft-kill})
4253
4254 @item C-x k
4255 @kindex C-x k (Draft)
4256 @findex wl-draft-mimic-kill-buffer
4257 Kills the current draft.
4258 (@code{wl-draft-mimic-kill-buffer})
4259
4260 @item C-c C-z
4261 @kindex C-c C-z (Draft)
4262 @findex wl-draft-save-and-exit
4263 Saves the current draft, and erases the draft buffer.
4264 This is useful if you want to suspend editing of the draft.
4265 You can resume editing by pressing @kbd{E} (@code{wl-summary-reedit}) in
4266 the @samp{+draft} folder.
4267 (@code{wl-draft-save-and-exit})
4268
4269 @item C-c C-r
4270 @kindex C-c C-r (Draft)
4271 @findex wl-caesar-region
4272 Encodes or decodes the specified region in Caesar cipher.
4273 (@code{wl-caesar-region})
4274
4275 @item C-l
4276 @kindex C-l (Draft)
4277 @findex wl-draft-highlight-and-recenter
4278 Recenter and rehighlight current draft.
4279 (@code{wl-draft-highlight-and-recenter})
4280
4281 @item M-t
4282 @kindex M-t (Draft)
4283 @findex wl-toggle-plugged
4284 Toggles off-line/on-line states of Wanderlust.
4285 (@code{wl-toggle-plugged})
4286
4287 @item C-c C-o
4288 @kindex C-c C-o (Draft)
4289 @findex wl-jump-to-draft-buffer
4290 Jumps to the other draft buffer, if exists.
4291 With prefix argument, reads a file (if any) from the draft folder when
4292 there is no such buffer.
4293 (@code{wl-jump-to-draft-buffer})
4294
4295 @item C-c C-e
4296 @kindex C-c C-e (Draft)
4297 @findex wl-draft-config-exec
4298 Applies @code{wl-draft-config-alist}.
4299 (@code{wl-draft-config-exec})
4300
4301 @item C-c C-j
4302 @kindex C-c C-j (Draft)
4303 @findex wl-template-select
4304 Selects a template.
4305 (@code{wl-template-select})
4306
4307 @item C-c C-a
4308 @kindex C-c C-a (Draft)
4309 @findex wl-addrmgr
4310 Enter Address Manager.
4311 @xref{Address Manager}.
4312 (@code{wl-addrmgr})
4313
4314 @item C-c C-d
4315 @kindex C-c C-d (Draft)
4316 @findex wl-draft-elide-region
4317 Elide the text between point and mark (@code{wl-draft-elide-region}).
4318 The text is killed and replaced with the contents of the variable
4319 @code{wl-draft-elide-ellipsis}.  The default value is to use an ellipsis
4320 (@samp{[...]}).
4321 @end table
4322
4323 @section Customizable Variables
4324
4325 @table @code
4326 @item wl-subscribed-mailing-list
4327 @vindex wl-subscribed-mailing-list
4328 The initial setting is @code{nil}.  Mailing lists to which you
4329 subscribe.  If any of these are contained in @samp{To:} or @samp{Cc:}
4330 field of a reply draft, removes your own address from
4331 @samp{Mail-Followup-To:} and @samp{Cc:}.  And if any of these are
4332 contained in @samp{To:} or @samp{Cc:} field of a message to be
4333 automatically re-filed, the destination folder will be leaned in
4334 connection with the address.
4335
4336 Example:
4337
4338 @lisp
4339 @group
4340 (setq wl-subscribed-mailing-list
4341       '("wl@@lists.airs.net"
4342         "apel-ja@@m17n.org"
4343         "emacs-mime-ja@@m17n.org"))
4344 @end group
4345 @end lisp
4346
4347 @item wl-insert-mail-followup-to
4348 @vindex wl-insert-mail-followup-to
4349 The initial setting is @code{nil}.  If non-nil, @samp{Mail-Followup-To:}
4350 field is automatically inserted in the draft buffer.
4351
4352 @item wl-insert-mail-reply-to
4353 @vindex wl-insert-mail-reply-to
4354 The initial setting is @code{nil}.  If non-nil, @samp{Mail-Reply-To:}
4355 field is automatically inserted in the draft buffer.
4356
4357 @item wl-auto-insert-x-face
4358 @vindex wl-auto-insert-x-face
4359 The initial setting is @code{t}.  If non-nil and there is an encoded
4360 X-Face string in a file @file{~/.xface} (the value of the variable
4361 @code{wl-x-face-file}), inserts it as an @samp{X-Face:} field in the
4362 draft buffer.  If @code{nil}, it is not automatically inserted.
4363
4364 @item wl-insert-message-id
4365 @vindex wl-insert-message-id
4366 The initial setting is @code{t}.  If non-nil, @samp{Message-ID:} field
4367 is automatically inserted on the transmission.
4368
4369 @item wl-local-domain
4370 @vindex wl-local-domain
4371 The initial setting is @code{nil}.  If @code{nil}, the return value of
4372 the function @code{system-name} will be used as the domain part of
4373 @samp{Message-ID:}.
4374
4375 If @code{system-name} does not return FQDN (i.e. the full name of the
4376 host, like @samp{smtp.gohome.org}), you @strong{must} set this variable
4377 to the string of the local domain name without hostname (like
4378 @samp{gohome.org}).  That is, a concatenation of @code{system-name}
4379 @samp{.} @code{wl-local-domain} is used as domain part of the
4380 @samp{Message-ID:}.
4381
4382 If your terminal does not have global IP, set the value of
4383 @code{wl-message-id-domain}.  (You might be beaten up on the Net News if
4384 you use invalid @samp{Message-ID:}.)
4385
4386 Moreover, concatenation of @code{system-name} @samp{.}
4387 @code{wl-local-domain} will be used as an argument to the HELO command
4388 in SMTP.
4389
4390 @item wl-message-id-domain
4391 @vindex wl-message-id-domain
4392 The initial setting is @code{nil}.  If non-nil, this value is used as a
4393 domain part of the @samp{Message-ID:}.  If your terminal does not have
4394 global IP address, set unique string to this value (e.x. your e-mail
4395 address).
4396
4397 @item wl-message-id-domain
4398 @vindex wl-message-id-domain
4399 The initial setting is @code{nil}.  If @code{nil}, the return value of
4400 the function @code{system-name} will be used as the domain part of
4401 @samp{Message-ID:}.  If @code{system-name} does not return FQDN
4402 (i.e. the full name of the host, like @samp{smtp.gohome.org}), you
4403 @strong{must} set this variable to the string of the full name of the
4404 host.  Otherwise, you might be beaten up on the Net News.
4405
4406 @item wl-draft-config-alist
4407 @vindex wl-draft-config-alist
4408 The initial setting is @code{nil}.  Modifies the draft message just
4409 before the transmission.  The content of @code{wl-draft-config-alist}
4410 will be automatically applied only once on the transmission.  If you
4411 want to apply it manually, use @kbd{C-c C-e}.  This command can be used
4412 many times.
4413
4414 @item wl-template-alist
4415 @vindex wl-template-alist
4416 The initial setting is @code{nil}.
4417 This variable specifies the template to be applied in the draft buffer.
4418
4419 @item wl-draft-config-matchone
4420 @vindex wl-draft-config-matchone
4421 The initial setting is @code{nil}.  If non-nil, only the first matching
4422 item is used when @code{wl-draft-config-alist} is applied.  If
4423 @code{nil}, all matching items are used.
4424
4425 @item wl-template-visible-select
4426 @vindex wl-template-visible-select
4427 The initial setting is @code{t}.
4428 If non-nil, you can preview the result of the template selection in
4429 another window.
4430
4431 @item wl-template-confirm
4432 @vindex wl-template-confirm
4433 The initial setting is @code{nil}.
4434 If non-nil, asks for confirmation when you press the enter key to select
4435 template while previewing.
4436
4437 @item wl-template-buffer-lines
4438 @vindex wl-template-buffer-lines
4439 The initial setting is 7.
4440 If @code{wl-template-visible-select} is non-nil, this variable specifies
4441 the size of the preview window.
4442
4443 @item wl-draft-reply-buffer-style
4444 @vindex wl-draft-reply-buffer-style
4445 The initial setting is @code{split}.  @code{split} or @code{full} can be
4446 specified.  In the case of @code{full}, the whole frame will be used for
4447 a reply draft buffer when it is prepared.
4448
4449 @item wl-draft-use-frame
4450 @vindex wl-draft-use-frame
4451 The initial setting is @code{nil}.
4452 If non-nil, use new frame for the draft.
4453
4454 @item wl-draft-truncate-lines
4455 @vindex wl-draft-truncate-lines
4456 The initial value is the value of @code{default-truncate-lines}.
4457 If it is non-nil, truncate long lines in draft buffer.
4458
4459 @item wl-from
4460 @vindex wl-from
4461 The initial setting is the value of the variable
4462 @code{user-mail-address}.  The value of this variable is inserted as a
4463 @samp{From:} field of the draft when it is prepared.
4464
4465 @item wl-envelope-from
4466 @vindex wl-envelope-from
4467 The initial setting is @code{nil}.
4468 The value of this variable is used for envelope from (MAIL FROM).
4469 If @code{nil}, the address part of @code{wl-from} is used.
4470
4471 @item wl-user-mail-address-list
4472 @vindex wl-user-mail-address-list
4473 The initial setting is @code{nil}.
4474 This is the User's address list.  If you have multiple addresses,
4475 set this variable.
4476
4477 @item wl-fcc
4478 @vindex wl-fcc
4479 The initial setting is @code{nil}.
4480 If non-nil, the value of this variable is inserted as a @samp{Fcc:} of
4481 the draft when it is prepared.  If function is specified, its return
4482 value is used.
4483
4484 @item wl-bcc
4485 @vindex wl-bcc
4486 The initial setting is @code{nil}.
4487 If non-nil, the value of this variable is inserted as a @samp{Bcc:} of
4488 the draft when it is prepared.
4489
4490 @item wl-reply-subject-prefix
4491 @vindex wl-reply-subject-prefix
4492 The initial setting is @samp{Re: }.
4493 In the @samp{Subject:} of the reply draft, this string is prepended to
4494 the @samp{Subject:} of being replied.
4495
4496 @item wl-draft-reply-use-address-with-full-name
4497 @vindex wl-draft-reply-use-address-with-full-name
4498 The initial setting is @code{t}.
4499 If non-nil, insert her full name with address when prepare a draft for
4500 reply a message.  If it is @code{nil}, insert her address only.
4501
4502 @item wl-draft-enable-queuing
4503 @vindex wl-draft-enable-queuing
4504 The initial setting is @code{t}.
4505 This flag controls off-line transmission.  If non-nil, the draft is
4506 sent off-line.
4507
4508 @item wl-draft-use-cache
4509 @vindex wl-draft-use-cache
4510 The initial setting is @code{nil}. If the value is non-nil and
4511 @code{wl-insert-message-id} is nil, cache the message which is sent.
4512
4513 @item wl-fcc-force-as-read
4514 @vindex wl-fcc-force-as-read
4515 The initial setting is @code{nil}. If the value is non-nil,
4516 Mark as read the message saved by @samp{Fcc:} (only for IMAP folders).
4517
4518 @item wl-auto-flush-queue
4519 @vindex wl-auto-flush-queue
4520 The initial setting is t.
4521 This flag controls automatic transmission of the queue when Wanderlust
4522 becomes on-line.  If non-nil, the queue is automatically transmitted
4523 (with confirmation by @code{y-or-n-p}).  If you want to transmit it
4524 manually, press @kbd{F} in the folder mode.
4525
4526 @item wl-ignored-forwarded-headers
4527 @vindex wl-ignored-forwarded-headers
4528 Initial setting is @samp{\\(received\\|return-path\\|x-uidl\\)}.
4529 All headers that match this regexp will be deleted when forwarding a message.
4530
4531 @item wl-ignored-resent-headers
4532 Initial setting is @samp{\\(return-receipt\\|[bdf]cc\\)}.
4533 All headers that match this regexp will be deleted when resending a message.
4534
4535 @item wl-draft-always-delete-myself
4536 @vindex wl-draft-always-delete-myself
4537 If non-nil, always removes your own address from @samp{To:} and
4538 @samp{Cc:} when you are replying to the mail addressed to you.
4539
4540 @item wl-draft-delete-myself-from-bcc-fcc
4541 @vindex wl-draft-delete-myself-from-bcc-fcc
4542 If any of @code{wl-subscribed-mailing-list} are contained in @samp{To:}
4543 or @samp{Cc:} field, do not insert @samp{Bcc:} or @samp{FCC:} field.
4544
4545 @item wl-smtp-posting-server
4546 @vindex wl-smtp-posting-server
4547 The initial setting is @code{nil}.
4548 This is the SMTP server name for mail transmission.
4549
4550 @item wl-smtp-posting-user
4551 @vindex wl-smtp-posting-user
4552 The initial setting is @code{nil}.
4553 This is the user name for SMTP AUTH authentication.  If @code{nil},
4554 @code{smtp-authenticate-user} is used.
4555
4556 @item wl-smtp-authenticate-type
4557 @vindex wl-smtp-authenticate-type
4558 The initial setting is @code{nil}.
4559 This is the authentication method for SMTP AUTH authentication.  If
4560 @code{nil}, @code{smtp-authenticate-type} is used.  If
4561 @code{smtp-authenticate-type} is still @code{nil}, authentication will
4562 not be carried out.
4563
4564 @item wl-smtp-connection-type
4565 @vindex wl-smtp-connection-type
4566 The initial setting is @code{nil}.
4567 This variable specifies how to establish SMTP connections.
4568 If @code{nil}, @code{smtp-connection-type} is used.
4569 If it is @code{starttls}, STARTTLS (RFC2595) is used.
4570
4571 @item wl-nntp-posting-server
4572 @vindex wl-nntp-posting-server
4573 The initial setting is @code{nil}.
4574 This is the NNTP server name used for news submission.
4575 If @code{nil}, @code{elmo-nntp-default-server} is used.
4576
4577 @item wl-nntp-posting-user
4578 @vindex wl-nntp-posting-user
4579 The initial setting is @code{nil}.
4580 This is the user name for AUTHINFO authentication on news submission.
4581 If @code{nil}, @code{elmo-nntp-default-user} is used.
4582 If it is still @code{nil}, AUTHINFO authentication will not be carried out.
4583
4584 @item wl-nntp-posting-port
4585 @vindex wl-nntp-posting-port
4586 The initial setting is @code{nil}.
4587 This is the port number of the NNTP server used for news submission.
4588 If @code{nil}, @code{elmo-nntp-default-server} is used.
4589
4590 @item wl-nntp-posting-stream-type
4591 @vindex wl-nntp-posting-stream-type
4592 The initial setting is @code{nil}.
4593 If @code{nil}, @code{elmo-nntp-default-stream-type} is evaluated.  If non-nil,
4594 SSL is used for news submission.  If @code{starttls}, STARTTLS (RFC2595)
4595 connection will be established.
4596
4597 @item wl-pop-before-smtp-user
4598 @vindex wl-pop-before-smtp-user
4599 The initial setting is @code{nil}.
4600 This is the POP user name for POP-before-SMTP.
4601 If it is @code{nil}, @code{elmo-pop3-default-user} is used.
4602
4603 @item wl-pop-before-smtp-server
4604 @vindex wl-pop-before-smtp-server
4605 The initial setting is @code{nil}.
4606 This is the POP server name for POP-before-SMTP.
4607 If it is @code{nil}, @code{elmo-pop3-default-server} is used.
4608
4609 @item wl-pop-before-smtp-authenticate-type
4610 @vindex wl-pop-before-smtp-authenticate-type
4611 The initial setting is @code{nil}.
4612 This is the authentication method for POP-before-SMTP authentication.
4613 If it is @code{nil}, @code{elmo-pop3-default-authenticate} is used.
4614
4615 @item wl-pop-before-smtp-port
4616 @vindex wl-pop-before-smtp-port
4617 The initial setting is @code{nil}.
4618 This is the POP port number for POP-before-SMTP.  If it is @code{nil},
4619 @code{elmo-pop3-default-port} is used.
4620
4621 @item wl-pop-before-smtp-stream-type
4622 @vindex wl-pop-before-smtp-stream-type
4623 The initial setting is @code{nil}.
4624 This flag controls the use of SSL for POP-before-SMTP.  If it is
4625 @code{nil}, @code{elmo-pop3-default-stream-type} is used.  If @code{starttls},
4626 STARTTLS (RFC2595) connection will be established.
4627
4628 @item wl-draft-queue-save-variables
4629 @vindex wl-draft-queue-save-variables
4630 Specifies a list of variable to which queued messages are saved on the
4631 off-line transmission.
4632
4633 @item wl-draft-sendlog
4634 @vindex wl-draft-sendlog
4635 The initial setting is @code{t}.
4636 If @code{t}, transmission log is written in @file{~/.elmo/sendlog}.  It
4637 is written when:
4638
4639 @itemize @minus
4640 @item drafts are sent by smtp or qmail
4641 @item saved into folders by fcc
4642 @item saved into folders by queuing
4643 @end itemize
4644
4645 (it is written even if the transmission fails).
4646 But transmission by @file{im-wl.el} is not written in the @file{sendlog}
4647 and left to the logging function of @command{imput}.
4648
4649
4650 @item wl-draft-sendlog-max-size
4651 @vindex wl-draft-sendlog-max-size
4652 The initial setting is 20000 (in bytes).
4653 If @code{wl-draft-sendlog} is @code{t}, the log is rotated when it grows
4654 beyond the size specified by this variable.
4655
4656 @item wl-use-ldap
4657 @vindex wl-use-ldap
4658 The initial setting is @code{nil}.
4659 If non-nil, address completion uses LDAP.
4660
4661 @item wl-ldap-server
4662 @vindex wl-ldap-server
4663 The initial setting is @samp{localhost}.
4664 LDAP server name for address completion.
4665
4666 @item wl-ldap-port
4667 @vindex wl-ldap-port
4668 The initial setting is @code{nil}.
4669 If non-nil, the value is used as port number.
4670
4671 @item wl-ldap-base
4672 @vindex wl-ldap-base
4673 The initial setting is @samp{c=US}.
4674 LDAP search starting point (base) for address completion.
4675
4676 @item wl-draft-remove-group-list-contents
4677 @vindex wl-draft-remove-group-list-contents
4678 The initial setting is @code{t}.
4679 If non-nil, remove the group-lists' members in the recipients when
4680 sending the message (group-list means the description such as
4681 @samp{Group: foo@@gohome.org, bar@@gohome.org;} in the recipients).
4682 @end table
4683
4684 @node Disconnected Operations, Expire and Archive, Draft, Top
4685 @chapter Off-line Management
4686 @cindex Disconnected Operations
4687
4688 Wanderlust has on-line and off-line states.
4689
4690 @menu
4691 * Off-line State::              Wanderlust has on-line and off-line states
4692 * Enable Operations::           Enable Disconnected Operations
4693 * Plugged Mode::                Switching On-line/Off-line per Server/Port
4694 * Off-line State settings::     Invoking Wanderlust in the Off-line State
4695 * Variables of Plugged Mode::   Customize Plugged Mode
4696 @end menu
4697
4698
4699 @node Off-line State, Enable Operations, Disconnected Operations, Disconnected Operations
4700 @section Off-line State
4701
4702 Wanderlust has on-line and off-line states.  In the off-line state, you
4703 cannot access messages via network, unless they are cached.
4704
4705 @samp{[ON]} in the mode line indicates the on-line state.  @samp{[--]}
4706 in the mode line indicates the off-line state.  In folder or summary
4707 modes, press @kbd{M-t} to switch between off- and on-line.
4708
4709 You can invoke Wanderlust in the off-line state by setting
4710 @code{wl-plugged} to @code{nil} in @file{~/.wl} or anything appropriate.
4711
4712 In the off-line mode, @kbd{n} and @kbd{p} command in the summary mode
4713 ignores uncached messages.
4714
4715
4716 @node Enable Operations, Plugged Mode, Off-line State, Disconnected Operations
4717 @section Enable Disconeected Operations
4718
4719 Even in the off-line state, provided that relevant messages are cached,
4720 and the variable @code{elmo-enable-disconnected-operation} (described
4721 later) is non-nil, you can following operations:
4722 @xref{Plugged Mode}, @xref{Off-line State settings}.
4723
4724 @menu
4725 * Send Messages off-line::      Transmit Messages
4726 * Re-file and Copy queue::      Re-file and Copy (IMAP4)
4727 * Creation of Folders::         Create Folders off-line (IMAP4)
4728 * Marking::                     Mark (IMAP4)
4729 * Pre-fetching Reservations::   Pre-fetch (IMAP4, NNTP)
4730 @end menu
4731
4732 As soon as Wanderlust becomes on-line, such operations invoked off-line
4733 are reflected in the servers via network.
4734
4735
4736 @node Send Messages off-line, Re-file and Copy queue, Enable Operations, Enable Operations
4737 @subsection Transmission of Messages
4738
4739 You can send mail/news messages off-line (if you are using
4740 @file{im-wl.el}, it is irrelevant).  Messages sent off-line are
4741 accumulated in the queue folder, @samp{+queue}.  These messages are
4742 transmitted at once when Wanderlust becomes on-line.
4743
4744 You can visit @samp{+queue} in the off-line state and confirm content of
4745 messages in the queue.  You can also remove messages.  Removed messages
4746 are not transmitted even in the on-line state.
4747
4748
4749 @node Re-file and Copy queue, Creation of Folders, Send Messages off-line, Enable Operations
4750 @subsection Re-file and Copy (IMAP4)
4751
4752 Re-file and copy operations to IMAP folders invoked during the off-line
4753 state are accumulated in the queue, and reflected in the server side
4754 when Wanderlust becomes on-line.  If you visit destination folders after
4755 off-line re-file or copy, it looks as if messages were appended even in
4756 off-line state.
4757
4758 For the safety reasons, messages re-filed off-line are removed from
4759 source folders only if their @samp{Message-ID:} match messages on the
4760 servers.  While the queue is processed, messages that failed to be
4761 re-filed or copied to the specified folders are appended to the folder
4762 @samp{+lost+found}.
4763
4764
4765 @node Creation of Folders, Marking, Re-file and Copy queue, Enable Operations
4766 @subsection Creation of Folders (IMAP4)
4767
4768 You can create IMAP folders off-line.  The creation of folders are
4769 reflected in the servers when Wanderlust becomes on-line.  At that time,
4770 if folders failed to be created on the servers for any reasons, messages
4771 re-filed to such folders are appended to the folder @samp{+lost+found}.
4772
4773
4774 @node Marking, Pre-fetching Reservations, Creation of Folders, Enable Operations
4775 @subsection Marking (IMAP4)
4776
4777 Off-line changes in unread/read and importance mark @samp{$} information
4778 are also reflected in the servers when Wanderlust becomes on-line.
4779
4780
4781 @node Pre-fetching Reservations,  , Marking, Enable Operations
4782 @subsection Pre-fetching (IMAP4, NNTP)
4783
4784 You can make reservations for pre-fetching messages in IMAP or NNTP
4785 folders.  Reserved messages are marked with @samp{!} but not cached
4786 yet.  When Wanderlust becomes on-line, they are pre-fetched from
4787 servers.
4788
4789 If the variable @code{elmo-enable-disconnected-operation} is @code{nil},
4790 these off-line operations for IMAP4 and NNTP do not take place, and
4791 off-line re-file, copy or suchlike simply results in error.
4792
4793 Because off-line operations use cache files, it is a bad idea to erase
4794 them by hand; it may cause Wanderlust to malfunction.
4795
4796 If you want to remove caches, be sure to execute @kbd{M-x
4797 elmo-cache-expire-by-size}.  @code{elmo-cache-expire-by-size} does not
4798 remove caches for messages relevant to off-line operations.
4799
4800
4801 @node Plugged Mode, Off-line State settings, Enable Operations, Disconnected Operations
4802 @section Switching On-line/Off-line per Server/Port
4803
4804 @kbd{M-t} described above switches networking states as a whole, but you
4805 can switch on-line/off-line per server/port.
4806
4807 Pressing @kbd{C-t} in the folder or summary modes brings you in
4808 wl-plugged-mode shown below, in which you can change the plugged state
4809 for each port.
4810
4811 @example
4812 @group
4813 Queuing:[ON] AutoFlushQueue:[--] DisconnectedOperation:[ON]
4814 [ON](wl-plugged)
4815   [--]hosta
4816     [--]smtp        +queue: 2 msgs (1,2)        @dots{}@r{sending queue}
4817     [--]nntp(119)   +queue: 1 msg (3)           @dots{}@r{sending queue}
4818   [ON]hostb
4819     [--]imap4/cram-md5(143) %#mh/wl(prefetch-msgs:3,mark-as-important:1)
4820                             %inbox(delete-msgids:1)    @dots{}@r{dop queue}
4821     [ON]nntp(119)
4822     [ON]smtp
4823 @end group
4824 @end example
4825
4826 The first line indicates status of the following three variables, and
4827 simply pressing @kbd{@key{SPC}} or @kbd{@key{RET}} in each labeled
4828 column modifies the values of these variables.
4829
4830 @example
4831 @group
4832 "Queuing"               @code{wl-draft-enable-queuing}
4833 "AutoFlushQueue"        @code{wl-auto-flush-queue}
4834 "DisconnectedOperation" @code{elmo-enable-disconnected-operation}
4835 @end group
4836 @end example
4837
4838 where @samp{[ON]} means its value is @code{t}, and @samp{[--]} means
4839 @code{nil}.
4840
4841 The second and after lines indicate on-line/off-line states of servers
4842 and ports, where @samp{[ON]} stands for on-line and @samp{[--]} for
4843 off-line (in XEmacs or Emacs 21, they are shown with icons).  Pressing
4844 @kbd{@key{SPC}} or @kbd{@key{RET}} in each line switches its state.
4845
4846 @dfn{sending queue} means messages accumulated in the folder
4847 @samp{+queue} for off-line transmission, and @dfn{dop queue} means
4848 off-line operations when @code{elmo-enable-disconnected-operation} is
4849 @code{t}.
4850 @c If the variable @code{elmo-enable-disconnected-operation} is non-nil,
4851 @c off-line operations are enabled.
4852
4853 They are displayed if there are any of them.  In the example above, in
4854 the sending queue there are two messages (the first and the second in
4855 the queue folder) for smtp to hosta and one (the third) for nntp to
4856 hosta, and in the dop queue there are one for @samp{%inbox} and two for
4857 @samp{%#mh/wl}.
4858
4859 If you change @samp{(wl-plugged)} in the second line, the variable
4860 @code{wl-plugged} is changed, so that the mode line indicator and
4861 plugged states of all ports are affected.  If you change plugged states
4862 of any servers or ports, @samp{(wl-plugged)} in the second line is
4863 affected depending on @code{elmo-plugged-condition} settings and the
4864 plugged state of each port.
4865
4866
4867 @node Off-line State settings, Variables of Plugged Mode, Plugged Mode, Disconnected Operations
4868 @section Invoking Wanderlust in the Off-line State
4869
4870 As described before, if you set @code{wl-plugged} to @code{nil} in
4871 @file{~/.wl} or anything appropriate, you can invoke Wanderlust in the
4872 off-line state.  You can specify off-line state on a per server or port
4873 basis.  Refer to @code{wl-reset-plugged-alist} also.
4874
4875 Usually, when Wanderlust starts up, the plugged state of each port is
4876 read from @file{~/.folders} and @code{wl-smtp-posting-server},
4877 @code{wl-nntp-posting-server} and so on.  If you want to change the
4878 plugged state of these ports or to add other ports, configure
4879 @code{wl-make-plugged-hook} with a function.
4880
4881 @lisp
4882 @group
4883 (add-hook 'wl-make-plugged-hook
4884           '(lambda ()
4885              (elmo-set-plugged plugged-value(t/nil) server port)
4886                  ;; @r{add or change plugged states of the port of the server}
4887              (elmo-set-plugged plugged-value(t/nil) server)
4888                  ;; @r{if the port is omitted, all ports are affected}
4889                  ;; @r{(you cannot omit the port if you newly add the server)}
4890              ))
4891 @end group
4892 @end lisp
4893
4894
4895 @node Variables of Plugged Mode,  , Off-line State settings, Disconnected Operations
4896 @section Customizable Variables
4897
4898 @table @code
4899 @item wl-plugged
4900 @vindex wl-plugged
4901 If this variable is set to @code{nil}, Wanderlust starts up in off-line
4902 mode from the beginning.
4903
4904 @item wl-queue-folder
4905 @vindex wl-queue-folder
4906 The initial setting is @samp{+queue}.
4907 This is the folder in which messages in the transmission queue are
4908 accumulated.
4909
4910 @item wl-auto-flush-queue
4911 @vindex wl-auto-flush-queue
4912 The initial setting is @code{t}.
4913 This flag controls automatic transmission of the queue when Wanderlust
4914 becomes on-line.  If non-nil, the queue is automatically transmitted
4915 (with confirmation by @code{y-or-n-p}).  If you want to transmit it
4916 manually, press @kbd{F} in the folder mode.
4917
4918 @item elmo-enable-disconnected-operation
4919 @vindex elmo-enable-disconnected-operation
4920 The initial setting is @code{nil}.  Controls off-line operations
4921 regarding IMAP4.  If non-nil, off-line operations are carried out.
4922
4923 @item elmo-lost+found-folder
4924 @vindex elmo-lost+found-folder
4925 The initial setting is @samp{+lost+found}.
4926 This is the folder to which messages are saved when they fails to be
4927 appended while the off-line re-file/copy queue is processed.
4928
4929 @item elmo-plugged-condition
4930 @vindex elmo-plugged-condition
4931 The initial setting is @code{one}.
4932 The value of @code{wl-plugged} reflects the return value of the function
4933 @code{elmo-plugged-p} (without arguments).
4934 This variable @code{elmo-plugged-condition} specifies the condition on
4935 which the return value of @code{(elmo-plugged-p)} should be t depending on the
4936 plugged state of each port.
4937
4938 @example
4939 'one         : plugged if one or more ports are plugged.
4940 'all         : plugged if all ports are plugged.
4941 'independent : reflects wl-plugged (elmo-plugged) regardless of plugged
4942                states of the ports.
4943 @var{function}     : reflects the return value of the @var{function}
4944  functions available per default
4945  'elmo-plug-on-by-servers
4946              : reflects the plugged state of the servers specified by the
4947                variable elmo-plug-on-servers.
4948  'elmo-plug-on-by-exclude-servers
4949              : reflects the plugged state of the servers that are not
4950                in elmo-plug-on-exclude-servers.
4951                   elmo-plug-on-exclude-servers defaults to
4952                    '("localhost"
4953                      (system-name)
4954                      (system-name)without the domain part)
4955 @end example
4956
4957 @example
4958 @group
4959 Example 1:
4960  (setq elmo-plugged-condition 'all)
4961 Example 2:
4962  (setq elmo-plug-on-servers '("smtpserver" "newsserver"))
4963  (setq elmo-plugged-condition 'elmo-plug-on-by-servers)
4964 Example 3:
4965  (setq elmo-plug-on-exclude-servers '("localhost" "myname"))
4966  (setq elmo-plugged-condition 'elmo-plug-on-by-exclude-servers)
4967 @end group
4968 @end example
4969
4970 @item wl-reset-plugged-alist
4971 @vindex wl-reset-plugged-alist
4972 The initial setting is @code{t}.  If non-nil, plugged states are
4973 initialized on a per server or port basis when Wanderlust starts up.
4974
4975 If @code{nil}, plugged states are retained while Emacs is running.  In
4976 other words, they are initialized when Emacs is restarted even if the
4977 value is @code{nil}.
4978 @end table
4979
4980
4981 @node Expire and Archive, Scoring, Disconnected Operations, Top
4982 @chapter Automatic Expiration and Archiving of Messages
4983 @cindex Expire and Archive
4984
4985 @menu
4986 * Expire::      Expiration and Archiving
4987 * Archive::     Archiving All Messages
4988 @end menu
4989
4990
4991 @node Expire, Archive, Expire and Archive, Expire and Archive
4992 @section Expiration
4993 @cindex Expire Message
4994
4995 Expiration means deletion of old messages which have outlasted a
4996 certain period of time.
4997
4998 @code{wl-expire} supports not only simple deletion, but also moving to
4999 specified archiving folders.
5000
5001 @section How to Use
5002
5003 Configure @code{wl-expire-alist} and press @kbd{e} in the folder mode,
5004 or @kbd{M-e} in the summary mode.
5005
5006 @subsection Configuring @code{wl-expire-alist}
5007
5008 An example configuration of @code{wl-expire-alist} is shown below.
5009 Everything in this @code{wl-expire-alist} makes a great difference in
5010 expiration, so be careful.  I advise you to set @code{wl-expire-use-log}
5011 to @code{t}, especially in the initial stage.
5012
5013 @lisp
5014 @group
5015 (setq wl-expire-alist
5016       '(("^\\+trash$"   (date 14) remove)
5017                                   ;; @r{delete}
5018         ("^\\+tmp$"     (date 7) trash)
5019                                   ;; @r{re-file to @code{wl-trash-folder}}
5020         ("^\\+outbox$"  (number 300) "$outbox;lha")
5021                                   ;; @r{re-file to the specific folder}
5022         ("^\\+ml/tmp$"  nil)
5023                            ;; @r{do not expire}
5024         ("^\\+ml/wl$"   (number 500 510) wl-expire-archive-number1 t)
5025                            ;; @r{archive by message number (retaining numbers)}
5026         ("^\\+ml/.*"    (number 300 310) wl-expire-archive-number2 t)
5027                            ;; @r{archive by a fixed number (retaining numbers)}
5028         ("^\\+diary$"   (date 30) wl-expire-archive-date)
5029                            ;; @r{archive by year and month (numbers discarded)}
5030         ))
5031 @end group
5032 @end lisp
5033
5034 Items in the list has the format of:
5035
5036 @example
5037 (@var{regexp-for-folders} @var{specification-of-messages-to-be-deleted} @var{destination})
5038 @end example
5039
5040 @noindent
5041 The folder is examined if it matches @var{regexp-for-folders} from the
5042 beginning of the list.  If you invoke expiration on the folder that does
5043 not match any of them, nothing will happen.  And if either the second or
5044 the third element of the item is @code{nil}, expiration will not take
5045 place.
5046
5047 You can use any one of the following for
5048 @var{specification-of-message-to-be-deleted}:
5049
5050 @table @code
5051 @item (number @var{n1} [@var{n2}])
5052 deletes messages depending on the number of messages in the folder.
5053
5054 @var{n1} is the number of messages which should survive deletion, for example
5055 if its value is 500, the newest 500 messages survive and the rests are
5056 deleted.
5057
5058 @var{n2} is the number of messages in the folder on which expiration should
5059 take place, which defaults to @var{n1} + 1.  For example if its value is 510,
5060 folders with 510 or more messages are expired.
5061 If you configured automatic expiration, frequently used folders may
5062 expire every time it receive messages, and you may be annoyed with the
5063 long delay in reading mail.
5064 In that case, you can set a wide margin between @var{n2} and @var{n1}, so that
5065 expiration would not take place until a certain number of messages
5066 accumulate.
5067
5068 Messages with marks in @code{wl-summary-expire-reserve-marks} (marked
5069 with important/new/unread) are not deleted.
5070 If @code{wl-expire-number-with-reserve-marks} is non-nil, the folder
5071 will expire so as to have 500 messages including such ones.
5072 Otherwise, it will have 500 messages except such ones.
5073
5074 @item (date @var{d1})
5075 deletes messages depending on the dates.
5076
5077 Messages dated @var{d1} or more days ago are deleted, for example if its
5078 value is seven, messages seven days old or more are deleted.  Note that
5079 the date is the one in the @samp{Date:} field of the message, not when
5080 the message entered the folder.
5081
5082 Messages with no or invalid @samp{Date:} field does not expire; you
5083 might have to delete them by hand.
5084 @end table
5085
5086 You can use any one of the following in the place of @var{destination}:
5087
5088 @table @asis
5089 @item @code{remove}
5090 deletes the messages instantly.
5091
5092 @item @code{hide}
5093 hide the messages from summary (messages are not deleted).
5094
5095 @item @code{trash}
5096 moves the messages to @code{wl-trash-folder}.
5097
5098 @item @var{string}(folder)
5099 moves the messages to the folder specified with @var{string}.
5100
5101 It would be useful for specifying an archiving folder, but because this
5102 does not move important messages, it might be better to use the
5103 standard functions described below.
5104
5105 @item @var{function}
5106 invokes the specified @var{function}.
5107
5108 To the @var{function}, three arguments are passed: a folder name, a list
5109 of messages to be deleted, and msgdb information of the summary.  You
5110 can specify function-specific arguments after the name of the
5111 @var{function}.  Note that the list contains messages with marks in
5112 @code{wl-summary-expire-reserve-marks}, be careful in writing your own
5113 function.
5114
5115 These are four standard functions; three of them move messages to an archive
5116 folder in the specified way.  This means old messages can be compressed
5117 and saved in a file, being deleted from the original folder.
5118 The last one divides messages to some MH folders.
5119
5120 @table @code
5121 @item wl-expire-archive-number1
5122 re-files to archiving folders corresponding to the message numbers of
5123 the messages being deleted.  For example, a message numbered 102 will be
5124 re-filed to @file{wl-00100.zip}, 390 to @file{wl-00300.zip}, and so on.
5125 If @code{wl-expire-archive-files} is 200, messages will be re-filed to
5126 @file{wl-00000.zip}, @file{wl-00200.zip}, @file{wl-00400.zip}, @dots{}.
5127
5128 The archiving folders to which messages are re-filed are determined by
5129 the name of the folder as follows (in this case, archiving folders are
5130 handled as if @code{elmo-archive-treat-file} were non-nil).
5131
5132 @table @asis
5133 @item If the folder type is localdir:
5134 @file{@var{ArchiveDir}/@var{foldername}-xxxxx.zip}
5135
5136 For example, @samp{+ml/wl} corresponds to @samp{$ml/wl;zip}
5137 (@file{~/Mail/ml/wl-00100.zip}).
5138
5139 @item The folder type is other than localdir:
5140 @file{@var{ArchiveDir}/@var{foldertype}/@var{foldername}-xxxxx.zip}
5141
5142 For example, @samp{%#mh/ml/wl} corresponds to
5143 @samp{$imap4/#mh/ml/wl;zip} (@file{~/Mail/imap4/#mh/ml/wl-00100.zip}).
5144 @end table
5145
5146 As you can see, in the case of localdir, the folder type is not included
5147 in the path name, but otherwise it is included.
5148 And you can control the prefix to the archiving folder name by
5149 @code{wl-expire-archive-folder-prefix}.
5150 Refer to @code{wl-expire-archive-folder-prefix} for details.
5151
5152 @item wl-expire-archive-number2
5153 re-files every certain number of messages to archiving folders.
5154
5155 This differs from @samp{wl-expire-archive-number1} in that this re-files
5156 to the folder up to the specified number regardless of message numbers.
5157 The archiving folders to which messages are re-filed are determined in the
5158 same way as @code{wl-expire-archive-number1}.
5159
5160 @item wl-expire-archive-date
5161 re-files messages depending on its date (year and month) to archive
5162 folders.
5163
5164 For example, a message dated December 1998 is re-filed to
5165 @code{$folder-199812;zip}.  The name of the archiving folders except the
5166 date part are determined in the same way as
5167 @code{wl-expire-archive-number1}.
5168
5169
5170 You can set the first argument to these three standard functions to non-nil
5171 in @code{wl-expire-alist} so as to retain message numbers in the folder.
5172 For example, it can be specified just after the name of the function:
5173
5174 @lisp
5175 ("^\\+ml/wl$" (number 300 310) wl-expire-archive-number1 t)
5176 @end lisp
5177
5178 If you omit the argument, consecutive numbers from 1 are assigned for
5179 each archiving folder.
5180
5181 @item wl-expire-localdir-date
5182 divedes messages depending on its date (year and month) to MH folders
5183 e.g. to @samp{+ml/wl/1999_11/}, @samp{+ml/wl/1999_12/}.
5184 @end table
5185 @end table
5186
5187 @subsection Treatment for Important or Unread Messages
5188
5189 If you specify any of @code{remove}, @code{trash}, a folder name, or a
5190 standard function, messages with marks in
5191 @code{wl-summary-expire-reserve-marks} (which are called @dfn{reserved
5192 messages} thereafter) are retained.
5193
5194 Per default, this variable include the important, new, and unread marks,
5195 so that messages with these marks are not removed.
5196 Note that you cannot include the temporary mark (i.e. temporary marks
5197 are removed anyway), and be sure to process temporary marks before you
5198 invoke expiration.
5199
5200 @subsection Auto Expiration
5201
5202 The following setup invokes expiration when you move into the summary
5203 mode.  There will be no confirmation, so make sure you made no mistake
5204 in regexp and other settings before you set up this.
5205
5206 @lisp
5207 @group
5208 (add-hook 'wl-summary-prepared-pre-hook 'wl-summary-expire)
5209 @end group
5210 @end lisp
5211
5212 In the folder mode, you can invoke expiration per group as well as per
5213 folder.  Therefore, if you specify @samp{Desktop} group, all folders
5214 matching @code{wl-expire-alist} expire.
5215
5216 @section Tips
5217
5218 @subsection Treating archive folders.
5219 To treat archive folders created by @code{wl-expire-archive-number1} and so on,
5220 you must set non-nil value to @code{elmo-archive-treat-file}.
5221
5222 @subsection Confirming
5223
5224 If you are to use @code{remove}, try @code{trash} at first and see
5225 messages move to @code{wl-trash-folder} as expected, then replace it
5226 with @code{remove}.  It would be dangerous to use @code{remove} from the
5227 beginning.
5228
5229 If you are to use @code{wl-expire-archive-number1} and the like, try to
5230 make a folder of the archiver type (@code{zip} or @code{lha}) and see if
5231 you can append messages to it.  Even if settings in
5232 @code{wl-expire-alist} and @code{elmo-archive} are correct, messages
5233 would not be saved anywhere and disappeared in case the archiver program
5234 fails.
5235
5236 After you make sure you can archive to the folder correctly, you can
5237 invoke expiration and utilize the log.
5238
5239 If you set @code{wl-expire-use-log} to @code{t},
5240 @file{~/.elmo/expired-log} should contain the log, for example:
5241
5242 @example
5243 @group
5244 delete  +ml/wl  (593 594 595 596 597 598 599)
5245 move    +ml/wl -> $ml/wl-00600;tgz;wl  (600 601 602)
5246 @end group
5247 @end example
5248
5249 The first column indicates the operation, i.e. @samp{delete},
5250 @samp{copy}, or @samp{move}.  The next is the name of the folder that
5251 expired.  In the case of @samp{copy} and @samp{move}, the destination
5252 folder is recorded after @samp{->}.  The last is the list of message
5253 numbers that are actually deleted or moved (in the case of @samp{copy}
5254 and @samp{move}, the number is the one in the source folder, rather than
5255 the destination folder).
5256
5257 @subsection Re-filing Reserved Messages
5258
5259 The three standard functions copy reserved messages to the archive
5260 folder, but do not delete them from the source folder.  Because
5261 reserved messages and the like always remain, they are recorded in
5262 @file{~/.elmo/expired-alist} so that they are not copied over and over
5263 again.  They are not recorded if copied by @code{wl-summary-archive}.
5264
5265 If you enabled logging, usually @samp{move} is recorded for re-filing,
5266 but instead @samp{copy} and @samp{delete} are recorded separately if
5267 reserved messages are involved.  This is because it actually copies
5268 messages including reserved, then deletes ones except reserved in that
5269 case.
5270
5271 @section Customizable Variables
5272
5273 @table @code
5274 @item wl-expire-alist
5275 @vindex wl-expire-alist
5276 The initial setting is @code{nil}.
5277 This variable specifies folders and methods to expire.  For details,
5278 refer to @code{wl-expire-alist} settings above.
5279
5280 @item wl-summary-expire-reserve-marks
5281 @vindex wl-summary-expire-reserve-marks
5282 The initial setting is the list below.
5283
5284 @lisp
5285 @group
5286 (list wl-summary-important-mark
5287       wl-summary-new-mark
5288       wl-summary-unread-mark
5289       wl-summary-unread-uncached-mark
5290       wl-summary-unread-cached-mark)
5291 @end group
5292 @end lisp
5293
5294 Messages with these marks are retained in the folder, even after
5295 expiration.
5296 Only permanent marks can be listed, not temporary marks.
5297
5298 You can list marks one by one as in the default; you can use the
5299 following settings as well:
5300
5301 @table @code
5302 @item all
5303 All messages with permanent marks are retained,
5304 i.e. @code{wl-summary-read-uncached-mark} is included in addition to the
5305 defaults.
5306
5307 @item none
5308 All messages are handled as usual ones that are already read, no matter
5309 what marks they have; even important messages are deleted.
5310 @end table
5311
5312 @item wl-expire-archive-files
5313 @vindex wl-expire-archive-files
5314 The initial setting is 100.
5315 This variable specifies the number of messages to be retained in one
5316 archiving folder.
5317
5318 @item wl-expire-number-with-reserve-marks
5319 @vindex wl-expire-number-with-reserve-marks
5320 The initial setting is @code{nil}.
5321 If non-nil, if expiring messages are specified by @code{number},
5322 messages with @code{wl-summary-expire-reserve-marks} are also retained.
5323
5324 @item wl-expire-archive-get-folder-function
5325 @vindex wl-expire-archive-get-folder-function
5326 The initial setting is @code{wl-expire-archive-get-folder}.
5327
5328 This variable specifies a function that returns the name of an archiving
5329 folder for standard functions in the place of @var{destination}.
5330 You can use the following three variables for simple modification of
5331 folder names; if you want more complex settings, define your own
5332 function in this variable.
5333
5334 @code{wl-expire-archive-get-folder} can be customized by these
5335 variables:
5336 @itemize @bullet
5337 @item @code{wl-expire-archive-folder-name-fmt}
5338 @item @code{wl-expire-archive-folder-type}
5339 @item @code{wl-expire-archive-folder-prefix}
5340 @end itemize
5341
5342 @item wl-expire-archive-folder-name-fmt
5343 @vindex wl-expire-archive-folder-name-fmt
5344 The initial setting is @samp{%s-%%05d;%s}.
5345 This is a @code{format} string for archiving folders used in
5346 @code{wl-expire-archive-number1} and @code{wl-expire-archive-number2}.
5347 Note that you must specify the message number by @samp{%%d}, because it
5348 is parsed twice by @code{format}.
5349
5350 If you modify this, adjust @code{wl-expire-archive-folder-num-regexp} as
5351 well.
5352
5353 @item wl-expire-archive-date-folder-name-fmt
5354 @vindex wl-expire-archive-date-folder-name-fmt
5355 The initial setting is @samp{%s-%%04d%%02d;%s}.
5356 This is a @code{format} string for archiving folders used in
5357 @code{wl-expire-archive-date}.  Note that you must specify the message
5358 number by @samp{%%d}, because it is parsed twice by @code{format}.
5359 There should be @samp{%%d} twice, one for the year and the other for the
5360 month.
5361
5362 If you modify this, adjust
5363 @code{wl-expire-archive-date-folder-num-regexp} as well.
5364
5365 @item wl-expire-archive-folder-type
5366 @vindex wl-expire-archive-folder-type
5367 The initial setting is @code{zip}.
5368 This variable specifies an archiver type of the archiving folders.
5369
5370 @item wl-expire-archive-folder-prefix
5371 @vindex wl-expire-archive-folder-prefix
5372 The initial setting is @code{nil}.
5373 This variable specifies the prefix (directory structure) to archiving
5374 folders.
5375 Exercise extreme caution in using this feature, as it has not been
5376 seriously tested.
5377 In the worst case, there is a fear of destructing archiving folders.
5378
5379 @table @code
5380 @item nil
5381 There will be no prefix.
5382
5383 @item short
5384 For example, @samp{+ml/wl} will be prefixed by @samp{wl}, resulting in
5385 @samp{$ml/wl-00000;zip;wl}.
5386
5387 @item t
5388 For example, @samp{+ml/wl} will be prefixed by prefix @samp{ml/wl},
5389 resulting in
5390
5391 @samp{$ml/wl-00000;zip;ml/wl}.
5392 @end table
5393
5394 @item wl-expire-archive-folder-num-regexp
5395 @vindex wl-expire-archive-folder-num-regexp
5396 The initial setting is @samp{-\\([-0-9]+\\);}.
5397 This variable specifies the regular expression to be used for getting
5398 message numbers from multiple archiving folders specified by
5399 @code{elmo-list-folders}.
5400 Set it in accordance with @code{wl-expire-archive-folder-name-fmt}.
5401
5402 @item wl-expire-archive-date-folder-num-regexp
5403 @vindex wl-expire-archive-date-folder-num-regexp
5404 The initial setting is @samp{-\\([-0-9]+\\);}.
5405 This is the regular expression to be used for getting message numbers
5406 from multiple archiving folders specified by @code{elmo-list-folders}.
5407 Set it in accordance with @code{wl-expire-archive-date-folder-name-fmt}.
5408
5409 @item wl-expire-delete-oldmsg-confirm
5410 @vindex wl-expire-delete-oldmsg-confirm
5411 The initial setting is @code{t}.
5412 If non-nil, messages older than the one with the largest number will be
5413 deleted with confirmation.
5414 If @code{nil}, they are deleted without confirmation.
5415
5416 This feature is valid only if non-nil is specified as a argument to the
5417 standard functions so as to retain numbers.
5418
5419 @item wl-expire-use-log
5420 @vindex wl-expire-use-log
5421 The initial setting is @code{nil}.
5422 If non-nil, expiration logs are recorded in @file{~/.elmo/expired-log}.
5423 They are appended but not truncated or rotated automatically; you might
5424 need to remove it manually.
5425
5426 @item wl-expire-add-seen-list
5427 @vindex wl-expire-add-seen-list
5428 The initial setting is @code{t}.
5429
5430 If non-nil, when messages are re-filed by expiration, read/unread
5431 information is passed to the destination folder.
5432
5433 However if you do not read the destination folder from Wanderlust,
5434 @file{seen} under @file{~/.elmo/} grows larger and larger, so you might
5435 want to set this to @code{nil} if you are simply saving to some
5436 archiving folders.  Even if its value is @code{nil}, messages in the
5437 archiving folders are simply treated as unread; it does not affect
5438 expiration itself.
5439
5440 @item wl-expire-folder-update-msgdb
5441 @vindex wl-expire-folder-update-msgdb
5442 The initial setting is @code{t}.
5443 If @code{t}, in the folder mode, expiration is carried out after
5444 updating summary information.  If you specified a list of regular
5445 expressions of folder names, summary information is updated for matching
5446 folders only.
5447 @end table
5448
5449
5450 @node Archive,  , Expire, Expire and Archive
5451 @section Archiving Messages
5452
5453 @subsection Archiving Messages
5454 @kbd{M-x wl-summary-archive} copies the whole folder to archiving
5455 folders.  If there are the archiving folders already, only new messages
5456 are appended.
5457
5458 You can use @code{wl-archive-alist} in order to specify how messages are
5459 archived according to their folder names, as in @code{wl-expire-alist}.
5460 For example:
5461
5462 @lisp
5463 @group
5464 (setq wl-archive-alist
5465       '(("^\\+tmp$"     wl-archive-date)
5466         ("^\\+outbox$"  wl-archive-number2)
5467         (".*"           wl-archive-number1)))
5468 @end group
5469 @end lisp
5470
5471 Each item in the list has the following format:
5472
5473 @example
5474 (@var{folders-regexp}  @var{deleting-function})
5475 @end example
5476
5477 As you can see, you can only use a function after @var{folders-regexp}.
5478 Per default, there are three functions:
5479
5480 @itemize @bullet
5481 @item @code{wl-archive-number1}
5482 @item @code{wl-archive-number2}
5483 @item @code{wl-archive-date}
5484 @end itemize
5485
5486 As inferred from their names, they work similarly to "expire" versions,
5487 other than the following points:
5488
5489 @itemize @minus
5490 @item No messages are deleted
5491 @item Message numbers are retained even if invoked without arguments
5492 @end itemize
5493
5494 These functions are good to archive all messages in a folder by their
5495 numbers or by their dates.
5496 These are also useful for backup or confirmation purposes before
5497 expiration.
5498 If you try to re-file them after they are archived, they are deleted but
5499 not re-filed.
5500
5501 Per default, the archiving folders to which messages are copied are
5502 determined automatically by @code{wl-expire-archive-get-folder-function}.
5503 You can copy to a specific folder by invoking with a prefix argument,
5504 i.e. @kbd{C-u M-x wl-summary-archive}.
5505
5506 Note that this feature has not been seriously tested, because you can
5507 simply copy to an archiving folder, for example by
5508 @code{wl-summary-copy-region}.
5509
5510 The archiving folders are determined by the same logic as in
5511 @code{wl-summary-expire}; the following customizable variables are
5512 relevant:
5513
5514 @itemize @bullet
5515 @item @code{wl-expire-archive-files}
5516 @item @code{wl-expire-archive-get-folder-function}
5517 @item @code{wl-expire-archive-folder-name-fmt}
5518 @item @code{wl-expire-archive-folder-type}
5519 @item @code{wl-expire-archive-folder-prefix}
5520 @item @code{wl-expire-archive-folder-num-regexp}
5521 @end itemize
5522
5523 @subsection Customizable Variables
5524
5525 @table @code
5526 @item wl-archive-alist
5527 @vindex wl-archive-alist
5528 The initial setting is the list shown below:
5529
5530 @lisp
5531 @group
5532 ((".*" wl-archive-number1))
5533 @end group
5534 @end lisp
5535
5536 @noindent
5537 This variable specifies a function that copies to archiving folders.
5538 To the function, three arguments are passed: a folder name, a list of
5539 messages in the folder, and msgdb information of the summary.
5540 Needless to say, you can use your own function.
5541 @end table
5542
5543
5544 @node Scoring, Address Book, Expire and Archive, Top
5545 @chapter Score of the Messages
5546 @cindex Scoring
5547 @c @cindex Kill File
5548
5549 Scoring is the function that associates a score (value) with each
5550 message, and marks as read or deletes from the summary according to it.
5551
5552 You can put target or important marks on essential messages, or read marks
5553 on the ones you do not want to read, for example spam articles.
5554
5555 This scoring function has a capability and a format similar to the one
5556 that Gnus has, although there are some unsupported features and
5557 Wanderlust specifics.
5558 @xref{Scoring, , ,gnus, The gnus Newsreader}.
5559
5560 @menu
5561 * Score Commands::             Score Commands
5562 * Score File Format::          Score File Format
5563 @end menu
5564
5565
5566 @node Score Commands, Score File Format, Scoring, Scoring
5567 @section Score Commands
5568 @cindex Score Commands
5569
5570 @subsection Score File Specification
5571
5572 @code{wl-score-folder-alist} specifies score files or variables in which
5573 scores are defined, corresponding to folder names.
5574
5575 @lisp
5576 @group
5577 (setq wl-score-folder-alist
5578       '(("^-.*"
5579          "news.SCORE"
5580          "my.SCORE")
5581         (".*"
5582          "all.SCORE")))
5583 @end group
5584 @end lisp
5585
5586 If paths to the score files are omitted, the directory specified in the
5587 variable @code{wl-score-files-directory} is assumed.
5588
5589 No matter what you write in @code{wl-score-folder-alist}, the default
5590 score file @code{wl-score-default-file} (@file{all.SCORE}) is always
5591 read (it does not have to exist).
5592 Therefore, in the example above, the three score files,
5593 @file{news.SCORE}, @file{my.SCORE}, and @file{all.SCORE} are read for
5594 the folders that matches @samp{^-.*}.
5595
5596 @subsection Scored Messages
5597
5598 Scores are attached to the messages that are specified by
5599 @code{wl-summary-score-marks} temporarily when the summary is updated;
5600 when you exit from the summary, the scores are removed and reverts to
5601 the defaults.
5602
5603 @subsection Creation of Score Files
5604
5605 In the summary buffer, move to an appropriate message and type @kbd{L}.
5606 Then type @kbd{s}, @kbd{s}, and @kbd{p} at a prompt in a mini-buffer.
5607 The string in Subject is presented.  Edit it and press @kbd{@key{RET}}.
5608
5609 This makes @minus{}1000 are scored for messages with the same
5610 @samp{Subject:} as the string you entered.  That is, such a score file
5611 is created automatically.
5612
5613 Then, try typing @kbd{h} and @kbd{e} in the same summary buffer.
5614 The score file you just made appears.
5615 This buffer is called @dfn{score editing buffer} thereafter.
5616 When you type @kbd{C-c C-e} in it, you are prompted in the mini-buffer
5617 as you are previously; type @kbd{a}.  Then a score entry for "From"
5618 should be inserted.
5619 In this way, you can create a score file easily either in the summary
5620 buffer or in the score editing buffer.
5621
5622 By the way, you might be aware the numbers of key strokes are different
5623 between @kbd{s s p} and @kbd{a}.
5624 This is determined by @code{wl-score-header-default-entry}.
5625 This variable specifies the default score entries corresponding to
5626 header fields.
5627 For example, for "subject" field, a type and a time limit are prompted,
5628 but for "from" field, they are fixed upon automatically as substring and
5629 permanent respectively.
5630 However, score values can be modified by the prefix argument.
5631 Typing @kbd{?} at the mini-buffer shows a help on keys and corresponding
5632 headers and types.
5633
5634 At last, type @kbd{C-c C-c} in the score editing buffer.  This saves the
5635 score file and terminates the edit mode.  Typing @kbd{C-c C-c} after
5636 erasing contents of the buffer deletes the score file being edited.
5637
5638 @subsection Tips
5639
5640 @subsubsection Selecting Score Files
5641
5642 You can change score files to which scores are appended by
5643 @code{wl-summary-increase-score} and @code{wl-summary-lower-score} by
5644 @code{wl-score-change-score-file}.
5645
5646 @subsubsection Summing Up the Score
5647
5648 If you add the same entries by @code{wl-summary-increase-score},
5649 @code{wl-summary-lower-score}, and @code{wl-score-edit-insert-entry},
5650 scores for the entry is summed up.
5651
5652 For example, if you create @samp{from} entry with the score of @minus{}1000 by
5653 @kbd{L a} and again @samp{from} with @minus{}200, one entry with the score of
5654 @minus{}1200 will be created as a result.
5655
5656 @subsubsection Creating Thread Key
5657
5658 Creating @samp{Thread} key by @code{wl-summary-increase-score} or
5659 @code{wl-summary-lower-score} appends @samp{Message-ID} of all children.
5660
5661 @subsubsection Creating Followup Key
5662
5663 Creating @samp{Followup} key by @code{wl-summary-increase-score} or
5664 @code{wl-summary-lower-score} appends @samp{Message-ID} of the message
5665 at the cursor to @samp{References} key.
5666 If @code{wl-score-auto-make-followup-entry} is non-nil,
5667 @samp{Message-ID} of all messages to be followed up within dates
5668 specified by @code{wl-score-expiry-days}.
5669
5670 @subsection Key Bindings
5671
5672 @table @kbd
5673 @item K
5674 @kindex K (Summary)
5675 @findex wl-summary-increase-score
5676 Increases the score for the current message.
5677 And the score entry is appended to the score file at the same moment.
5678 You can specify the score value by a prefix argument.
5679
5680 @item L
5681 @kindex L (Summary)
5682 @findex wl-summary-lower-score
5683 Decreases the score for the current message.
5684 And the score entry is appended to the score file at the same moment.
5685 You can specify the score value by a prefix argument.
5686
5687 @item h R
5688 @kindex h R (Summary)
5689 @findex wl-summary-rescore
5690 Re-applies the scoring.
5691 However, already scored messages are not scored anew.
5692
5693 @item h c
5694 @kindex h c (Summary)
5695 @findex wl-score-change-score-file
5696 Changes the score file currently selected.
5697
5698 @item h e
5699 @kindex h e (Summary)
5700 @findex wl-score-edit-current-scores
5701 Edits the score file currently selected.
5702 If there are multiple score files, the previously specified one is
5703 selected.
5704
5705 @item h f
5706 @kindex h f (Summary)
5707 @findex wl-score-edit-file
5708 Edits an arbitrary score file and selects it.
5709
5710 @item h F
5711 @kindex h F (Summary)
5712 @findex wl-score-flush-cache
5713 Erases caches associated to the score files that are read.
5714 If you modified score files directly (from other than Wanderlust), you
5715 need to re-read them after erasing the cache.
5716
5717 @item h m
5718 @kindex h m (Summary)
5719 @findex wl-score-set-mark-below
5720 Specifies the criterion for scores to be marked as read.
5721 Messages with scores less than this value are marked as read.
5722
5723 @item h x
5724 @kindex h x (Summary)
5725 @findex wl-score-set-expunge-below
5726 Specifies the criterion for scores to be deleted from the summary.
5727 Messages with scores less than this value are deleted.
5728 "Deleted" means it is not shown; they are not removed from the summary
5729 information or the folder.
5730 The deleted messages can be shown by rescan-noscore again.
5731 @end table
5732
5733 @subsection Key Bindings in the Score Editing Buffer
5734
5735 @table @kbd
5736 @item C-c C-k
5737 @kindex C-c C-k (Score Mode)
5738 @findex wl-score-edit-kill
5739 Abandons the file being edited.
5740
5741 @item C-c C-c
5742 @kindex C-c C-c (Score Mode)
5743 @findex wl-score-edit-exit
5744 Saves the file being edited, and quits from the edit mode.
5745
5746 @item C-c C-p
5747 @kindex C-c C-p (Score Mode)
5748 @findex wl-score-pretty-print
5749 Re-draws the score.
5750
5751 @item C-c C-d
5752 @kindex C-c C-d (Score Mode)
5753 @findex wl-score-edit-insert-date
5754 Inserts the number of dates from Dec. 31, 1 B.C.
5755 It is used for creating the third factor of time-limited scores.
5756
5757 @item C-c C-s
5758 @kindex C-c C-s (Score Mode)
5759 @findex wl-score-edit-insert-header
5760 Inserts the header of the message selected in the summary buffer.
5761
5762 @item C-c C-e
5763 @kindex C-c C-e (Score Mode)
5764 @findex wl-score-edit-insert-entry
5765 Inserts the score entry of the message selected in the summary buffer.
5766 @end table
5767
5768 @subsection Customizable Variables
5769
5770 @table @code
5771 @item wl-summary-default-score
5772 @vindex wl-summary-default-score
5773 The initial setting is 0 (zero).
5774 This variable specifies the default value of the score.
5775 The score is increased or decreased based upon this value.
5776
5777 @item wl-summary-important-above
5778 @vindex wl-summary-important-above
5779 The initial setting is @code{nil}.
5780 Messages with scores larger than this value are attached with the
5781 important mark (@samp{$}).
5782 If @code{nil}, no important marks are attached.
5783
5784 @item wl-summary-target-above
5785 @vindex wl-summary-target-above
5786 The initial setting is @code{nil}.
5787 Messages with scores larger than this value are attached with the target
5788 mark (@samp{*}).
5789 If @code{nil}, no target marks are attached.
5790
5791 @item wl-summary-mark-below
5792 @vindex wl-summary-mark-below
5793 The initial setting is 0 (zero).
5794 Messages with scores smaller than this value are marked as read.
5795
5796 @item wl-summary-expunge-below
5797 @vindex wl-summary-expunge-below
5798 The initial setting is @code{nil}.
5799 Messages with scores smaller than this value are deleted from the
5800 summary.
5801 If @code{nil}, they are not deleted.
5802
5803 @item wl-summary-score-marks
5804 @vindex wl-summary-score-marks
5805 The initial setting is the list shown below:
5806
5807 @lisp
5808 @group
5809 (list wl-summary-new-mark)
5810 @end group
5811 @end lisp
5812
5813 @noindent
5814 Messages with these marks are scored.
5815
5816 @item wl-use-scoring
5817 @vindex wl-use-scoring
5818 The initial setting is t.
5819 If non-nil, scoring is enabled.
5820
5821 @item wl-score-files-directory
5822 @vindex wl-score-files-directory
5823 The initial setting is @file{~/.elmo/}.
5824 The default directory for score files.
5825
5826 @item wl-score-interactive-default-score
5827 @vindex wl-score-interactive-default-score
5828 The initial setting is 1000.
5829 This value is used as a score when a score factor is @code{nil} in the
5830 score file.  It is also used in @code{wl-summary-increase-score} and
5831 @code{wl-summary-lower-score}, on condition that the value of
5832 @code{wl-score-header-default-entry} is @code{nil}.
5833
5834 @item wl-score-expiry-days
5835 @vindex wl-score-expiry-days
5836 The initial setting is 7.
5837 This is the number of days before time-limited scores are deleted.
5838
5839 @item wl-score-update-entry-dates
5840 @vindex wl-score-update-entry-dates
5841 The initial setting is @code{t}.
5842 If non-nil, it enables deletion of time-limited scores.
5843
5844 @item wl-score-header-default-entry
5845 @vindex wl-score-header-default-entry
5846 Specifies the default value for each header field for score entries
5847 created by @code{wl-summary-increase-score},
5848 @code{wl-summary-lower-score}, and @code{wl-score-edit-insert-entry}.
5849
5850 @item wl-score-simplify-fuzzy-regexp
5851 @vindex wl-score-simplify-fuzzy-regexp
5852 In the case of a type of a score entry is @code{fuzzy}, this specifies a
5853 regular expression to be deleted from the string.
5854 Because this is usually used for Subject, the default is prefixes that
5855 are attached by mailing list programs.
5856
5857 @item wl-summary-rescore-partial-threshold
5858 @vindex wl-summary-rescore-partial-threshold
5859 The initial setting is 200.
5860 When sync-all or rescan is executed, if there are messages more than
5861 this value, only the last same number of messages as this value are
5862 scored.
5863
5864 @item wl-summary-auto-sync-marks
5865 @vindex wl-summary-auto-sync-marks
5866 If non-nil, unread/important marks are synchronized when the summary
5867 does.
5868 Unread marks reflect information on the IMAP4 server.
5869 Important marks reflect information on the IMAP4 server (flagged or
5870 not), and contents of @samp{'mark} folder.
5871 The initial setting is @code{t}.
5872 @end table
5873
5874
5875 @node Score File Format,  , Score Commands, Scoring
5876 @section Score File Format
5877 @cindex Score File Format
5878
5879 The format of score files are the same as Gnus, and basically you can
5880 use Gnus score files as they are.  But they are not fully compatible
5881 because some keys are not supported and there are Wanderlust specifics.
5882 @xref{Score File Format, , ,gnus, The gnus Newsreader}.
5883
5884 @lisp
5885 @group
5886 (("subject"
5887   ("for sale" -1000 nil s)
5888   ("profit" -1000 nil s))
5889  ("from"
5890   ("spam@@spamspamspam" -10000 nil s))
5891  ("followup"
5892   ("my@@address" 3001 nil s))
5893  ("chars"
5894   (1000000 -10 nil >))
5895  (important 5000)
5896  (target 3000)
5897  (mark 0)
5898  (expunge -3000))
5899 @end group
5900 @end lisp
5901
5902 @table @code
5903 @item string
5904 If the key is a string, it is the name of the header to be matched.
5905 The following keys are available:
5906 @code{Subject}, @code{From}, @code{Date}, @code{Message-ID},
5907 @code{References}, @code{To}, @code{Cc}, @code{Chars}, @code{Lines},
5908 @code{Xref}, @code{Extra}, @code{Followup}, @code{Thread}
5909 @code{Chars} and @code{Lines} mean the size and the number of lines of
5910 the message, respectively.  @code{Extra}, @code{Followup}, @code{Thread}
5911 are described later.
5912 The rest corresponds the field of the same name.
5913
5914 Arbitrary numbers of core entries are specified after the key.
5915 Each score entry consists of these five factors:
5916
5917 @enumerate
5918 @item
5919 A factor that matches header.  This should be a number in the cases of
5920 @code{lines} and @code{chars}, otherwise a string.
5921
5922 @item
5923 A score factor.  When the first item matches, the score of the message
5924 is increased or decreased by this value.
5925
5926 @item
5927 A time limiting factor.  If @code{nil}, the score is permanent, and in the case
5928 of a number, the score is deleted if it does not match for days
5929 (@code{wl-score-expiry-days}) from the date specified by this.
5930 The date is since Dec. 31, 1 B.C.
5931
5932 @item
5933 A type factor.  This specifies the way the first factor matches.
5934 Available types depend on keys.
5935
5936 @table @dfn
5937 @item From, Subject, References, Message-ID
5938 For these keys in string, @code{r} and @code{R} (regexp),
5939 @code{s} and @code{S} (substring), @code{e} and @code{E} (exact match),
5940 as well as @code{f} and @code{F} (fuzzy) can be used.
5941 @code{R}, @code{S}, @code{E}, and @code{F} are case sensitive.
5942
5943 @item Lines, Chars
5944 For these keys, the following five numerical relative operators can be
5945 used: @code{<}, @code{>}, @code{=}, @code{>=}, @code{<=}.
5946
5947 @item Followup
5948 This key matches @code{From} header, and scores all follow-ups to the
5949 message.
5950 For example, it would be useful for increasing scores for follow-ups to
5951 you own article.
5952
5953 You can use the same types as @code{From} except for @code{f}.
5954 And a @samp{Followup} entry is automatically appended to the score file.
5955
5956 @item Thread
5957 This key scores (sub-)threads beginning with @code{Message-ID} @var{x}.
5958 A @samp{Thread} entry is automatically appended for each article that
5959 has @var{x} in the @code{References} header.
5960 You can make sure the whole thread including messages that does not have
5961 all ancestors @code{Message-ID} in @code{References} is scored.
5962
5963 You can use the same types as @code{References} except for @code{f}.
5964 And a @samp{Thread} entry is automatically appended to the score file.
5965 @end table
5966
5967 @item
5968 A factor for extension header.  This is meaningful only if the key is
5969 @code{Extra}.
5970 This specifies headers to be matched other than standard headers like
5971 @code{Subject} and @code{From}.
5972 Note that you should specify the header in
5973 @code{elmo-msgdb-extra-fields} also.
5974 Therefore it does not work in folders where extension headers cannot be
5975 retrieved.
5976
5977 @end enumerate
5978
5979 The sum of these scores @emph{after all factors are applied} becomes the
5980 score of the message.
5981
5982 @cindex Score File Atoms
5983 @item mark
5984 Messages with a score less than this value is marked as read.
5985 The default is @code{wl-summary-mark-below}.
5986
5987 @item expunge
5988 Messages with a score less than this value is deleted from the summary.
5989 The default is @code{wl-summary-expunge-below}.
5990
5991 @item mark-and-expunge
5992 Both @code{mark} and @code{expunge} are applied,
5993 i.e. messages with a score less than this value is marked as read and
5994 deleted from the summary.
5995
5996 @item target
5997 Messages with a score greater than this value is attached with temp
5998 marks.
5999 The default is @code{wl-summary-target-above}.
6000
6001 @item important
6002 Messages with a score greater than this value is attached with important
6003 marks.
6004 The default is @code{wl-summary-important-above}.
6005 @end table
6006
6007 @subsection Caveats
6008
6009 Not to mention the @code{extra} key, if @code{lines} or @code{xref} keys
6010 are used, you need to set @code{elmo-msgdb-extra-fields}.
6011
6012 @lisp
6013 (setq elmo-msgdb-extra-fields '("lines" "xref"))
6014 @end lisp
6015
6016 There are other restrictions as shown below:
6017
6018 @itemize @bullet
6019 @item Because @samp{References} field in the summary information
6020 contains only the last @samp{Message-ID}, @code{references} key matches
6021 the last one only.
6022 @end itemize
6023
6024 Keys that can be seen by folder of types:
6025
6026 @example
6027 @group
6028                         chars lines xref  extra
6029 localdir,localnews        Y     E     E     E
6030 nntp (supporting xover)   Y     E     E     N
6031      (otherwise)          N     E     E     E
6032 imap4                     Y     E     E     E
6033 pop3                      N     E     E     E
6034
6035                 Y: can be seen
6036                 N: cannot be seen (ignored)
6037                 E: can be seen with @code{elmo-msgdb-extra-fields} settings
6038 @end group
6039 @end example
6040
6041
6042 @node Address Book, Customization, Scoring, Top
6043 @chapter Address Book
6044 @cindex Address Book
6045
6046 With address book, you can utilize address completion, and you have
6047 summary displayed with nicknames.
6048
6049 @menu
6050 * Mail Addresses::   Definition of Address Book
6051 * Address Manager::  Address Manager
6052 @end menu
6053
6054 @node Mail Addresses, Address Manager, Address Book, Address Book
6055 @section Address book
6056 @cindex Address book Definition
6057 @cindex .addresses
6058 @cindex Alias, Address
6059
6060 The file @file{~/.addresses} is a simple address book for Wanderlust.
6061 Make address file @file{~/.addresses}, and edit to suit your requirement.
6062
6063 The data written in @file{~/.addresses} are used for address completion
6064 under draft editing mode. Furthermore, they are used when showing names
6065 in summary display mode. You can safely skip this section, if you don't
6066 want to customize address completion and summary display.
6067 It is possible to add/change/remove addresses from @file{~/.addresses} in
6068 summary buffer after Wanderlust is invoked. @refill
6069
6070 The format is very simple. Like this. @refill
6071
6072 @example
6073 @group
6074 #
6075 # @r{Lines begin with @samp{#} are comment.}
6076 # @r{Empty lines are ignored}
6077 #
6078 # @r{Format of each line:}
6079 # @var{email-address}  "@var{nickname} "@var{realname}"
6080 #
6081 teranisi@@gohome.org            "Yuuichi"      "Yuuichi Teranishi"
6082 foo@@bar.gohome.org             "Mr. Foo"    "John Foo"
6083 bar@@foo.gohome.org             "Mr. Bar"    "Michael Bar"
6084 @end group
6085 @end example
6086
6087 @noindent
6088 One line defines one persons description.
6089
6090 Actually, in default setup, @var{nickname} is used in summary-mode and
6091 @var{realname} is used in draft preparation mode. This behavior is
6092 better understood if you try it and confirmed the function first. You
6093 can write and try a small definition, so you will know the idea of the
6094 address book before writing a big one.
6095
6096 And, if MH alias file is specified in variable @code{wl-alias-file},
6097 it is used as an address information in the draft preparation mode.
6098
6099 If variable @code{wl-use-ldap} is non-nil (initial setting is
6100 @code{nil}), address completion in draft mode uses LDAP information.
6101
6102 If you use LDAP, you have to set @code{wl-ldap-server},
6103 @code{wl-ldap-port} and @code{wl-ldap-base} properly. If your emacs does
6104 not have LDAP feature as built-in feature (Currently only XEmacs can
6105 have built-in LDAP feature), you have to set command exec @env{PATH} to
6106 the program @command{ldapsearch}.
6107
6108
6109 @node Address Manager,  , Mail Addresses, Address Book
6110 @section Address Manager
6111 @cindex Address Manager
6112
6113 You can type @kbd{C-c C-a} to enter address manger mode.  you can edit
6114 the address book and insert address to draft buffer.
6115
6116 @subsection Key Bindings
6117
6118 @table @kbd
6119 @item t
6120 @kindex t (Address Manager)
6121 @findex wl-addrmgr-set-to
6122 Add @samp{To:} mark.
6123
6124 @item c
6125 @kindex c (Address Manager)
6126 @findex wl-addrmgr-set-cc
6127 Add @samp{Cc:} mark.
6128
6129 @item b
6130 @kindex b (Address Manager)
6131 @findex wl-addrmgr-set-bcc
6132 Add @samp{Bcc:} mark.
6133
6134 @item u
6135 @kindex u (Address Manager)
6136 @findex wl-addrmgr-unmark
6137 Cancel the mark.
6138
6139 @item x
6140 @kindex x (Address Manager)
6141 @findex wl-addrmgr-apply
6142
6143 Insert @samp{To:}, @samp{Cc:}, or @samp{Bcc:} marked addresses to draft
6144 buffer and quit address manager.  When no draft buffer, make new draft
6145 with insert marked addresses.
6146
6147 If no mark, quit address manager.
6148
6149
6150 @item q
6151 @kindex q (Address Manager)
6152 @findex wl-addrmgr-quit
6153 Quit address manager.
6154
6155 @item a
6156 @kindex a (Address Manager)
6157 @findex wl-addrmgr-add
6158 Add new entry.
6159
6160 @item d
6161 @kindex d (Address Manager)
6162 @findex wl-addrmgr-delete
6163 Delete entry.
6164
6165 @item e
6166 @kindex e (Address Manager)
6167 @findex wl-addrmgr-edit
6168 Edit entry.
6169 @end table
6170
6171
6172 @node Customization, Mailing List, Address Book, Top
6173 @chapter Customizing Wanderlust
6174 @cindex Customization
6175
6176 @menu
6177 * Living with other packages:: Cooperating with other packages
6178 * Highlights::                 Highlights
6179 * Biff::                       Notify Mail arrival
6180 * Advanced Settings::          Advanced Settings
6181 * Customizable Variables::     Customizable Variables
6182 * Hooks::                      Hooks
6183 @end menu
6184
6185
6186 @node Living with other packages, Highlights, Customization, Customization
6187 @section Living with other packages
6188
6189 Examples with other packages.
6190
6191 @menu
6192 * imput::                       imput (im-wl.el)
6193 * BBDB::                        BBDB
6194 * supercite::                   supercite.el
6195 * mu-cite::                     mu-cite.el
6196 * X-Face::                      x-face,bitmap-mule
6197 * dired-dd::                    dired-dd.el
6198 * MHC::                         MHC
6199 * Addrbook::                    Addrbook
6200 * mime-w3m::                    mime-w3m.el
6201 @end menu
6202
6203
6204 @node imput, BBDB, Living with other packages, Living with other packages
6205 @subsection imput
6206 @pindex imput
6207 @cindex im-wl
6208
6209 Place @file{util/im-wl.el} on the @code{load-path} and do the following
6210 settings.
6211
6212 If @command{imput} is on the @code{exec-path} at the installation,
6213 @file{im-wl.el} is byte-compiled and installed.  @xref{Install}.
6214
6215 @lisp
6216 @group
6217 (autoload 'wl-draft-send-with-imput-async "im-wl")
6218 (setq wl-draft-send-function 'wl-draft-send-with-imput-async)
6219 @end group
6220 @end lisp
6221
6222
6223 @node BBDB, supercite, imput, Living with other packages
6224 @subsection bbdb.el
6225 @pindex BBDB
6226
6227 Place @file{util/bbdb-wl.el} on the @code{load-path} and do the following
6228 settings.
6229
6230 If BBDB is on the @code{load-path} at the installation, @file{bbdb-wl.el} is
6231 byte-compiled and installed.
6232 @xref{Install}.
6233
6234 @lisp
6235 @group
6236 (require 'bbdb-wl)
6237
6238 (bbdb-wl-setup)
6239 ;; @r{enable pop-ups}
6240 (setq bbdb-use-pop-up t)
6241 ;; @r{auto collection}
6242 (setq bbdb/mail-auto-create-p t)
6243 (setq signature-use-bbdb t)
6244 (setq bbdb-north-american-phone-numbers-p nil)
6245 ;; @r{shows the name of bbdb in the summary} :-)
6246 (setq wl-summary-from-function 'bbdb-wl-from-func)
6247 ;; @r{automatically add mailing list fields}
6248 (add-hook 'bbdb-notice-hook 'bbdb-auto-notes-hook)
6249 (setq bbdb-auto-notes-alist '(("X-ML-Name" (".*$" ML 0))))
6250 @end group
6251 @end lisp
6252
6253 You can complete address with BBDB by @kbd{M-@key{TAB}}
6254 in draft buffer.
6255
6256
6257 @node supercite, mu-cite, BBDB, Living with other packages
6258 @subsection sc.el(supercite), sc-register.el
6259 @pindex sc
6260 @pindex supercite
6261
6262 The same setting as usual mailers should be OK.  The following is an
6263 example of settings:
6264
6265 @lisp
6266 @group
6267 (autoload 'sc-cite-original "supercite" nil t)
6268 (add-hook 'mail-citation-hook 'sc-cite-original)
6269 @end group
6270 @end lisp
6271
6272
6273 @node mu-cite, X-Face, supercite, Living with other packages
6274 @subsection mu-cite.el
6275 @pindex mu-cite
6276
6277 The same setting as usual mailers should be OK.  The following is an
6278 example of settings.
6279
6280 If you use mu-cite version 8.0 or earlier:
6281
6282 @lisp
6283 @group
6284 (autoload 'mu-cite/cite-original "mu-cite" nil t)
6285 (setq mail-citation-hook 'mu-cite/cite-original)
6286 @end group
6287 @end lisp
6288
6289 If you use mu-cite version 8.1 or later:
6290
6291 @lisp
6292 @group
6293 (autoload 'mu-cite-original "mu-cite" nil t)
6294 (add-hook 'mail-citation-hook (function mu-cite-original))
6295 @end group
6296 @end lisp
6297
6298 @node X-Face, dired-dd, mu-cite, Living with other packages
6299 @subsection x-face
6300 @pindex x-face
6301
6302 If you have installed one of the following, you can decode
6303 @samp{X-Face:} field in message buffer and you will see face image.
6304
6305 @menu
6306 * x-face-xmas::                       XEmacs case
6307 * x-face-mule::                       Emacs case
6308 @end menu
6309
6310 If there is an encoded X-Face string in a file @file{~/.xface} (the
6311 value of the variable @code{wl-x-face-file}), it is inserted as a
6312 @samp{X-Face:} field in the draft buffer (if
6313 @code{wl-auto-insert-x-face} is non-nil).
6314
6315 @node x-face-xmas, x-face-mule, X-Face, X-Face
6316 @subsubsection x-face-xmas (for XEmacs)
6317 @pindex x-face-xmas
6318
6319 If you use @file{x-face-xmas.el} in x-face (@uref{ftp://jpl.org/pub/elisp/})
6320 1.3.6.13 or later, do the following:
6321
6322 @lisp
6323 @group
6324 (autoload 'x-face-xmas-wl-display-x-face "x-face")
6325 (setq wl-highlight-x-face-function 'x-face-xmas-wl-display-x-face)
6326 @end group
6327 @end lisp
6328
6329 @node x-face-mule,  , x-face-xmas, X-Face
6330 @subsubsection x-face-mule (for Emacs)
6331 @pindex x-face-mule
6332 @pindex bitmap-mule
6333
6334 If you use @file{x-face-mule.el} in bitmap-mule
6335 (@uref{ftp://ftp.jpl.org/pub/elisp/bitmap/}) 8.0 or later, do the following:
6336
6337 @lisp
6338 @group
6339 (autoload 'x-face-decode-message-header "x-face-mule")
6340 (setq wl-highlight-x-face-function 'x-face-decode-message-header)
6341 @end group
6342 @end lisp
6343
6344 @subsubsection x-face-e21 (for Emacs 21.x)
6345 @pindex x-face-e21
6346
6347 With Emacs 21.x, you can use @file{x-face-e21.el}
6348 (@uref{ftp://jpl.org/pub/elisp/}) instead of @file{x-face-mule.el}
6349 to display X-Face. In this case, bitmap-mule is not required.
6350 Do as follows:
6351
6352 @lisp
6353 @group
6354 (autoload 'x-face-decode-message-header "x-face-e21")
6355 (setq wl-highlight-x-face-function 'x-face-decode-message-header)
6356 @end group
6357 @end lisp
6358
6359
6360 @node dired-dd, MHC, X-Face, Living with other packages
6361 @subsection dired-dd(Dired-DragDrop)
6362 @pindex Dired-DragDrop
6363 @pindex Dired-DD
6364 @cindex Drag and Drop
6365
6366 If you embed @file{dired-dd-mime.el} in the dired-dd package, you can
6367 compose multi-part by simple Drag-and-Drop from dired to the draft
6368 buffer being edited in GNU Emacs (this feature is not Wanderlust
6369 specific, but general-purpose for SEMI).
6370
6371 @lisp
6372 @group
6373 ;; @r{dired-dd:} http://www.asahi-net.or.jp/~pi9s-nnb/dired-dd-home.html
6374 (add-hook
6375  'dired-load-hook
6376  (function
6377   (lambda ()
6378     (load "dired-x")
6379     ;; @r{Set dired-x variables here.}
6380     ;; @r{To and flo@dots{}}
6381     (if window-system
6382         (progn (require 'dired-dd)
6383                (require 'dired-dd-mime))))))
6384 @end group
6385 @end lisp
6386
6387 @node MHC, Addrbook, dired-dd, Living with other packages
6388 @subsection mhc.el
6389 @pindex MHC
6390
6391 Message Harmonized Calendaring system
6392 (@uref{http://www.quickhack.net/mhc/})
6393
6394 By using MHC, you can make a calendar from the messages.
6395
6396 For mhc-0.25:
6397
6398 @lisp
6399 @group
6400 (setq mhc-mailer-package 'wl)
6401 (autoload 'mhc-mode "mhc" nil t)
6402 (add-hook 'wl-summary-mode-hook 'mhc-mode)
6403 (add-hook 'wl-folder-mode-hook 'mhc-mode)
6404 @end group
6405 @end lisp
6406
6407 For mhc-current:
6408
6409 @lisp
6410 @group
6411 (autoload 'mhc-wl-setup "mhc-wl")
6412 (add-hook 'wl-init-hook 'mhc-wl-setup)
6413 @end group
6414 @end lisp
6415
6416 @node Addrbook, mime-w3m, MHC, Living with other packages
6417 @subsection wl-addrbook.el
6418 @pindex Addrbook
6419
6420 Addrbook of Mew
6421 (@uref{http://www.mew.org/})
6422
6423 Place @file{util/wl-addrbook.el} and @file{util/wl-complete.el} on the
6424 @code{load-path} and do the following settings.
6425
6426 @lisp
6427 @group
6428 (require 'wl-addrbook)
6429 (wl-addrbook-setup)
6430 @end group
6431 @end lisp
6432
6433 @node mime-w3m,  , Addrbook, Living with other packages
6434 @subsection mime-w3m.el
6435 @pindex mime-w3m
6436
6437 You can display html part by using @file{mime-w3m.el}
6438 distributed with emacs-w3m (@uref{http://emacs-w3m.namazu.org/}).
6439 You can find the usage in comment region at the head of @file{mime-w3m.el}.
6440
6441
6442 @node Highlights, Biff, Living with other packages, Customization
6443 @section Highlights
6444
6445 @subsection Customizable Variables
6446
6447 @table @code
6448 @item  wl-summary-highlight
6449 @vindex wl-summary-highlight
6450 The initial setting is @code{t}.
6451 If non-nil, the summary is highlighted.
6452
6453 @item  wl-highlight-max-summary-lines
6454 @vindex wl-highlight-max-summary-lines
6455 The initial setting is 10000.
6456 The summary is not highlighted if it has more lines than this value.
6457
6458 @item  wl-summary-highlight-partial-threshold
6459 @vindex wl-summary-highlight-partial-threshold
6460 The initial setting is 1000.
6461 This is a threshold whether the whole summary is highlighted.
6462 If there are more lines of messages in the summary, it is partially
6463 highlighted.
6464
6465 @item  wl-summary-partial-highlight-above-lines
6466 @vindex wl-summary-partial-highlight-above-lines
6467 The initial setting is 30.  If there are more lines of messages than
6468 @code{wl-summary-highlight-partial-threshold} in the summary, messages
6469 after the point that is the same number of lines as this value above the
6470 cursor line are highlighted partially.  (If this value is @code{nil},
6471 the last same number of lines as the value of
6472 @code{wl-summary-highlight-partial-threshold} are highlighted.)
6473
6474 @item wl-highlight-body-too
6475 @vindex  wl-highlight-body-too
6476 The initial setting is @code{t}.
6477 If non-nil, bodies of drafts and messages are also highlighted.
6478
6479 @item  wl-highlight-message-header-alist
6480 @vindex wl-highlight-message-header-alist
6481 When highlighting headers of drafts and messages, this variable
6482 specifies which faces are allocated to important
6483 (@code{wl-highlight-message-important-header-contents}), secondly
6484 important (@code{wl-highlight-message-important-header-contents2}), and
6485 unimportant (@code{wl-highlight-message-unimportant-header-contents})
6486 message headers.
6487 Similarly, it can be used for allocating arbitrary faces to arbitrary
6488 regular expressions.
6489
6490 @item wl-highlight-citation-prefix-regexp
6491 @vindex  wl-highlight-citation-prefix-regexp
6492 Specifies a regular expression to which quoted lines in bodies of
6493 drafts and messages match.
6494 Bodies matching to this regular expression are highlighted by the faces
6495 specified by (@code{wl-highlight-message-cited-text-*}).
6496
6497 @item  wl-highlight-highlight-citation-too
6498 @vindex wl-highlight-highlight-citation-too
6499 The initial setting is @code{nil}.
6500 If non-nil, the quoting regular expression itself given by
6501 @code{wl-highlight-citation-prefix-regexp} is also highlighted.
6502
6503 @item  wl-highlight-citation-header-regexp
6504 @vindex wl-highlight-citation-header-regexp
6505 Specifies a regular expression that denotes beginning of quotation.
6506 Bodies matching to this regular expression are highlighted by the face
6507 specified by @code{wl-highlight-message-headers}.
6508
6509 @item wl-highlight-max-header-size
6510 @vindex wl-highlight-max-header-size
6511 The initial setting is @code{nil}.  If a header size is larger than this
6512 value, it will not be highlighted.  If @code{nil}, always highlighted
6513 (ignore header size).
6514
6515 @item  wl-highlight-max-message-size
6516 @vindex wl-highlight-max-message-size
6517 The initial setting is 10000.
6518 If a message is larger than this value, it will not be highlighted.
6519 With this variable, highlight is suppressed for uuencode or huge digest
6520 messages.
6521
6522 @item  wl-highlight-signature-separator
6523 @vindex wl-highlight-signature-separator
6524 Specifies regular expressions that denotes the boundary of a signature.
6525 It can be a regular expression, or a list of ones.
6526 Messages after the place that matches this regular expression are
6527 highlighted by the face specified by
6528 @code{wl-highlight-message-signature}.
6529
6530 @item  wl-max-signature-size
6531 @vindex wl-max-signature-size
6532 The initial setting is 400.
6533 This is the largest size for a signature to be highlighted.
6534
6535 @item wl-use-highlight-mouse-line
6536 @vindex  wl-use-highlight-mouse-line
6537 The initial setting is @code{t}.
6538 If non-nil, the line pointed by the mouse is highlighted in the folder
6539 mode, summary mode, and the like.
6540 @end table
6541
6542 @subsection Setting Colors and Fonts of the Characters
6543
6544 If you want to change colors or fonts of the characters, you need to
6545 modify faces defined in Wanderlust.  Use @code{set-face-font} if you
6546 want to change fonts, and @code{set-face-foreground} for colors, and so
6547 on.  You cannot write face settings in @file{.emacs}; write in
6548 @file{~/.wl}.
6549
6550 For example, if you want to change the color for signatures to yellow,
6551 write
6552
6553 @lisp
6554 (set-face-foreground 'wl-highlight-message-signature "yellow")
6555 @end lisp
6556
6557 @noindent
6558 in @file{~/.wl}.
6559
6560 Faces defined in Wanderlust:
6561
6562 @table @code
6563 @item wl-highlight-message-headers
6564 The face for field names of message headers.
6565
6566 @item wl-highlight-message-header-contents
6567 The face for field bodies of message headers.
6568
6569 @item wl-highlight-message-important-header-contents
6570 The face for important parts of message headers.
6571 Per default, this face is used for a body of @samp{Subject:} field.
6572 You can change its value by editing
6573 @code{wl-highlight-message-header-alist}.
6574
6575 @item wl-highlight-message-important-header-contents2
6576 The face for secondly important parts of message headers.
6577 Per default, this face is used for bodies of @samp{From:} and @samp{To:}
6578 fields.  You can change its value by editing
6579 @code{wl-highlight-message-header-alist}.
6580
6581 @item wl-highlight-message-unimportant-header-contents
6582 The face for unimportant parts of message headers.
6583 Per default, this face is used for bodies of @samp{X-} fields
6584 @samp{User-Agent:} fields.  You can change its value by editing
6585 @code{wl-highlight-message-header-alist}.
6586
6587 @item wl-highlight-message-citation-header
6588 The face for headers of quoted messages.
6589
6590 @item wl-highlight-message-cited-text-*
6591 The face for texts of quoted messages.  The last @samp{*} is a
6592 @var{single figure} so that 10 different colors can be used according to
6593 citation levels.
6594
6595 @item wl-highlight-message-signature
6596 The face for signatures of messages.  The initial settings are
6597 @samp{khaki} for light background colors, and @samp{DarkSlateBlue} for
6598 dark background colors.
6599
6600 @item wl-highlight-header-separator-face
6601 The face for header separators of draft messages.
6602
6603 @item wl-highlight-summary-important-face
6604 The face for message lines with important marks in the summary.
6605
6606 @item wl-highlight-summary-new-face
6607 The face for message lines with new marks in the summary.
6608
6609 @item wl-highlight-summary-displaying-face
6610 The face for the message line that is currently displayed.
6611 This face is overlaid.
6612
6613 @item wl-highlight-thread-indent-face
6614 The face for the threads that is currently displayed.
6615
6616 @item wl-highlight-summary-unread-face
6617 The face for message lines with unread marks in the summary.
6618
6619 @item wl-highlight-summary-deleted-face
6620 The face for message lines with delete marks in the summary.
6621
6622 @item wl-highlight-summary-refiled-face
6623 The face for message lines with re-file marks in the summary.
6624
6625 @item wl-highlight-refile-destination-face
6626 The face for re-file information part of message lines with re-file
6627 marks in the summary.
6628
6629 @item wl-highlight-summary-copied-face
6630 The face for message lines with copy marks in the summary.
6631
6632 @item wl-highlight-summary-target-face
6633 The face for message lines with target marks @samp{*} in the summary.
6634
6635 @item wl-highlight-summary-thread-top-face
6636 The face for message lines that are on the top of the thread in the
6637 summary.
6638
6639 @item wl-highlight-summary-normal-face
6640 The face for message lines that are not on top of the thread in the
6641 summary.
6642
6643 @item wl-highlight-folder-unknown-face
6644 The face for folders that are not known to have how many unsync messages
6645 in the folder mode.
6646
6647 @item wl-highlight-folder-zero-face
6648 The face for folders that have no unsync messages in the folder mode.
6649
6650 @item wl-highlight-folder-few-face
6651 The face for folders that have some unsync messages in the folder mode.
6652
6653 @item wl-highlight-folder-many-face
6654 The face for folders that have many unsync messages in the folder mode.
6655 The boundary between `some' and `many' is specified by the variable
6656 @code{wl-folder-many-unsync-threshold}.
6657
6658 @item wl-highlight-folder-unread-face
6659 The face for folders that have no unsync but unread messages in the
6660 folder mode.
6661
6662 @item wl-highlight-folder-killed-face
6663 The face for folders that are deleted from the access group in the
6664 folder mode.
6665
6666 @item wl-highlight-folder-opened-face
6667 The face for open groups in the folder mode.
6668 It is meaningful when @code{wl-highlight-folder-by-numbers} is
6669 @code{nil} or a @var{number}.
6670
6671 @item wl-highlight-folder-closed-face
6672 The face for close groups in the folder mode.
6673 It is meaningful when @code{wl-highlight-folder-by-numbers} is
6674 @code{nil} or a @var{number}.
6675
6676 @item wl-highlight-folder-path-face
6677 The face for the path to the currently selected folder in the folder
6678 mode.
6679
6680 @item wl-highlight-logo-face
6681 The face for logo in the demo.
6682
6683 @item wl-highlight-demo-face
6684 The face for strings (for example, a version number) in the demo.
6685 @end table
6686
6687
6688 @node Biff, Advanced Settings, Highlights, Customization
6689 @section Notify Mail arrival
6690 @cindex Biff
6691
6692 Following setting is to notify mail arrival of @samp{%inbox}
6693 by the indicator on the modeline
6694
6695 @lisp
6696 (setq wl-biff-check-folder-list '("%inbox"))
6697 @end lisp
6698
6699 @subsection Customizable Variables
6700 @table @code
6701 @item wl-biff-check-folder-list
6702 @vindex wl-biff-check-folder-list
6703 The initial setting is @code{nil}.
6704 This is the list of folders to check mail arrival.
6705 If @code{nil}, wl doesn't check mail arrival.
6706
6707 @item wl-biff-check-interval
6708 @vindex wl-biff-check-interval
6709 The initial setting is 40 (in seconds).
6710 Check mail arrival in this period.
6711
6712 @item wl-biff-notify-hook
6713 @vindex wl-biff-notify-hook
6714 This hook is run at the arrival of new mail.
6715 To beep with mail arrival(initial setting), set as follows.
6716 @lisp
6717 (setq wl-biff-notify-hook '(ding))
6718 @end lisp
6719 For silence, set to @code{nil}.
6720 @end table
6721
6722
6723 @node Advanced Settings, Customizable Variables, Biff, Customization
6724 @section Advanced Settings
6725
6726 @menu
6727 * Draft for Reply::             Draft for Reply
6728 * Thread Format::               Appearance of Thread
6729 * User-Agent Field::            @samp{User-Agent:} Header Field
6730 @end menu
6731
6732
6733 @node Draft for Reply, Thread Format, Advanced Settings, Advanced Settings
6734 @subsection Draft for Replay
6735 @vindex wl-draft-reply-with-argument-list
6736 @vindex wl-draft-reply-without-argument-list
6737 @vindex wl-draft-reply-myself-with-argument-list
6738 @vindex wl-draft-reply-myself-without-argument-list
6739
6740 If you want, when you replying to articles in mailing lists, the address
6741 in Reply-To field of the original message to be prepared to To field of
6742 the reply draft by simply pressing @kbd{a} in the summary mode, try the
6743 following settings:
6744
6745 @lisp
6746 @group
6747 (setq wl-draft-reply-without-argument-list
6748       '(("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
6749         ("Followup-To" . (nil nil ("Followup-To")))
6750         (("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
6751         ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
6752 @end group
6753 @end lisp
6754
6755 @noindent
6756 (Only if there are both of @samp{X-ML-Name:} and @samp{Reply-To:} fields
6757 in the original message, @samp{Reply-To:} field in the original is
6758 copied to @samp{To:} field.)
6759
6760 Moreover, the behavior of @kbd{a} with prefix argument can
6761 be directed by @code{wl-draft-reply-with-argument-list} as well.
6762
6763 Note: To set the behavior when you reply to the message written by yourself, use
6764 @code{wl-draft-reply-myself-without-argument-list} and
6765 @code{wl-draft-reply-myself-with-argument-list}
6766 instead of them.
6767
6768 @node Thread Format, User-Agent Field, Draft for Reply, Advanced Settings
6769 @subsection Appearance of Threads
6770
6771 @example
6772 @group
6773   389  09/18(Fri)01:07 [ Teranishi         ] wl-0.6.3
6774   390  09/18(Fri)07:25 +-[ Tsumura-san       ]
6775   391  09/18(Fri)19:24 +-[ Murata-san        ]
6776   392  09/20(Sun)21:49 +-[ Okunishi-san      ]
6777   396  09/20(Sun)22:11 | +-[ Tsumura-san       ]
6778   398  09/21(Mon)00:17 |   +-[ Tsumura-san       ]
6779   408  09/21(Mon)22:37 |     +-[ Okunishi-san      ]
6780   411  09/22(Tue)01:34 |       +-[ Tsumura-san       ]
6781   412  09/22(Tue)09:28 |       +-[ Teranishi         ]
6782   415  09/22(Tue)11:52 |         +-[ Tsumura-san       ]
6783   416  09/22(Tue)12:38 |           +-[ Teranishi         ]
6784   395  09/20(Sun)21:49 +-[ Okunishi-san      ]
6785   397  09/21(Mon)00:15 +-[ Okunishi-san      ]
6786 @end group
6787 @end example
6788
6789 Settings to make appearance of threads like shown above:
6790
6791 @lisp
6792 @group
6793 (setq wl-thread-indent-level 2)
6794 (setq wl-thread-have-younger-brother-str "+")
6795 (setq wl-thread-youngest-child-str       "+")
6796 (setq wl-thread-vertical-str             "|")
6797 (setq wl-thread-horizontal-str           "-")
6798 (setq wl-thread-space-str                " ")
6799 @end group
6800 @end lisp
6801
6802 If you do not want to see branches, do the following:
6803
6804 @lisp
6805 @group
6806 (setq wl-thread-indent-level 2)
6807 (setq wl-thread-have-younger-brother-str " ")
6808 (setq wl-thread-youngest-child-str       " ")
6809 (setq wl-thread-vertical-str             " ")
6810 (setq wl-thread-horizontal-str           " ")
6811 (setq wl-thread-space-str                " ")
6812 @end group
6813 @end lisp
6814
6815
6816 @node User-Agent Field,  , Thread Format, Advanced Settings
6817 @subsection User-Agent Field
6818 @cindex X-Mailer
6819 @cindex User-Agent
6820
6821 If you are eccentric enough to elaborate @samp{X-Mailer:} or
6822 @samp{User-Agent:} fields, define a function that generate appropriate
6823 strings as you like, and set it to variable
6824 @code{wl-generate-mailer-string-function}.
6825
6826 If you do not want verbose @samp{User-Agent:} field, do the following:
6827
6828 @lisp
6829 @group
6830 (setq wl-generate-mailer-string-function
6831       (function
6832        (lambda ()
6833          (concat "User-Agent: "
6834                  (wl-generate-user-agent-string-1 nil)))))
6835 @end group
6836 @end lisp
6837
6838 The following is a example:
6839
6840 @lisp
6841 @group
6842 (setq mime-edit-insert-user-agent-field nil)
6843 (setq wl-generate-mailer-string-function
6844       (function
6845        (lambda ()
6846          (format "X-Mailer: %s" (product-string-1 'wl-version)))))
6847 @end group
6848 @end lisp
6849
6850
6851 @node Customizable Variables, Hooks, Advanced Settings, Customization
6852 @section Customizable Variables
6853
6854 Customizable variables that have not been described yet:
6855
6856 @table @code
6857 @item wl-default-folder
6858 @vindex wl-default-folder
6859 The initial setting is @samp{%inbox}.  This is the default value for moving to
6860 a folder and the like.
6861
6862 @item wl-draft-folder
6863 @vindex wl-draft-folder
6864 The initial setting is @samp{+draft}.  It is the folder to which drafts are
6865 saved.  It must be a localdir folder.
6866
6867 @item wl-trash-folder
6868 @vindex wl-trash-folder
6869 The initial setting is @samp{+trash}.  It is the wastebasket folder.
6870 If you changed this variable, you had better restart Wanderlust.
6871
6872 @item wl-interactive-exit
6873 @vindex wl-interactive-exit
6874 The initial setting is @code{t}.
6875 If non-nil, you are asked for confirmation when Wanderlust terminates.
6876
6877 @item wl-interactive-send
6878 @vindex wl-interactive-send
6879 The initial setting is @code{t}.
6880 If non-nil, you are asked for confirmation when mail is sent.
6881
6882 @item wl-folder-sync-range-alist
6883 @vindex wl-folder-sync-range-alist
6884 The initial setting is the alist shown below:
6885
6886 @lisp
6887 @group
6888 (("^&.*$" . "all")
6889  ("^\\+draft$\\|^\\+queue$" . "all"))
6890 @end group
6891 @end lisp
6892
6893 @noindent
6894 This is an associative list of regular expressions of folder names and
6895 update range of the summary.  Update range is one of the @samp{all},
6896 @samp{update}, @samp{rescan}, @samp{rescan-noscore}, @samp{first} and
6897 @samp{last}. If a folder do not match, @samp{update} is used.
6898
6899 @item wl-ask-range
6900 @vindex wl-ask-range
6901 The initial setting is @code{t}.
6902 If @code{nil}, the value of @code{wl-folder-sync-range-alist} is used
6903 for updating the summary when you changed folders.
6904
6905 @item wl-mime-charset
6906 @vindex wl-mime-charset
6907 The initial setting is @code{x-ctext}.
6908 This is the MIME charset for messages that are not MIME (e.g. without
6909 @samp{Content-Type:}). This value also used as default charset for
6910 summary.  (If you want to share Summary on Nemacs and other Emacsen, set
6911 this value as @code{iso-2022-jp}.)
6912
6913 @item wl-highlight-folder-with-icon
6914 @vindex wl-highlight-folder-with-icon
6915 This is meaningful for XEmacs or Emacs 21..  The initial setting depends
6916 on Emacsen (@code{t} for XEmacs or Emacs 21 with icons).
6917
6918 @item wl-strict-diff-folders
6919 @vindex wl-strict-diff-folders
6920 This is a list of regular expressions of folders.
6921 Unread messages are checked, for example when you press @kbd{s} in
6922 the folder mode, usually in a brief way (rapidly processed but not
6923 accurate).
6924 The folders matching this variable are seriously checked.
6925 You may want to set this variable so as to match conditional filter
6926 folders for IMAP4 folders.
6927 The initial setting is @code{nil}.
6928
6929 @item wl-folder-use-server-diff
6930 @vindex wl-folder-use-server-diff
6931 When unread messages are checked, for example when you press @kbd{s} in
6932 the folder mode, usually (the number of messages on the server) @minus{}
6933 (the number of local messages) will be the number of unread messages.
6934 However, if this variable is non-nil, the number of unread messages on
6935 the server is checked.  This affects IMAP4 folders only, but IMAP4
6936 folders in mail boxes matching
6937 @code{elmo-imap4-disuse-server-flag-mailbox-regexp} are not checked for
6938 the number of unread messages on the server, even if they matches this
6939 variable.  The initial setting is @code{t}.
6940
6941 @item wl-auto-check-folder-name
6942 @vindex wl-auto-check-folder-name
6943 The initial setting is @code{nil}.
6944 If non-nil, the folder with the name of the value is checked for unread
6945 messages at the start.
6946 If it is @code{none}, no folders are checked.
6947 If it is a list, all folders in the list are checked at the start.
6948
6949 @item wl-auto-uncheck-folder-list
6950 @vindex wl-auto-uncheck-folder-list
6951 The initial setting is the list shown below:
6952
6953 @lisp
6954 @group
6955 ("\\$.*")
6956 @end group
6957 @end lisp
6958
6959 @noindent
6960 Folders with the name matching this variable are not checked for unread
6961 messages at the start, even if they are included in the groups in
6962 @code{wl-auto-check-folder-name}.
6963
6964 @item wl-auto-check-folder-list
6965 @vindex wl-auto-check-folder-list
6966 The initial setting is @code{nil}.
6967 Folders with the name matching this variable are always checked for
6968 unread messages at the start, if they are included in the groups in
6969 @code{wl-auto-check-folder-name}.
6970 This takes precedence over @code{wl-auto-uncheck-folder-list}.
6971
6972 @item wl-no-save-folder-list
6973 @vindex wl-no-save-folder-list
6974 The initial setting is the list shown below:
6975
6976 @lisp
6977 @group
6978 ("^/.*$")
6979 @end group
6980 @end lisp
6981
6982 @noindent
6983 This is a list of regular expressions of folders not to be saved.
6984
6985 @item wl-save-folder-list
6986 @vindex wl-save-folder-list
6987 The initial setting is @code{nil}.
6988 This is a list of regular expressions of folders to be saved.
6989 This takes precedence over @code{wl-no-save-folder-list}.
6990
6991 @item wl-folder-mime-charset-alist
6992 @vindex wl-folder-mime-charset-alist
6993 The initial setting is the alist shown below:
6994
6995 @lisp
6996 @group
6997 (("^-alt\\.chinese" . big5)
6998  ("^-relcom\\." . koi8-r)
6999  ("^-tw\\." . big5)
7000  ("^-han\\." . euc-kr))
7001 @end group
7002 @end lisp
7003
7004 @noindent
7005 This is an associative list of regular expressions of folder names and
7006 MIME charsets.
7007 If a folder do not match, @code{wl-mime-charset} is used.
7008
7009 @item wl-folder-init-load-access-folders
7010 @vindex wl-folder-init-load-access-folders
7011 The initial setting is @code{nil}.
7012 This is a list of access groups to be loaded specifically at the start.
7013 If it is @code{nil}, @code{wl-folder-init-no-load-access-folders} is referred.
7014
7015 @item wl-folder-init-no-load-access-folders
7016 @vindex wl-folder-init-no-load-access-folders
7017 The initial setting is @code{nil}.
7018 This is a list of access groups not to be loaded specifically at the
7019 start.
7020 It is ignored if @code{wl-folder-init-load-access-folders} is non-nil.
7021
7022 @item wl-delete-folder-alist
7023 @vindex wl-delete-folder-alist
7024 The initial setting is the alist shown below:
7025
7026 @lisp
7027 @group
7028 (("^-" . remove))
7029 @end group
7030 @end lisp
7031
7032 @noindent
7033 This list determines disposition of messages with delete marks.
7034 Each item in the list is a folder and destination; you can specify any
7035 one of the following in the place of destination:
7036
7037 @example
7038 @code{remove} or @code{null} : deletes the messages instantly.
7039 string             : moves the messages to the specific folder.
7040 @code{trash} or others  : moves the messages to @code{wl-trash-folder}.
7041 @end example
7042
7043 @item wl-refile-policy-alist
7044 @vindex wl-refile-policy-alist
7045 The initial setting is the list shown below:
7046
7047 @lisp
7048 @group
7049 (("^[-=]" . copy)
7050  (".*" . move))
7051 @end group
7052 @end lisp
7053
7054 @noindent
7055 This list determines whether messages with re-file marks are moved or
7056 copied.  Each item in the list is a cons cell of a folder and
7057 @code{copy} or @code{move}.
7058
7059 @item wl-x-face-file
7060 @vindex wl-x-face-file
7061 The initial setting is @file{~/.xface}.
7062 The name of the file that contains encoded X-Face strings.
7063 @xref{x-face-mule}.
7064
7065 @item wl-demo-display-logo
7066 @vindex wl-demo-display-logo
7067 If non-nil, bitmap image is shown on the opening demo.  If you set
7068 @code{xpm} or @code{xbm}, (if possible) display selected image type
7069 logo.
7070
7071 @item elmo-use-database
7072 @vindex  elmo-use-database
7073 This is meaningful for XEmacs only.  The initial setting depends on
7074 XEmacs (@code{t} for XEmacs with dbm).
7075 If non-nil, Message-ID is controlled by dbm.
7076
7077 @item elmo-passwd-alist-file-name
7078 @vindex elmo-passwd-alist-file-name
7079 The initial setting is @file{passwd}.
7080 This is the name of the file in which passwords are saved.
7081 @code{elmo-passwd-alist-save} saves current passwords to the file.
7082
7083 @item elmo-nntp-list-folders-use-cache
7084 @vindex elmo-nntp-list-folders-use-cache
7085 The initial setting is 600 (in seconds).
7086 This is period in seconds during which results of @samp{list} and
7087 @samp{list active} in NNTP are cached.  If it is @code{nil}, they are
7088 not cached.
7089
7090 @item elmo-nntp-max-number-precedes-list-active
7091 @vindex elmo-nntp-max-number-precedes-list-active
7092 The initial setting is @code{nil}.
7093 If non-nil, the number of article obtained by @samp{list active} in NNTP
7094 are used as the maximum article number of the folder.
7095 Set this to @code{t} if you are using for example INN 2.3 as an NNTP server,
7096 and if the number of read messages is not correct.
7097
7098 @item elmo-nntp-default-use-listgroup
7099 @vindex elmo-nntp-default-use-listgroup
7100 The initial setting is @code{t}.
7101 If non-nil, @samp{listgroup} is used for checking the total number of
7102 articles.  If it is @code{nil}, @samp{group} is used.  In the latter
7103 case, the processing will be a little faster at the sacrifice of
7104 accuracy.
7105
7106 @item elmo-pop3-send-command-synchronously
7107 @vindex elmo-pop3-send-command-synchronously
7108 The initial setting is @code{nil}.
7109 If non-nil, POP3 commands are issued synchronously.  Some implementation
7110 of POP3 server fails to get summary information without this setting.
7111 You may have to set this variable to @code{t}, if the process hangs
7112 while looking up POP3.
7113
7114 @item elmo-dop-flush-confirm
7115 @vindex elmo-dop-flush-confirm
7116 The initial setting is @code{t}.
7117 If non-nil, you are asked for confirmation if accumulated off-line
7118 operations are executed.
7119
7120 @item elmo-display-progress-threshold
7121 @vindex elmo-display-progress-threshold
7122 The initial setting is 20.
7123 Threshold for display of progress gauge.  If number of renewal is more than
7124 this value, display progress gauge.
7125 @end table
7126
7127
7128 @node Hooks,  , Customizable Variables, Customization
7129 @section Hooks
7130
7131 (Not yet written)
7132
7133
7134 @node Mailing List, Addition, Customization, Top
7135 @chapter Wanderlust Mailing List
7136 @cindex Bug report
7137 @cindex Backtrace
7138
7139 @display
7140 Wanderlust Mailing List @t{<wl@@lists.airs.net>}
7141 @end display
7142
7143 Topics related to Wanderlust are discussed in the mailing list.
7144 The latest version is also announced there (in Japanese, sorry).
7145
7146 A guide can be obtained automatically by sending mail to
7147 @t{wl-ctl@@lists.airs.net} with the body
7148
7149 @example
7150 # guide
7151 @end example
7152 Please send bug reports or patches to the mailing list.  You can post to
7153 the mailing list even though you are not a member of it.
7154
7155 If you send a bug report, please attach Backtrace with it.
7156 @footnote{@uref{http://www.jpl.org/elips/BUGS-ja.html} describes how to
7157 in Japanese.}
7158
7159 I would like to express my thanks to the members of the mailing list for
7160 valuable advice and many pieces of code they contributed.
7161
7162
7163 @node Addition, Index, Mailing List, Top
7164 @chapter Additional Information
7165
7166 @section Brief History
7167
7168 @example
7169 1998  3/05    Tried to make a prototype that displays MH messages in threads.
7170       3/10    Made a msgdb mechanism by elisp.
7171       3/26    IMAP and NNTP can be displayed in threads.
7172       4/13    Began to assemble thread display modules as elmo.
7173       5/01    Finished 0.1.0, initial version with many defects.
7174       6/12    I made a slip of the tongue and said I was writing elisp
7175               mailer supporting IMAP
7176       6/16    0.1.3 was announced at tm-ja, elisp ML.
7177       6/22    Thanks to Kitame-san, the mailing list started at northeye.org.
7178       7/01    Support for mm-backend (0.3.0).
7179       8/25    multi folder added (0.5.0).
7180       8/28    filter folder added (0.5.1).
7181       9/10    You can open/close threads (0.6.0).
7182       9/11    fldmgr by Murata-san made editing folders easy.
7183       9/18    lha folders added by Okunishi-san (0.6.3).
7184       9/24    Display of branches of threads (0.6.5).
7185       9/28    Compression folder supporting multiple archivers by Okunishi-san.
7186      10/28    Off-line operations (0.7.4).
7187      12/09    Becomes beta version.
7188      12/21    wl-expire by Murata-san.
7189 1999  2/03    auto-refile by Tsumura-san.
7190       4/28    wl-template by Murata-san.
7191       5/18    Released 1.0.0 stable.
7192       7/05    Scoring by Murata-san (2.1.0).
7193       9/26    New plugged system by Murata-san (2.2.2).
7194      12/20    Support Modified UTF7.
7195 2000  3/24    Released 1.1.0 stable.
7196       4/03    CVS development started.
7197       5/07    Thread restoration & Its speed up with Murata-san.
7198       6/12    Address completion with LDAP with Chiba-san & Goto-san.
7199       7/11    killed message feature.
7200       7/18    Use UIDL in POP3.
7201       9/12    biff feature with Satata-san & Yamaoka-san.
7202      10/17    expire-hide by Okada-san.
7203      11/08    Released 2.4.0 stable.
7204 2001  7/04    Released 2.6.0 stable.
7205       8/21    wl-addrmgr by Kitamoto-san.
7206 @end example
7207
7208 See @file{ChangeLog} for details.
7209
7210 @section The Name
7211
7212 According to a dictionary, Wanderlust has the meaning:
7213
7214 @display
7215 wanderlust
7216   n eager longing for or impulse towards travelling in distant lands
7217   [Ger, fr wandern to wander + lust desire, pleasure]
7218 @end display
7219
7220 @noindent
7221 but I had no profound intention.  (if farfetched, IMAP @result{} you can
7222 read mail anywhere @result{} desire to wander ?)
7223
7224 Elmo is the abbreviation of @samp{Elisp Library for Message
7225 Orchestration}.  At first I meant the red puppet in the Sesame Street,
7226 but you may associate it with Wandering @result{} Drifting @result{}
7227 Guidepost @result{} St.@: Elmo's fire @result{} elmo.
7228
7229 @section Code Names
7230
7231 Each versions has code names (they are almost jokes).
7232 Currently they are picked up alphabetically from the top 40 hits of
7233 U.S. Billboard magazines in 1980s.
7234
7235 (@uref{http://lyrics.natalnet.com.br/html/top40/index.html})
7236
7237
7238 @node Index,  , Addition, Top
7239 @unnumbered Index
7240
7241 @menu
7242 * Concept Index::               Concept Index
7243 * Key Index::                   Key Index
7244 * Variable Index::              Variable Index
7245 * Function Index::              Function Index
7246 @end menu
7247
7248 @node Concept Index, Key Index, Index, Index
7249 @unnumberedsec Concept Index
7250 @printindex cp
7251
7252 @node Key Index, Variable Index, Concept Index, Index
7253 @unnumberedsec Key Index
7254 @printindex ky
7255
7256 @node Variable Index, Function Index, Key Index, Index
7257 @unnumberedsec Variable Index
7258 @printindex vr
7259
7260 @node Function Index,  , Variable Index, Index
7261 @unnumberedsec Function Index
7262 @printindex fn
7263
7264 @summarycontents
7265 @contents
7266 @bye
7267
7268 @c Local Variables:
7269 @c fill-column: 72
7270 @c End: