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