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