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