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