Add wl-addrbook.el and wl-complete.el to utils.
[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 @end table
3772
3773 @node Draft, Disconnected Operations, Message, Top
3774 @chapter Draft Buffer
3775
3776 At Summary mode, pressing @kbd{w} and the like creates a new draft
3777 buffer.  You can edit and send mail and news articles in this buffer.
3778
3779 @section Tips
3780
3781 Basically it is Emacs-standard mail mode.
3782
3783 @subsection Address Completion
3784
3785 Initially, the cursor is at the @samp{To:} field.  Fill in recipients
3786 addresses.  @kbd{@key{TAB}} completes them.
3787
3788 If you want to submit a news article, add @samp{Newsgroups:} field by
3789 yourself.  Field names can be completed by @kbd{@key{TAB}}.
3790
3791 If you save the draft buffer you are editing, it is appended to the
3792 folder specified by @code{wl-draft-folder}.
3793
3794 Using @samp{FCC:} field, you can specify the folder to which a copy of
3795 the message is saved when it is sent.
3796
3797 @subsection Editing Messages
3798
3799 Multi-part editing utilize MIME edit mode of SEMI.  For procedures of
3800 editing, refer to respective documents.  @xref{MIME-Edit, , ,mime-ui-en,
3801 a MIME user interface for GNU Emacs}.
3802
3803 @subsection Dynamic Modification of Messages
3804 @vindex wl-draft-config-alist
3805 @c @cindex Change Message
3806 @c @cindex Message, Change Dynamic
3807
3808 You can set @code{wl-draft-config-alist} so that header and body of the
3809 message will automatically modified depending on information of header
3810 and others.
3811
3812 The initial setting of @code{wl-draft-config-alist} is @code{nil}.
3813
3814 In the example below, the header is modified when
3815 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked.  You
3816 can set @code{wl-interactive-send} to non-nil so as to confirm changes
3817 before sending the message.
3818
3819 @lisp
3820 @group
3821 (setq wl-draft-config-alist
3822       '(((string-match "aaa.example.com$" (system-name))
3823          ;; @r{applied if the expression is non-nil}
3824          (wl-smtp-posting-server . "mailserver-B")
3825          (wl-nntp-posting-server . "newsserver-B")
3826          ;; @r{settings of temporary variables}
3827          )
3828         ("^To: .*user@@aaa.bbb.example.com"
3829          ;; @r{applied if it matches the header of the draft buffer}
3830          ("Organization" . (format "Go %s" my-webpage)))
3831                        ;; @r{you can write elisp expressions here (eval only)}
3832          (top . "Hello.\n")    ;; @r{inserted at the top of the body}
3833          (bottom . "\nBye.\n") ;; @r{inserted at the bottom of the body}
3834         ))
3835 @end group
3836 @end lisp
3837
3838 The format of @code{wl-draft-config-alist} is:
3839
3840 @example
3841 @group
3842 '(("@var{regexp of the header}" or @var{elisp expression}
3843   ("@var{Field}" . value(@var{elisp expression}))
3844    (@var{variable} . value(@var{elisp expression}))
3845    (@var{sub-function} . value(@var{elisp expression}))
3846    @var{function}
3847    @dots{})
3848   ("@var{regexp of the header}" or @var{elisp expression}
3849    ("@var{Field}" . value(@var{elisp expression}))
3850    @dots{}))
3851 @end group
3852 @end example
3853
3854 Per default, there are 10 following sub-functions.
3855
3856 @example
3857 'header:      Inserts the specified string at the bottom of the header.
3858 'header-file: Inserts the specified file at the bottom of the header.
3859 'x-face:      Inserts @samp{X-Face:} field with the content of the specified file.
3860 'top:         Inserts the specified string at the top of the body.
3861 'top-file:    Inserts the specified file at the top of the body.
3862 'body:        Replaces the body with the specified string.
3863               Specifying @code{nil} deletes the entire body string.
3864 'body-file:   Replaces the body with the content of the specified file.
3865 'bottom:      Inserts the specified string at the bottom of the body.
3866 'bottom-file: Inserts the specified file at the top of the body.
3867 'template:    Applies the specified template.
3868               (refer to the next subsection)
3869 @end example
3870
3871 These are defined in @code{wl-draft-config-sub-func-alist} and you can
3872 change them or add your own functions.  If you read the code, you can
3873 easily find how to write the functions.
3874
3875 At the first of each item, @var{a regular expression of the header} or
3876 an @var{elisp expression} should be specified.  In the case of an elisp
3877 expression, the item is applied when the expression is evaluated
3878 non-nil.
3879
3880 Per default, when multiple items match or are evaluated non-nil, all
3881 such items are applied, but if you set a variable
3882 @code{wl-draft-config-matchone} to @code{t}, only the first matching one
3883 is applied.
3884
3885 At the second of the item, a cons or a list of functions should be
3886 specified.  The car part of the cons should be a header field, a
3887 variable, or a sub-function.  When a header field is specified, the
3888 field will be modified.  If a variable is specified, the value of the
3889 variable will be modified temporarily.
3890
3891 In the cdr part of a cons, not only a variable but also an elisp
3892 expression can be specified as is.  If the car part is a header field
3893 and the cdr part is @code{nil}, the field will be deleted.
3894
3895 See the next example as well:
3896
3897 @lisp
3898 @group
3899 (setq wl-draft-config-alist
3900       '((reply                         ;; @r{(1)}
3901          "X-ML-Name: \\(Wanderlust\\|emacs-mime-ja\\|apel-ja\\)"
3902          ;; @r{applied if it matches the header of the buffer being replied}
3903          (body . "  Hello.\n")
3904          (template . "default")
3905          )))
3906 @end group
3907 @end lisp
3908
3909 As in the (1) above, if a header regexp is prepended with @code{reply},
3910 it is applied when the draft is prepared by @code{wl-summary-reply} for
3911 example, and when it matches the header being replied.  It is ignored
3912 when there is no buffer being replied, like after @code{wl-draft} was
3913 invoked.
3914
3915 Note that @code{wl-draft-config-alist} is applied only once when
3916 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked.
3917 Therefore, if you want to apply @code{wl-draft-config-alist} again after
3918 aborting transmission, execute @kbd{C-c C-e}
3919 (@code{wl-draft-config-exec}) explicitly.
3920
3921 If you don't want to apply @code{wl-draft-config-alist} when
3922 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked,
3923 do the following:
3924
3925 @lisp
3926 (remove-hook 'wl-draft-send-hook 'wl-draft-config-exec)
3927 @end lisp
3928
3929 If you want to apply @code{wl-draft-config-alist} when a draft buffer is
3930 prepared, do the following:
3931
3932 @lisp
3933 (add-hook 'wl-mail-setup-hook 'wl-draft-config-exec)
3934 @end lisp
3935
3936 If you want to apply @code{wl-draft-config-alist} when you re-edit a mail
3937 from summary mode by typing @kbd{E}(@code{wl-summary-reedit}), do the
3938 following:
3939
3940 @lisp
3941 (add-hook 'wl-draft-reedit-hook 'wl-draft-config-exec)
3942 @end lisp
3943
3944 @subsection Inserting Templates
3945 @cindex Template
3946 @cindex Apply Template
3947
3948 Set a variable @code{wl-template-alist}, and type @kbd{C-c C-j} or
3949 @kbd{M-x wl-template-select} in the draft buffer.
3950
3951 The format of @code{wl-template-alist} is almost the same as
3952 @code{wl-draft-config-alist}.
3953
3954 @lisp
3955 @group
3956 (setq wl-template-alist
3957       '(("default"
3958          ("From" . wl-from)
3959          ("Organization" . "~/.wl sample")
3960          (body . "Hello.\n"))
3961         ("report"
3962          (template . "default")                 ;; @r{(a)}
3963          ("To" . "boss@@example.com")
3964          ("Subject" . "Report")
3965          (body-file . "~/work/report.txt")
3966          )
3967         ))
3968 @end group
3969 @end lisp
3970
3971 As you can see, the only difference is item (template) names such as
3972 @samp{default} and @samp{report}, instead of a regexp of header.
3973 Because definition of each item is the same as
3974 @code{wl-draft-config-alist}, you can call another template, like (a).
3975
3976 Executing the command @code{wl-template-select} results in template
3977 selection, but the result differs depending on variable
3978 @code{wl-template-visible-select}.
3979
3980 If @code{wl-template-visible-select} is @code{t} (default), a buffer
3981 window is shown below the draft buffer.  You can select a template by
3982 @kbd{n} and @kbd{p} seeing the buffer window.
3983
3984 Press the @key{RET} key and the template is actually applied to the draft
3985 buffer.  If you press @kbd{q}, nothing is applied.  In addition, you can
3986 adjust the window size by @code{wl-template-buffer-lines}.
3987
3988 If @code{wl-template-visible-select} is @code{nil}, you should type the
3989 name of the template in the mini buffer.
3990
3991 As shown in the example in @code{wl-draft-config-alist}, you can select
3992 @samp{default} template by writing:
3993
3994 @lisp
3995 (template . "default")
3996 @end lisp
3997
3998 @subsection Sending mail by POP-before-SMTP
3999 @cindex POP-before-SMTP
4000
4001 You can send mail by POP-before-SMTP with this single line:
4002
4003 @lisp
4004 (setq wl-draft-send-mail-function 'wl-draft-send-mail-with-pop-before-smtp)
4005 @end lisp
4006
4007 @noindent
4008 Configure the following variables if you need.
4009
4010 @table @code
4011 @item wl-pop-before-smtp-user
4012 The POP user name for POP-before-SMTP authentication.
4013 If unset, @code{elmo-pop3-default-user} is used.
4014
4015 @item wl-pop-before-smtp-server
4016 The POP server name for POP-before-SMTP authentication.
4017 If unset, @code{elmo-pop3-default-server} is used.
4018
4019 @item wl-pop-before-smtp-authenticate-type
4020 The POP authentication method for POP-before-SMTP authentication.
4021 If unset, @code{elmo-pop3-default-authenticate-type} is used.
4022
4023 @item wl-pop-before-smtp-port
4024 The POP port number for POP-before-SMTP authentication.
4025 If unset, @code{elmo-pop3-default-port} is used.
4026
4027 @item wl-pop-before-smtp-stream-type
4028 If non-nil, POP connection is established using SSL.  If
4029 @code{starttls}, STARTTLS (RFC2595) connection will be established.  If
4030 unset, @code{elmo-pop3-default-stream-type} is used.
4031 @end table
4032
4033 If variables for POP-before-SMTP (@code{wl-pop-before-smtp-*}) are
4034 unset, settings for POP folders (@code{elmo-pop3-default-*}) are
4035 used.
4036 Therefore, if SMTP server and POP server are actually the same, and if
4037 POP folder per default (such as @samp{&}) is available, no settings are
4038 required.
4039
4040 Refer to the following URL about POP-before-SMTP.
4041
4042 @example
4043 @group
4044 http://spam.ayamura.org/tools/smPbS.html
4045 http://www.iecc.com/pop-before-smtp.html
4046 @end group
4047 @end example
4048
4049 @section Key Bindings
4050 @cindex Keybind, Draft Mode
4051 @cindex Keybind, Draft Buffer
4052
4053 @table @kbd
4054
4055 @item C-c C-y
4056 @kindex C-c C-y (Draft)
4057 @findex wl-draft-yank-original
4058 Cites the content of the current message buffer.
4059 (@code{wl-draft-yank-original})
4060
4061 @item C-c C-p
4062 @kindex C-c C-p (Draft)
4063 @findex wl-draft-preview-message
4064 Previews the content of the current draft.
4065 This is useful for previewing MIME multi-part messages.
4066 (@code{wl-draft-preview-message})
4067
4068 @item C-c C-s
4069 @kindex C-c C-s (Draft)
4070 @findex wl-draft-send
4071 Sends the content of the current draft.  Does not erase the draft buffer.
4072 This is useful for sending multiple messages, which are a little different
4073 from each other.
4074 (@code{wl-draft-send})
4075
4076 @item C-c C-c
4077 @kindex C-c C-c (Draft)
4078 @findex wl-draft-send-and-exit
4079 Sends the content of the current draft and erases the draft buffer.
4080 (@code{wl-draft-send-and-exit})
4081
4082 @item C-x C-s
4083 @kindex C-x C-s (Draft)
4084 @findex wl-draft-save
4085 Save the current draft.
4086 (@code{wl-draft-save})
4087
4088 @item C-c C-k
4089 @kindex C-c C-k (Draft)
4090 @findex wl-draft-kill
4091 Kills the current draft.
4092 (@code{wl-draft-kill})
4093
4094 @item C-x k
4095 @kindex C-x k (Draft)
4096 @findex wl-draft-mimic-kill-buffer
4097 Kills the current draft.
4098 (@code{wl-draft-mimic-kill-buffer})
4099
4100 @item C-c C-z
4101 @kindex C-c C-z (Draft)
4102 @findex wl-draft-save-and-exit
4103 Saves the current draft, and erases the draft buffer.
4104 This is useful if you want to suspend editing of the draft.
4105 You can resume editing by pressing @kbd{E} (@code{wl-summary-reedit}) in
4106 the @samp{+draft} folder.
4107 (@code{wl-draft-save-and-exit})
4108
4109 @item C-c C-r
4110 @kindex C-c C-r (Draft)
4111 @findex wl-caesar-region
4112 Encodes or decodes the specified region in Caesar cipher.
4113 (@code{wl-caesar-region})
4114
4115 @item M-t
4116 @kindex M-t (Draft)
4117 @findex wl-toggle-plugged
4118 Toggles off-line/on-line states of Wanderlust.
4119 (@code{wl-toggle-plugged})
4120
4121 @item C-c C-o
4122 @kindex C-c C-o (Draft)
4123 @findex wl-jump-to-draft-buffer
4124 Jumps to the other draft buffer, if exists.
4125 With prefix argument, reads a file (if any) from the draft folder when
4126 there is no such buffer.
4127 (@code{wl-jump-to-draft-buffer})
4128
4129 @item C-c C-e
4130 @kindex C-c C-e (Draft)
4131 @findex wl-draft-config-exec
4132 Applies @code{wl-draft-config-alist}.
4133 (@code{wl-draft-config-exec})
4134
4135 @item C-c C-j
4136 @kindex C-c C-j (Draft)
4137 @findex wl-template-select
4138 Selects a template.
4139 (@code{wl-template-select})
4140
4141 @item C-c C-a
4142 @kindex C-c C-a (Draft)
4143 @findex wl-addrmgr
4144 Enter Address Manager.
4145 @xref{Address Manager}.
4146
4147 (@code{wl-addrmgr})
4148 @end table
4149
4150 @section Customizable Variables
4151
4152 @table @code
4153 @item wl-subscribed-mailing-list
4154 @vindex wl-subscribed-mailing-list
4155 The initial setting is @code{nil}.  Mailing lists to which you
4156 subscribe.  If any of these are contained in @samp{To:} or @samp{Cc:}
4157 field of a reply draft, removes your own address from
4158 @samp{Mail-Followup-To:} and @samp{Cc:}.  And if any of these are
4159 contained in @samp{To:} or @samp{Cc:} field of a message to be
4160 automatically re-filed, the destination folder will be leaned in
4161 connection with the address.
4162
4163 Example:
4164
4165 @lisp
4166 @group
4167 (setq wl-subscribed-mailing-list
4168       '("wl@@lists.airs.net"
4169         "apel-ja@@m17n.org"
4170         "emacs-mime-ja@@m17n.org"))
4171 @end group
4172 @end lisp
4173
4174 @item wl-insert-mail-followup-to
4175 @vindex wl-insert-mail-followup-to
4176 The initial setting is @code{nil}.  If non-nil, @samp{Mail-Followup-To:}
4177 field is automatically inserted in the draft buffer.
4178
4179 @item wl-insert-mail-reply-to
4180 @vindex wl-insert-mail-reply-to
4181 The initial setting is @code{nil}.  If non-nil, @samp{Mail-Reply-To:}
4182 field is automatically inserted in the draft buffer.
4183
4184 @item wl-auto-insert-x-face
4185 @vindex wl-auto-insert-x-face
4186 The initial setting is @code{t}.  If non-nil and there is an encoded
4187 X-Face string in a file @file{~/.xface} (the value of the variable
4188 @code{wl-x-face-file}), inserts it as an @samp{X-Face:} field in the
4189 draft buffer.  If @code{nil}, it is not automatically inserted.
4190
4191 @item wl-insert-message-id
4192 @vindex wl-insert-message-id
4193 The initial setting is @code{t}.  If non-nil, @samp{Message-ID:} field
4194 is automatically inserted on the transmission.
4195
4196 @item wl-local-domain
4197 @vindex wl-local-domain
4198 The initial setting is @code{nil}.  If @code{nil}, the return value of
4199 the function @code{system-name} will be used as the domain part of
4200 @samp{Message-ID:}.
4201
4202 If @code{system-name} does not return FQDN (i.e. the full name of the
4203 host, like @samp{smtp.gohome.org}), you @strong{must} set this variable
4204 to the string of the local domain name without hostname (like
4205 @samp{gohome.org}).  That is, a concatenation of @code{system-name}
4206 @samp{.} @code{wl-local-domain} is used as domain part of the
4207 @samp{Message-ID:}.
4208
4209 If your terminal does not have global IP, set the value of
4210 @code{wl-message-id-domain}.  (You might be beaten up on the Net News if
4211 you use invalid @samp{Message-ID:}.)
4212
4213 Moreover, concatenation of @code{system-name} @samp{.}
4214 @code{wl-local-domain} will be used as an argument to the HELO command
4215 in SMTP.
4216
4217 @item wl-message-id-domain
4218 @vindex wl-message-id-domain
4219 The initial setting is @code{nil}.  If non-nil, this value is used as a
4220 domain part of the @samp{Message-ID:}.  If your terminal does not have
4221 global IP address, set unique string to this value (e.x. your e-mail
4222 address).
4223
4224 @item wl-message-id-domain
4225 @vindex wl-message-id-domain
4226 The initial setting is @code{nil}.  If @code{nil}, the return value of
4227 the function @code{system-name} will be used as the domain part of
4228 @samp{Message-ID:}.  If @code{system-name} does not return FQDN
4229 (i.e. the full name of the host, like @samp{smtp.gohome.org}), you
4230 @strong{must} set this variable to the string of the full name of the
4231 host.  Otherwise, you might be beaten up on the Net News.
4232
4233 @item wl-draft-config-alist
4234 @vindex wl-draft-config-alist
4235 The initial setting is @code{nil}.  Modifies the draft message just
4236 before the transmission.  The content of @code{wl-draft-config-alist}
4237 will be automatically applied only once on the transmission.  If you
4238 want to apply it manually, use @kbd{C-c C-e}.  This command can be used
4239 many times.
4240
4241 @item wl-template-alist
4242 @vindex wl-template-alist
4243 The initial setting is @code{nil}.
4244 This variable specifies the template to be applied in the draft buffer.
4245
4246 @item wl-draft-config-matchone
4247 @vindex wl-draft-config-matchone
4248 The initial setting is @code{nil}.  If non-nil, only the first matching
4249 item is used when @code{wl-draft-config-alist} is applied.  If
4250 @code{nil}, all matching items are used.
4251
4252 @item wl-template-visible-select
4253 @vindex wl-template-visible-select
4254 The initial setting is @code{t}.
4255 If non-nil, you can preview the result of the template selection in
4256 another window.
4257
4258 @item wl-template-confirm
4259 @vindex wl-template-confirm
4260 The initial setting is @code{nil}.
4261 If non-nil, asks for confirmation when you press the enter key to select
4262 template while previewing.
4263
4264 @item wl-template-buffer-lines
4265 @vindex wl-template-buffer-lines
4266 The initial setting is 7.
4267 If @code{wl-template-visible-select} is non-nil, this variable specifies
4268 the size of the preview window.
4269
4270 @item wl-draft-reply-buffer-style
4271 @vindex wl-draft-reply-buffer-style
4272 The initial setting is @code{split}.  @code{split} or @code{full} can be
4273 specified.  In the case of @code{full}, the whole frame will be used for
4274 a reply draft buffer when it is prepared.
4275
4276 @item wl-draft-use-frame
4277 @vindex wl-draft-use-frame
4278 The initial setting is @code{nil}.
4279 If non-nil, use new frame for the draft.
4280
4281 @item wl-from
4282 @vindex wl-from
4283 The initial setting is the value of the variable
4284 @code{user-mail-address}.  The value of this variable is inserted as a
4285 @samp{From:} field of the draft when it is prepared.
4286
4287 @item wl-envelope-from
4288 @vindex wl-envelope-from
4289 The initial setting is @code{nil}.
4290 The value of this variable is used for envelope from (MAIL FROM).
4291 If @code{nil}, the address part of @code{wl-from} is used.
4292
4293 @item wl-user-mail-address-list
4294 @vindex wl-user-mail-address-list
4295 The initial setting is @code{nil}.
4296 This is the User's address list.  If you have multiple addresses,
4297 set this variable.
4298
4299 @item wl-fcc
4300 @vindex wl-fcc
4301 The initial setting is @code{nil}.
4302 If non-nil, the value of this variable is inserted as a @samp{Fcc:} of
4303 the draft when it is prepared.  If function is specified, its return
4304 value is used.
4305
4306 @item wl-bcc
4307 @vindex wl-bcc
4308 The initial setting is @code{nil}.
4309 If non-nil, the value of this variable is inserted as a @samp{Bcc:} of
4310 the draft when it is prepared.
4311
4312 @item wl-reply-subject-prefix
4313 @vindex wl-reply-subject-prefix
4314 The initial setting is @samp{Re: }.
4315 In the @samp{Subject:} of the reply draft, this string is prepended to
4316 the @samp{Subject:} of being replied.
4317
4318 @item wl-draft-reply-use-address-with-full-name
4319 @vindex wl-draft-reply-use-address-with-full-name
4320 The initial setting is @code{t}.
4321 If non-nil, insert her full name with address when prepare a draft for
4322 reply a message.  If it is @code{nil}, insert her address only.
4323
4324 @item wl-draft-enable-queuing
4325 @vindex wl-draft-enable-queuing
4326 The initial setting is @code{t}.
4327 This flag controls off-line transmission.  If non-nil, the draft is
4328 sent off-line.
4329
4330 @item wl-draft-use-cache
4331 @vindex wl-draft-use-cache
4332 The initial setting is @code{nil}. If the value is non-nil and
4333 @code{wl-insert-message-id} is nil, cache the message which is sent.
4334
4335 @item wl-auto-flush-queue
4336 @vindex wl-auto-flush-queue
4337 The initial setting is t.
4338 This flag controls automatic transmission of the queue when Wanderlust
4339 becomes on-line.  If non-nil, the queue is automatically transmitted
4340 (with confirmation by @code{y-or-n-p}).  If you want to transmit it
4341 manually, press @kbd{F} in the folder mode.
4342
4343 @item wl-ignored-forwarded-headers
4344 @vindex wl-ignored-forwarded-headers
4345 Initial setting is @samp{\\(received\\|return-path\\|x-uidl\\)}.
4346 All headers that match this regexp will be deleted when forwarding a message.
4347
4348 @item wl-ignored-resent-headers
4349 Initial setting is @samp{\\(return-receipt\\|[bdf]cc\\)}.
4350 All headers that match this regexp will be deleted when resending a message.
4351
4352 @item wl-draft-always-delete-myself
4353 @vindex wl-draft-always-delete-myself
4354 If non-nil, always removes your own address from @samp{To:} and
4355 @samp{Cc:} when you are replying to the mail addressed to you.
4356
4357 @item wl-draft-delete-myself-from-bcc-fcc
4358 @vindex wl-draft-delete-myself-from-bcc-fcc
4359 If any of @code{wl-subscribed-mailing-list} are contained in @samp{To:}
4360 or @samp{Cc:} field, do not insert @samp{Bcc:} or @samp{FCC:} field.
4361
4362 @item wl-smtp-posting-server
4363 @vindex wl-smtp-posting-server
4364 The initial setting is @code{nil}.
4365 This is the SMTP server name for mail transmission.
4366
4367 @item wl-smtp-posting-user
4368 @vindex wl-smtp-posting-user
4369 The initial setting is @code{nil}.
4370 This is the user name for SMTP AUTH authentication.  If @code{nil},
4371 @code{smtp-authenticate-user} is used.
4372
4373 @item wl-smtp-authenticate-type
4374 @vindex wl-smtp-authenticate-type
4375 The initial setting is @code{nil}.
4376 This is the authentication method for SMTP AUTH authentication.  If
4377 @code{nil}, @code{smtp-authenticate-type} is used.  If
4378 @code{smtp-authenticate-type} is still @code{nil}, authentication will
4379 not be carried out.
4380
4381 @item wl-smtp-connection-type
4382 @vindex wl-smtp-connection-type
4383 The initial setting is @code{nil}.
4384 This variable specifies how to establish SMTP connections.
4385 If @code{nil}, @code{smtp-connection-type} is used.
4386 If it is @code{starttls}, STARTTLS (RFC2595) is used.
4387
4388 @item wl-nntp-posting-server
4389 @vindex wl-nntp-posting-server
4390 The initial setting is @code{nil}.
4391 This is the NNTP server name used for news submission.
4392 If @code{nil}, @code{elmo-nntp-default-server} is used.
4393
4394 @item wl-nntp-posting-user
4395 @vindex wl-nntp-posting-user
4396 The initial setting is @code{nil}.
4397 This is the user name for AUTHINFO authentication on news submission.
4398 If @code{nil}, @code{elmo-nntp-default-user} is used.
4399 If it is still @code{nil}, AUTHINFO authentication will not be carried out.
4400
4401 @item wl-nntp-posting-port
4402 @vindex wl-nntp-posting-port
4403 The initial setting is @code{nil}.
4404 This is the port number of the NNTP server used for news submission.
4405 If @code{nil}, @code{elmo-nntp-default-server} is used.
4406
4407 @item wl-nntp-posting-stream-type
4408 @vindex wl-nntp-posting-stream-type
4409 The initial setting is @code{nil}.
4410 If @code{nil}, @code{elmo-nntp-default-stream-type} is evaluated.  If non-nil,
4411 SSL is used for news submission.  If @code{starttls}, STARTTLS (RFC2595)
4412 connection will be established.
4413
4414 @item wl-pop-before-smtp-user
4415 @vindex wl-pop-before-smtp-user
4416 The initial setting is @code{nil}.
4417 This is the POP user name for POP-before-SMTP.
4418 If it is @code{nil}, @code{elmo-pop3-default-user} is used.
4419
4420 @item wl-pop-before-smtp-server
4421 @vindex wl-pop-before-smtp-server
4422 The initial setting is @code{nil}.
4423 This is the POP server name for POP-before-SMTP.
4424 If it is @code{nil}, @code{elmo-pop3-default-server} is used.
4425
4426 @item wl-pop-before-smtp-authenticate-type
4427 @vindex wl-pop-before-smtp-authenticate-type
4428 The initial setting is @code{nil}.
4429 This is the authentication method for POP-before-SMTP authentication.
4430 If it is @code{nil}, @code{elmo-pop3-default-authenticate} is used.
4431
4432 @item wl-pop-before-smtp-port
4433 @vindex wl-pop-before-smtp-port
4434 The initial setting is @code{nil}.
4435 This is the POP port number for POP-before-SMTP.  If it is @code{nil},
4436 @code{elmo-pop3-default-port} is used.
4437
4438 @item wl-pop-before-smtp-stream-type
4439 @vindex wl-pop-before-smtp-stream-type
4440 The initial setting is @code{nil}.
4441 This flag controls the use of SSL for POP-before-SMTP.  If it is
4442 @code{nil}, @code{elmo-pop3-default-stream-type} is used.  If @code{starttls},
4443 STARTTLS (RFC2595) connection will be established.
4444
4445 @item wl-draft-queue-save-variables
4446 @vindex wl-draft-queue-save-variables
4447 Specifies a list of variable to which queued messages are saved on the
4448 off-line transmission.
4449
4450 @item wl-draft-sendlog
4451 @vindex wl-draft-sendlog
4452 The initial setting is @code{t}.
4453 If @code{t}, transmission log is written in @file{~/.elmo/sendlog}.  It
4454 is written when:
4455
4456 @itemize @minus
4457 @item drafts are sent by smtp or qmail
4458 @item saved into folders by fcc
4459 @item saved into folders by queuing
4460 @end itemize
4461
4462 (it is written even if the transmission fails).
4463 But transmission by @file{im-wl.el} is not written in the @file{sendlog}
4464 and left to the logging function of @command{imput}.
4465
4466
4467 @item wl-draft-sendlog-max-size
4468 @vindex wl-draft-sendlog-max-size
4469 The initial setting is 20000 (in bytes).
4470 If @code{wl-draft-sendlog} is @code{t}, the log is rotated when it grows
4471 beyond the size specified by this variable.
4472
4473 @item wl-use-ldap
4474 @vindex wl-use-ldap
4475 The initial setting is @code{nil}.
4476 If non-nil, address completion uses LDAP.
4477
4478 @item wl-ldap-server
4479 @vindex wl-ldap-server
4480 The initial setting is @samp{localhost}.
4481 LDAP server name for address completion.
4482
4483 @item wl-ldap-port
4484 @vindex wl-ldap-port
4485 The initial setting is @code{nil}.
4486 If non-nil, the value is used as port number.
4487
4488 @item wl-ldap-base
4489 @vindex wl-ldap-base
4490 The initial setting is @samp{c=US}.
4491 LDAP search starting point (base) for address completion.
4492
4493 @item wl-draft-remove-group-list-contents
4494 @vindex wl-draft-remove-group-list-contents
4495 The initial setting is @code{t}.
4496 If non-nil, remove the group-lists' members in the recipients when
4497 sending the message (group-list means the description such as
4498 @samp{Group: foo@@gohome.org, bar@@gohome.org;} in the recipients).
4499 @end table
4500
4501 @node Disconnected Operations, Expire and Archive, Draft, Top
4502 @chapter Off-line Management
4503 @cindex Disconnected Operations
4504
4505 Wanderlust has on-line and off-line states.
4506
4507 @menu
4508 * Off-line State::              Wanderlust has on-line and off-line states
4509 * Enable Operations::           Enable Disconnected Operations
4510 * Plugged Mode::                Switching On-line/Off-line per Server/Port
4511 * Off-line State settings::     Invoking Wanderlust in the Off-line State
4512 * Variables of Plugged Mode::   Customize Plugged Mode
4513 @end menu
4514
4515
4516 @node Off-line State, Enable Operations, Disconnected Operations, Disconnected Operations
4517 @section Off-line State
4518
4519 Wanderlust has on-line and off-line states.  In the off-line state, you
4520 cannot access messages via network, unless they are cached.
4521
4522 @samp{[ON]} in the mode line indicates the on-line state.  @samp{[--]}
4523 in the mode line indicates the off-line state.  In folder or summary
4524 modes, press @kbd{M-t} to switch between off- and on-line.
4525
4526 You can invoke Wanderlust in the off-line state by setting
4527 @code{wl-plugged} to @code{nil} in @file{~/.wl} or anything appropriate.
4528
4529 In the off-line mode, @kbd{n} and @kbd{p} command in the summary mode
4530 ignores uncached messages.
4531
4532
4533 @node Enable Operations, Plugged Mode, Off-line State, Disconnected Operations
4534 @section Enable Disconeected Operations
4535
4536 Even in the off-line state, provided that relevant messages are cached,
4537 and the variable @code{elmo-enable-disconnected-operation} (described
4538 later) is non-nil, you can following operations:
4539 @xref{Plugged Mode}, @xref{Off-line State settings}.
4540
4541 @menu
4542 * Send Messages off-line::      Transmit Messages
4543 * Re-file and Copy queue::      Re-file and Copy (IMAP4)
4544 * Creation of Folders::         Create Folders off-line (IMAP4)
4545 * Marking::                     Mark (IMAP4)
4546 * Pre-fetching Reservations::   Pre-fetch (IMAP4, NNTP)
4547 @end menu
4548
4549 As soon as Wanderlust becomes on-line, such operations invoked off-line
4550 are reflected in the servers via network.
4551
4552
4553 @node Send Messages off-line, Re-file and Copy queue, Enable Operations, Enable Operations
4554 @subsection Transmission of Messages
4555
4556 You can send mail/news messages off-line (if you are using
4557 @file{im-wl.el}, it is irrelevant).  Messages sent off-line are
4558 accumulated in the queue folder, @samp{+queue}.  These messages are
4559 transmitted at once when Wanderlust becomes on-line.
4560
4561 You can visit @samp{+queue} in the off-line state and confirm content of
4562 messages in the queue.  You can also remove messages.  Removed messages
4563 are not transmitted even in the on-line state.
4564
4565
4566 @node Re-file and Copy queue, Creation of Folders, Send Messages off-line, Enable Operations
4567 @subsection Re-file and Copy (IMAP4)
4568
4569 Re-file and copy operations to IMAP folders invoked during the off-line
4570 state are accumulated in the queue, and reflected in the server side
4571 when Wanderlust becomes on-line.  If you visit destination folders after
4572 off-line re-file or copy, it looks as if messages were appended even in
4573 off-line state.
4574
4575 For the safety reasons, messages re-filed off-line are removed from
4576 source folders only if their @samp{Message-ID:} match messages on the
4577 servers.  While the queue is processed, messages that failed to be
4578 re-filed or copied to the specified folders are appended to the folder
4579 @samp{+lost+found}.
4580
4581
4582 @node Creation of Folders, Marking, Re-file and Copy queue, Enable Operations
4583 @subsection Creation of Folders (IMAP4)
4584
4585 You can create IMAP folders off-line.  The creation of folders are
4586 reflected in the servers when Wanderlust becomes on-line.  At that time,
4587 if folders failed to be created on the servers for any reasons, messages
4588 re-filed to such folders are appended to the folder @samp{+lost+found}.
4589
4590
4591 @node Marking, Pre-fetching Reservations, Creation of Folders, Enable Operations
4592 @subsection Marking (IMAP4)
4593
4594 Off-line changes in unread/read and importance mark @samp{$} information
4595 are also reflected in the servers when Wanderlust becomes on-line.
4596
4597
4598 @node Pre-fetching Reservations,  , Marking, Enable Operations
4599 @subsection Pre-fetching (IMAP4, NNTP)
4600
4601 You can make reservations for pre-fetching messages in IMAP or NNTP
4602 folders.  Reserved messages are marked with @samp{!} but not cached
4603 yet.  When Wanderlust becomes on-line, they are pre-fetched from
4604 servers.
4605
4606 If the variable @code{elmo-enable-disconnected-operation} is @code{nil},
4607 these off-line operations for IMAP4 and NNTP do not take place, and
4608 off-line re-file, copy or suchlike simply results in error.
4609
4610 Because off-line operations use cache files, it is a bad idea to erase
4611 them by hand; it may cause Wanderlust to malfunction.
4612
4613 If you want to remove caches, be sure to execute @kbd{M-x
4614 elmo-cache-expire-by-size}.  @code{elmo-cache-expire-by-size} does not
4615 remove caches for messages relevant to off-line operations.
4616
4617
4618 @node Plugged Mode, Off-line State settings, Enable Operations, Disconnected Operations
4619 @section Switching On-line/Off-line per Server/Port
4620
4621 @kbd{M-t} described above switches networking states as a whole, but you
4622 can switch on-line/off-line per server/port.
4623
4624 Pressing @kbd{C-t} in the folder or summary modes brings you in
4625 wl-plugged-mode shown below, in which you can change the plugged state
4626 for each port.
4627
4628 @example
4629 @group
4630 Queuing:[ON] AutoFlushQueue:[--] DisconnectedOperation:[ON]
4631 [ON](wl-plugged)
4632   [--]hosta
4633     [--]smtp        +queue: 2 msgs (1,2)        @dots{}@r{sending queue}
4634     [--]nntp(119)   +queue: 1 msg (3)           @dots{}@r{sending queue}
4635   [ON]hostb
4636     [--]imap4/cram-md5(143) %#mh/wl(prefetch-msgs:3,mark-as-important:1)
4637                             %inbox(delete-msgids:1)    @dots{}@r{dop queue}
4638     [ON]nntp(119)
4639     [ON]smtp
4640 @end group
4641 @end example
4642
4643 The first line indicates status of the following three variables, and
4644 simply pressing @kbd{@key{SPC}} or @kbd{@key{RET}} in each labeled
4645 column modifies the values of these variables.
4646
4647 @example
4648 @group
4649 "Queuing"               @code{wl-draft-enable-queuing}
4650 "AutoFlushQueue"        @code{wl-auto-flush-queue}
4651 "DisconnectedOperation" @code{elmo-enable-disconnected-operation}
4652 @end group
4653 @end example
4654
4655 where @samp{[ON]} means its value is @code{t}, and @samp{[--]} means
4656 @code{nil}.
4657
4658 The second and after lines indicate on-line/off-line states of servers
4659 and ports, where @samp{[ON]} stands for on-line and @samp{[--]} for
4660 off-line (in XEmacs or Emacs 21, they are shown with icons).  Pressing
4661 @kbd{@key{SPC}} or @kbd{@key{RET}} in each line switches its state.
4662
4663 @dfn{sending queue} means messages accumulated in the folder
4664 @samp{+queue} for off-line transmission, and @dfn{dop queue} means
4665 off-line operations when @code{elmo-enable-disconnected-operation} is
4666 @code{t}.
4667 @c If the variable @code{elmo-enable-disconnected-operation} is non-nil,
4668 @c off-line operations are enabled.
4669
4670 They are displayed if there are any of them.  In the example above, in
4671 the sending queue there are two messages (the first and the second in
4672 the queue folder) for smtp to hosta and one (the third) for nntp to
4673 hosta, and in the dop queue there are one for @samp{%inbox} and two for
4674 @samp{%#mh/wl}.
4675
4676 If you change @samp{(wl-plugged)} in the second line, the variable
4677 @code{wl-plugged} is changed, so that the mode line indicator and
4678 plugged states of all ports are affected.  If you change plugged states
4679 of any servers or ports, @samp{(wl-plugged)} in the second line is
4680 affected depending on @code{elmo-plugged-condition} settings and the
4681 plugged state of each port.
4682
4683
4684 @node Off-line State settings, Variables of Plugged Mode, Plugged Mode, Disconnected Operations
4685 @section Invoking Wanderlust in the Off-line State
4686
4687 As described before, if you set @code{wl-plugged} to @code{nil} in
4688 @file{~/.wl} or anything appropriate, you can invoke Wanderlust in the
4689 off-line state.  You can specify off-line state on a per server or port
4690 basis.  Refer to @code{wl-reset-plugged-alist} also.
4691
4692 Usually, when Wanderlust starts up, the plugged state of each port is
4693 read from @file{~/.folder} and @code{wl-smtp-posting-server},
4694 @code{wl-nntp-posting-server} and so on.  If you want to change the
4695 plugged state of these ports or to add other ports, configure
4696 @code{wl-make-plugged-hook} with a function.
4697
4698 @lisp
4699 @group
4700 (add-hook 'wl-make-plugged-hook
4701           '(lambda ()
4702              (elmo-set-plugged plugged-value(t/nil) server port)
4703                  ;; @r{add or change plugged states of the port of the server}
4704              (elmo-set-plugged plugged-value(t/nil) server)
4705                  ;; @r{if the port is omitted, all ports are affected}
4706                  ;; @r{(you cannot omit the port if you newly add the server)}
4707              ))
4708 @end group
4709 @end lisp
4710
4711
4712 @node Variables of Plugged Mode,  , Off-line State settings, Disconnected Operations
4713 @section Customizable Variables
4714
4715 @table @code
4716 @item wl-plugged
4717 @vindex wl-plugged
4718 If this variable is set to @code{nil}, Wanderlust starts up in off-line
4719 mode from the beginning.
4720
4721 @item wl-queue-folder
4722 @vindex wl-queue-folder
4723 The initial setting is @samp{+queue}.
4724 This is the folder in which messages in the transmission queue are
4725 accumulated.
4726
4727 @item wl-auto-flush-queue
4728 @vindex wl-auto-flush-queue
4729 The initial setting is @code{t}.
4730 This flag controls automatic transmission of the queue when Wanderlust
4731 becomes on-line.  If non-nil, the queue is automatically transmitted
4732 (with confirmation by @code{y-or-n-p}).  If you want to transmit it
4733 manually, press @kbd{F} in the folder mode.
4734
4735 @item elmo-enable-disconnected-operation
4736 @vindex elmo-enable-disconnected-operation
4737 The initial setting is @code{nil}.  Controls off-line operations
4738 regarding IMAP4.  If non-nil, off-line operations are carried out.
4739
4740 @item elmo-lost+found-folder
4741 @vindex elmo-lost+found-folder
4742 The initial setting is @samp{+lost+found}.
4743 This is the folder to which messages are saved when they fails to be
4744 appended while the off-line re-file/copy queue is processed.
4745
4746 @item elmo-plugged-condition
4747 @vindex elmo-plugged-condition
4748 The initial setting is @code{one}.
4749 The value of @code{wl-plugged} reflects the return value of the function
4750 @code{elmo-plugged-p} (without arguments).
4751 This variable @code{elmo-plugged-condition} specifies the condition on
4752 which the return value of @code{(elmo-plugged-p)} should be t depending on the
4753 plugged state of each port.
4754
4755 @example
4756 'one         : plugged if one or more ports are plugged.
4757 'all         : plugged if all ports are plugged.
4758 'independent : reflects wl-plugged (elmo-plugged) regardless of plugged
4759                states of the ports.
4760 @var{function}     : reflects the return value of the @var{function}
4761  functions available per default
4762  'elmo-plug-on-by-servers
4763              : reflects the plugged state of the servers specified by the
4764                variable elmo-plug-on-servers.
4765  'elmo-plug-on-by-exclude-servers
4766              : reflects the plugged state of the servers that are not
4767                in elmo-plug-on-exclude-servers.
4768                   elmo-plug-on-exclude-servers defaults to
4769                    '("localhost"
4770                      (system-name)
4771                      (system-name)without the domain part)
4772 @end example
4773
4774 @example
4775 @group
4776 Example 1:
4777  (setq elmo-plugged-condition 'all)
4778 Example 2:
4779  (setq elmo-plug-on-servers '("smtpserver" "newsserver"))
4780  (setq elmo-plugged-condition 'elmo-plug-on-by-servers)
4781 Example 3:
4782  (setq elmo-plug-on-exclude-servers '("localhost" "myname"))
4783  (setq elmo-plugged-condition 'elmo-plug-on-by-exclude-servers)
4784 @end group
4785 @end example
4786
4787 @item wl-reset-plugged-alist
4788 @vindex wl-reset-plugged-alist
4789 The initial setting is @code{t}.  If non-nil, plugged states are
4790 initialized on a per server or port basis when Wanderlust starts up.
4791
4792 If @code{nil}, plugged states are retained while Emacs is running.  In
4793 other words, they are initialized when Emacs is restarted even if the
4794 value is @code{nil}.
4795 @end table
4796
4797
4798 @node Expire and Archive, Scoring, Disconnected Operations, Top
4799 @chapter Automatic Expiration and Archiving of Messages
4800 @cindex Expire and Archive
4801
4802 @menu
4803 * Expire::      Expiration and Archiving
4804 * Archive::     Archiving All Messages
4805 @end menu
4806
4807
4808 @node Expire, Archive, Expire and Archive, Expire and Archive
4809 @section Expiration
4810 @cindex Expire Message
4811
4812 Expiration means deletion of old messages which have outlasted a
4813 certain period of time.
4814
4815 @code{wl-expire} supports not only simple deletion, but also moving to
4816 specified archiving folders.
4817
4818 @section How to Use
4819
4820 Configure @code{wl-expire-alist} and press @kbd{e} in the folder mode,
4821 or @kbd{M-e} in the summary mode.
4822
4823 @subsection Configuring @code{wl-expire-alist}
4824
4825 An example configuration of @code{wl-expire-alist} is shown below.
4826 Everything in this @code{wl-expire-alist} makes a great difference in
4827 expiration, so be careful.  I advise you to set @code{wl-expire-use-log}
4828 to @code{t}, especially in the initial stage.
4829
4830 @lisp
4831 @group
4832 (setq wl-expire-alist
4833       '(("^\\+trash$"   (date 14) remove)
4834                                   ;; @r{delete}
4835         ("^\\+tmp$"     (date 7) trash)
4836                                   ;; @r{re-file to @code{wl-trash-folder}}
4837         ("^\\+outbox$"  (number 300) "$outbox;lha")
4838                                   ;; @r{re-file to the specific folder}
4839         ("^\\+ml/tmp$"  nil)
4840                            ;; @r{do not expire}
4841         ("^\\+ml/wl$"   (number 500 510) wl-expire-archive-number1 t)
4842                            ;; @r{archive by message number (retaining numbers)}
4843         ("^\\+ml/.*"    (number 300 310) wl-expire-archive-number2 t)
4844                            ;; @r{archive by a fixed number (retaining numbers)}
4845         ("^\\+diary$"   (date 30) wl-expire-archive-date)
4846                            ;; @r{archive by year and month (numbers discarded)}
4847         ))
4848 @end group
4849 @end lisp
4850
4851 Items in the list has the format of:
4852
4853 @example
4854 (@var{regexp-for-folders} @var{specification-of-messages-to-be-deleted} @var{destination})
4855 @end example
4856
4857 @noindent
4858 The folder is examined if it matches @var{regexp-for-folders} from the
4859 beginning of the list.  If you invoke expiration on the folder that does
4860 not match any of them, nothing will happen.  And if either the second or
4861 the third element of the item is @code{nil}, expiration will not take
4862 place.
4863
4864 You can use any one of the following for
4865 @var{specification-of-message-to-be-deleted}:
4866
4867 @table @code
4868 @item (number @var{n1} [@var{n2}])
4869 deletes messages depending on the number of messages in the folder.
4870
4871 @var{n1} is the number of messages which should survive deletion, for example
4872 if its value is 500, the newest 500 messages survive and the rests are
4873 deleted.
4874
4875 @var{n2} is the number of messages in the folder on which expiration should
4876 take place, which defaults to @var{n1} + 1.  For example if its value is 510,
4877 folders with 510 or more messages are expired.
4878 If you configured automatic expiration, frequently used folders may
4879 expire every time it receive messages, and you may be annoyed with the
4880 long delay in reading mail.
4881 In that case, you can set a wide margin between @var{n2} and @var{n1}, so that
4882 expiration would not take place until a certain number of messages
4883 accumulate.
4884
4885 Messages with marks in @code{wl-summary-expire-reserve-marks} (marked
4886 with important/new/unread) are not deleted.
4887 If @code{wl-expire-number-with-reserve-marks} is non-nil, the folder
4888 will expire so as to have 500 messages including such ones.
4889 Otherwise, it will have 500 messages except such ones.
4890
4891 @item (date @var{d1})
4892 deletes messages depending on the dates.
4893
4894 Messages dated @var{d1} or more days ago are deleted, for example if its
4895 value is seven, messages seven days old or more are deleted.  Note that
4896 the date is the one in the @samp{Date:} field of the message, not when
4897 the message entered the folder.
4898
4899 Messages with no or invalid @samp{Date:} field does not expire; you
4900 might have to delete them by hand.
4901 @end table
4902
4903 You can use any one of the following in the place of @var{destination}:
4904
4905 @table @asis
4906 @item @code{remove}
4907 deletes the messages instantly.
4908
4909 @item @code{hide}
4910 hide the messages from summary (messages are not deleted).
4911
4912 @item @code{trash}
4913 moves the messages to @code{wl-trash-folder}.
4914
4915 @item @var{string}(folder)
4916 moves the messages to the folder specified with @var{string}.
4917
4918 It would be useful for specifying an archiving folder, but because this
4919 does not move important messages, it might be better to use the
4920 standard functions described below.
4921
4922 @item @var{function}
4923 invokes the specified @var{function}.
4924
4925 To the @var{function}, three arguments are passed: a folder name, a list
4926 of messages to be deleted, and msgdb information of the summary.  You
4927 can specify function-specific arguments after the name of the
4928 @var{function}.  Note that the list contains messages with marks in
4929 @code{wl-summary-expire-reserve-marks}, be careful in writing your own
4930 function.
4931
4932 These are three standard functions; they moves messages to an archive
4933 folder in the specified way.  This means old messages can be compressed
4934 and saved in a file, being deleted from the original folder.
4935
4936 @table @code
4937 @item wl-expire-archive-number1
4938 re-files to archiving folders corresponding to the message numbers of
4939 the messages being deleted.  For example, a message numbered 102 will be
4940 re-filed to @file{wl-00100.zip}, 390 to @file{wl-00300.zip}, and so on.
4941 If @code{wl-expire-archive-files} is 200, messages will be re-filed to
4942 @file{wl-00000.zip}, @file{wl-00200.zip}, @file{wl-00400.zip}, @dots{}.
4943
4944 The archiving folders to which messages are re-filed are determined by
4945 the name of the folder as follows (in this case, archiving folders are
4946 handled as if @code{elmo-archive-treat-file} were non-nil).
4947
4948 @table @asis
4949 @item If the folder type is localdir:
4950 @file{@var{ArchiveDir}/@var{foldername}-xxxxx.zip}
4951
4952 For example, @samp{+ml/wl} corresponds to @samp{$ml/wl;zip}
4953 (@file{~/Mail/ml/wl-00100.zip}).
4954
4955 @item The folder type is other than localdir:
4956 @file{@var{ArchiveDir}/@var{foldertype}/@var{foldername}-xxxxx.zip}
4957
4958 For example, @samp{%#mh/ml/wl} corresponds to
4959 @samp{$imap4/#mh/ml/wl;zip} (@file{~/Mail/imap4/#mh/ml/wl-00100.zip}).
4960 @end table
4961
4962 As you can see, in the case of localdir, the folder type is not included
4963 in the path name, but otherwise it is included.
4964 And you can control the prefix to the archiving folder name by
4965 @code{wl-expire-archive-folder-prefix}.
4966 Refer to @code{wl-expire-archive-folder-prefix} for details.
4967
4968 @item wl-expire-archive-number2
4969 re-files every certain number of messages to archiving folders.
4970
4971 This differs from @samp{wl-expire-archive-number1} in that this re-files
4972 to the folder up to the specified number regardless of message numbers.
4973 The archiving folders to which messages are re-filed are determined in the
4974 same way as @code{wl-expire-archive-number1}.
4975
4976 @item wl-expire-archive-date
4977 re-files messages depending on its date (year and month) to archive
4978 folders.
4979
4980 For example, a message dated December 1998 is re-filed to
4981 @code{$folder-199812;zip}.  The name of the archiving folders except the
4982 date part are determined in the same way as
4983 @code{wl-expire-archive-number1}.
4984 @end table
4985
4986 You can set the first argument to these three standard functions to non-nil
4987 in @code{wl-expire-alist} so as to retain message numbers in the folder.
4988 For example, it can be specified just after the name of the function:
4989
4990 @lisp
4991 ("^\\+ml/wl$" (number 300 310) wl-expire-archive-number1 t)
4992 @end lisp
4993
4994 If you omit the argument, consecutive numbers from 1 are assigned for
4995 each archiving folder.
4996 @end table
4997
4998 @subsection Treatment for Important or Unread Messages
4999
5000 If you specify any of @code{remove}, @code{trash}, a folder name, or a
5001 standard function, messages with marks in
5002 @code{wl-summary-expire-reserve-marks} (which are called @dfn{reserved
5003 messages} thereafter) are retained.
5004
5005 Per default, this variable include the important, new, and unread marks,
5006 so that messages with these marks are not removed.
5007 Note that you cannot include the temporary mark (i.e. temporary marks
5008 are removed anyway), and be sure to process temporary marks before you
5009 invoke expiration.
5010
5011 @subsection Auto Expiration
5012
5013 The following setup invokes expiration when you move into the summary
5014 mode.  There will be no confirmation, so make sure you made no mistake
5015 in regexp and other settings before you set up this.
5016
5017 @lisp
5018 @group
5019 (add-hook 'wl-summary-prepared-pre-hook 'wl-summary-expire)
5020 @end group
5021 @end lisp
5022
5023 In the folder mode, you can invoke expiration per group as well as per
5024 folder.  Therefore, if you specify @samp{Desktop} group, all folders
5025 matching @code{wl-expire-alist} expire.
5026
5027 @section Tips
5028
5029 @subsection Treating archive folders.
5030 To treat archive folders created by @code{wl-expire-archive-number1} and so on,
5031 you must set non-nil value to @code{elmo-archive-treat-file}.
5032
5033 @subsection Confirming
5034
5035 If you are to use @code{remove}, try @code{trash} at first and see
5036 messages move to @code{wl-trash-folder} as expected, then replace it
5037 with @code{remove}.  It would be dangerous to use @code{remove} from the
5038 beginning.
5039
5040 If you are to use @code{wl-expire-archive-number1} and the like, try to
5041 make a folder of the archiver type (@code{zip} or @code{lha}) and see if
5042 you can append messages to it.  Even if settings in
5043 @code{wl-expire-alist} and @code{elmo-archive} are correct, messages
5044 would not be saved anywhere and disappeared in case the archiver program
5045 fails.
5046
5047 After you make sure you can archive to the folder correctly, you can
5048 invoke expiration and utilize the log.
5049
5050 If you set @code{wl-expire-use-log} to @code{t},
5051 @file{~/.elmo/expired-log} should contain the log, for example:
5052
5053 @example
5054 @group
5055 delete  +ml/wl  (593 594 595 596 597 598 599)
5056 move    +ml/wl -> $ml/wl-00600;tgz;wl  (600 601 602)
5057 @end group
5058 @end example
5059
5060 The first column indicates the operation, i.e. @samp{delete},
5061 @samp{copy}, or @samp{move}.  The next is the name of the folder that
5062 expired.  In the case of @samp{copy} and @samp{move}, the destination
5063 folder is recorded after @samp{->}.  The last is the list of message
5064 numbers that are actually deleted or moved (in the case of @samp{copy}
5065 and @samp{move}, the number is the one in the source folder, rather than
5066 the destination folder).
5067
5068 @subsection Re-filing Reserved Messages
5069
5070 The three standard functions copy reserved messages to the archive
5071 folder, but do not delete them from the source folder.  Because
5072 reserved messages and the like always remain, they are recorded in
5073 @file{~/.elmo/expired-alist} so that they are not copied over and over
5074 again.  They are not recorded if copied by @code{wl-summary-archive}.
5075
5076 If you enabled logging, usually @samp{move} is recorded for re-filing,
5077 but instead @samp{copy} and @samp{delete} are recorded separately if
5078 reserved messages are involved.  This is because it actually copies
5079 messages including reserved, then deletes ones except reserved in that
5080 case.
5081
5082 @section Customizable Variables
5083
5084 @table @code
5085 @item wl-expire-alist
5086 @vindex wl-expire-alist
5087 The initial setting is @code{nil}.
5088 This variable specifies folders and methods to expire.  For details,
5089 refer to @code{wl-expire-alist} settings above.
5090
5091 @item wl-summary-expire-reserve-marks
5092 @vindex wl-summary-expire-reserve-marks
5093 The initial setting is the list below.
5094
5095 @lisp
5096 @group
5097 (list wl-summary-important-mark
5098       wl-summary-new-mark
5099       wl-summary-unread-mark
5100       wl-summary-unread-uncached-mark
5101       wl-summary-unread-cached-mark)
5102 @end group
5103 @end lisp
5104
5105 Messages with these marks are retained in the folder, even after
5106 expiration.
5107 Only permanent marks can be listed, not temporary marks.
5108
5109 You can list marks one by one as in the default; you can use the
5110 following settings as well:
5111
5112 @table @code
5113 @item all
5114 All messages with permanent marks are retained,
5115 i.e. @code{wl-summary-read-uncached-mark} is included in addition to the
5116 defaults.
5117
5118 @item none
5119 All messages are handled as usual ones that are already read, no matter
5120 what marks they have; even important messages are deleted.
5121 @end table
5122
5123 @item wl-expire-archive-files
5124 @vindex wl-expire-archive-files
5125 The initial setting is 100.
5126 This variable specifies the number of messages to be retained in one
5127 archiving folder.
5128
5129 @item wl-expire-number-with-reserve-marks
5130 @vindex wl-expire-number-with-reserve-marks
5131 The initial setting is @code{nil}.
5132 If non-nil, if expiring messages are specified by @code{number},
5133 messages with @code{wl-summary-expire-reserve-marks} are also retained.
5134
5135 @item wl-expire-archive-get-folder-function
5136 @vindex wl-expire-archive-get-folder-function
5137 The initial setting is @code{wl-expire-archive-get-folder}.
5138
5139 This variable specifies a function that returns the name of an archiving
5140 folder for standard functions in the place of @var{destination}.
5141 You can use the following three variables for simple modification of
5142 folder names; if you want more complex settings, define your own
5143 function in this variable.
5144
5145 @code{wl-expire-archive-get-folder} can be customized by these
5146 variables:
5147 @itemize @bullet
5148 @item @code{wl-expire-archive-folder-name-fmt}
5149 @item @code{wl-expire-archive-folder-type}
5150 @item @code{wl-expire-archive-folder-prefix}
5151 @end itemize
5152
5153 @item wl-expire-archive-folder-name-fmt
5154 @vindex wl-expire-archive-folder-name-fmt
5155 The initial setting is @samp{%s-%%05d;%s}.
5156 This is a @code{format} string for archiving folders used in
5157 @code{wl-expire-archive-number1} and @code{wl-expire-archive-number2}.
5158 Note that you must specify the message number by @samp{%%d}, because it
5159 is parsed twice by @code{format}.
5160
5161 If you modify this, adjust @code{wl-expire-archive-folder-num-regexp} as
5162 well.
5163
5164 @item wl-expire-archive-date-folder-name-fmt
5165 @vindex wl-expire-archive-date-folder-name-fmt
5166 The initial setting is @samp{%s-%%04d%%02d;%s}.
5167 This is a @code{format} string for archiving folders used in
5168 @code{wl-expire-archive-date}.  Note that you must specify the message
5169 number by @samp{%%d}, because it is parsed twice by @code{format}.
5170 There should be @samp{%%d} twice, one for the year and the other for the
5171 month.
5172
5173 If you modify this, adjust
5174 @code{wl-expire-archive-date-folder-num-regexp} as well.
5175
5176 @item wl-expire-archive-folder-type
5177 @vindex wl-expire-archive-folder-type
5178 The initial setting is @code{zip}.
5179 This variable specifies an archiver type of the archiving folders.
5180
5181 @item wl-expire-archive-folder-prefix
5182 @vindex wl-expire-archive-folder-prefix
5183 The initial setting is @code{nil}.
5184 This variable specifies the prefix (directory structure) to archiving
5185 folders.
5186 Exercise extreme caution in using this feature, as it has not been
5187 seriously tested.
5188 In the worst case, there is a fear of destructing archiving folders.
5189
5190 @table @code
5191 @item nil
5192 There will be no prefix.
5193
5194 @item short
5195 For example, @samp{+ml/wl} will be prefixed by @samp{wl}, resulting in
5196 @samp{$ml/wl-00000;zip;wl}.
5197
5198 @item t
5199 For example, @samp{+ml/wl} will be prefixed by prefix @samp{ml/wl},
5200 resulting in
5201
5202 @samp{$ml/wl-00000;zip;ml/wl}.
5203 @end table
5204
5205 @item wl-expire-archive-folder-num-regexp
5206 @vindex wl-expire-archive-folder-num-regexp
5207 The initial setting is @samp{-\\([-0-9]+\\);}.
5208 This variable specifies the regular expression to be used for getting
5209 message numbers from multiple archiving folders specified by
5210 @code{elmo-list-folders}.
5211 Set it in accordance with @code{wl-expire-archive-folder-name-fmt}.
5212
5213 @item wl-expire-archive-date-folder-num-regexp
5214 @vindex wl-expire-archive-date-folder-num-regexp
5215 The initial setting is @samp{-\\([-0-9]+\\);}.
5216 This is the regular expression to be used for getting message numbers
5217 from multiple archiving folders specified by @code{elmo-list-folders}.
5218 Set it in accordance with @code{wl-expire-archive-date-folder-name-fmt}.
5219
5220 @item wl-expire-delete-oldmsg-confirm
5221 @vindex wl-expire-delete-oldmsg-confirm
5222 The initial setting is @code{t}.
5223 If non-nil, messages older than the one with the largest number will be
5224 deleted with confirmation.
5225 If @code{nil}, they are deleted without confirmation.
5226
5227 This feature is valid only if non-nil is specified as a argument to the
5228 standard functions so as to retain numbers.
5229
5230 @item wl-expire-use-log
5231 @vindex wl-expire-use-log
5232 The initial setting is @code{nil}.
5233 If non-nil, expiration logs are recorded in @file{~/.elmo/expired-log}.
5234 They are appended but not truncated or rotated automatically; you might
5235 need to remove it manually.
5236
5237 @item wl-expire-add-seen-list
5238 @vindex wl-expire-add-seen-list
5239 The initial setting is @code{t}.
5240
5241 If non-nil, when messages are re-filed by expiration, read/unread
5242 information is passed to the destination folder.
5243
5244 However if you do not read the destination folder from Wanderlust,
5245 @file{seen} under @file{~/.elmo/} grows larger and larger, so you might
5246 want to set this to @code{nil} if you are simply saving to some
5247 archiving folders.  Even if its value is @code{nil}, messages in the
5248 archiving folders are simply treated as unread; it does not affect
5249 expiration itself.
5250
5251 @item wl-expire-folder-update-msgdb
5252 @vindex wl-expire-folder-update-msgdb
5253 The initial setting is @code{t}.
5254 If @code{t}, in the folder mode, expiration is carried out after
5255 updating summary information.  If you specified a list of regular
5256 expressions of folder names, summary information is updated for matching
5257 folders only.
5258 @end table
5259
5260
5261 @node Archive,  , Expire, Expire and Archive
5262 @section Archiving Messages
5263
5264 @subsection Archiving Messages
5265 @kbd{M-x wl-summary-archive} copies the whole folder to archiving
5266 folders.  If there are the archiving folders already, only new messages
5267 are appended.
5268
5269 You can use @code{wl-archive-alist} in order to specify how messages are
5270 archived according to their folder names, as in @code{wl-expire-alist}.
5271 For example:
5272
5273 @lisp
5274 @group
5275 (setq wl-archive-alist
5276       '(("^\\+tmp$"     wl-archive-date)
5277         ("^\\+outbox$"  wl-archive-number2)
5278         (".*"           wl-archive-number1)))
5279 @end group
5280 @end lisp
5281
5282 Each item in the list has the following format:
5283
5284 @example
5285 (@var{folders-regexp}  @var{deleting-function})
5286 @end example
5287
5288 As you can see, you can only use a function after @var{folders-regexp}.
5289 Per default, there are three functions:
5290
5291 @itemize @bullet
5292 @item @code{wl-archive-number1}
5293 @item @code{wl-archive-number2}
5294 @item @code{wl-archive-date}
5295 @end itemize
5296
5297 As inferred from their names, they work similarly to "expire" versions,
5298 other than the following points:
5299
5300 @itemize @minus
5301 @item No messages are deleted
5302 @item Message numbers are retained even if invoked without arguments
5303 @end itemize
5304
5305 These functions are good to archive all messages in a folder by their
5306 numbers or by their dates.
5307 These are also useful for backup or confirmation purposes before
5308 expiration.
5309 If you try to re-file them after they are archived, they are deleted but
5310 not re-filed.
5311
5312 Per default, the archiving folders to which messages are copied are
5313 determined automatically by @code{wl-expire-archive-get-folder-function}.
5314 You can copy to a specific folder by invoking with a prefix argument,
5315 i.e. @kbd{C-u M-x wl-summary-archive}.
5316
5317 Note that this feature has not been seriously tested, because you can
5318 simply copy to an archiving folder, for example by
5319 @code{wl-summary-copy-region}.
5320
5321 The archiving folders are determined by the same logic as in
5322 @code{wl-summary-expire}; the following customizable variables are
5323 relevant:
5324
5325 @itemize @bullet
5326 @item @code{wl-expire-archive-files}
5327 @item @code{wl-expire-archive-get-folder-function}
5328 @item @code{wl-expire-archive-folder-name-fmt}
5329 @item @code{wl-expire-archive-folder-type}
5330 @item @code{wl-expire-archive-folder-prefix}
5331 @item @code{wl-expire-archive-folder-num-regexp}
5332 @end itemize
5333
5334 @subsection Customizable Variables
5335
5336 @table @code
5337 @item wl-archive-alist
5338 @vindex wl-archive-alist
5339 The initial setting is the list shown below:
5340
5341 @lisp
5342 @group
5343 ((".*" wl-archive-number1))
5344 @end group
5345 @end lisp
5346
5347 @noindent
5348 This variable specifies a function that copies to archiving folders.
5349 To the function, three arguments are passed: a folder name, a list of
5350 messages in the folder, and msgdb information of the summary.
5351 Needless to say, you can use your own function.
5352 @end table
5353
5354
5355 @node Scoring, Address Book, Expire and Archive, Top
5356 @chapter Score of the Messages
5357 @cindex Scoring
5358 @c @cindex Kill File
5359
5360 Scoring is the function that associates a score (value) with each
5361 message, and marks as read or deletes from the summary according to it.
5362
5363 You can put target or important marks on essential messages, or read marks
5364 on the ones you do not want to read, for example spam articles.
5365
5366 This scoring function has a capability and a format similar to the one
5367 that Gnus has, although there are some unsupported features and
5368 Wanderlust specifics.
5369 @xref{Scoring, , ,gnus, The gnus Newsreader}.
5370
5371 @menu
5372 * Score Commands::             Score Commands
5373 * Score File Format::          Score File Format
5374 @end menu
5375
5376
5377 @node Score Commands, Score File Format, Scoring, Scoring
5378 @section Score Commands
5379 @cindex Score Commands
5380
5381 @subsection Score File Specification
5382
5383 @code{wl-score-folder-alist} specifies score files or variables in which
5384 scores are defined, corresponding to folder names.
5385
5386 @lisp
5387 @group
5388 (setq wl-score-folder-alist
5389       '(("^-.*"
5390          "news.SCORE"
5391          "my.SCORE")
5392         (".*"
5393          "all.SCORE")))
5394 @end group
5395 @end lisp
5396
5397 If paths to the score files are omitted, the directory specified in the
5398 variable @code{wl-score-files-dir} is assumed.
5399
5400 No matter what you write in @code{wl-score-folder-alist}, the default
5401 score file @code{wl-score-default-file} (@file{all.SCORE}) is always
5402 read (it does not have to exist).
5403 Therefore, in the example above, the three score files,
5404 @file{news.SCORE}, @file{my.SCORE}, and @file{all.SCORE} are read for
5405 the folders that matches @samp{^-.*}.
5406
5407 @subsection Scored Messages
5408
5409 Scores are attached to the messages that are specified by
5410 @code{wl-summary-score-marks} temporarily when the summary is updated;
5411 when you exit from the summary, the scores are removed and reverts to
5412 the defaults.
5413
5414 @subsection Creation of Score Files
5415
5416 In the summary buffer, move to an appropriate message and type @kbd{L}.
5417 Then type @kbd{s}, @kbd{s}, and @kbd{p} at a prompt in a mini-buffer.
5418 The string in Subject is presented.  Edit it and press @kbd{@key{RET}}.
5419
5420 This makes @minus{}1000 are scored for messages with the same
5421 @samp{Subject:} as the string you entered.  That is, such a score file
5422 is created automatically.
5423
5424 Then, try typing @kbd{h} and @kbd{e} in the same summary buffer.
5425 The score file you just made appears.
5426 This buffer is called @dfn{score editing buffer} thereafter.
5427 When you type @kbd{C-c C-e} in it, you are prompted in the mini-buffer
5428 as you are previously; type @kbd{a}.  Then a score entry for "From"
5429 should be inserted.
5430 In this way, you can create a score file easily either in the summary
5431 buffer or in the score editing buffer.
5432
5433 By the way, you might be aware the numbers of key strokes are different
5434 between @kbd{s s p} and @kbd{a}.
5435 This is determined by @code{wl-score-header-default-entry}.
5436 This variable specifies the default score entries corresponding to
5437 header fields.
5438 For example, for "subject" field, a type and a time limit are prompted,
5439 but for "from" field, they are fixed upon automatically as substring and
5440 permanent respectively.
5441 However, score values can be modified by the prefix argument.
5442 Typing @kbd{?} at the mini-buffer shows a help on keys and corresponding
5443 headers and types.
5444
5445 At last, type @kbd{C-c C-c} in the score editing buffer.  This saves the
5446 score file and terminates the edit mode.  Typing @kbd{C-c C-c} after
5447 erasing contents of the buffer deletes the score file being edited.
5448
5449 @subsection Tips
5450
5451 @subsubsection Selecting Score Files
5452
5453 You can change score files to which scores are appended by
5454 @code{wl-summary-increase-score} and @code{wl-summary-lower-score} by
5455 @code{wl-score-change-score-file}.
5456
5457 @subsubsection Summing Up the Score
5458
5459 If you add the same entries by @code{wl-summary-increase-score},
5460 @code{wl-summary-lower-score}, and @code{wl-score-edit-insert-entry},
5461 scores for the entry is summed up.
5462
5463 For example, if you create @samp{from} entry with the score of @minus{}1000 by
5464 @kbd{L a} and again @samp{from} with @minus{}200, one entry with the score of
5465 @minus{}1200 will be created as a result.
5466
5467 @subsubsection Creating Thread Key
5468
5469 Creating @samp{Thread} key by @code{wl-summary-increase-score} or
5470 @code{wl-summary-lower-score} appends @samp{Message-ID} of all children.
5471
5472 @subsubsection Creating Followup Key
5473
5474 Creating @samp{Followup} key by @code{wl-summary-increase-score} or
5475 @code{wl-summary-lower-score} appends @samp{Message-ID} of the message
5476 at the cursor to @samp{References} key.
5477 If @code{wl-score-auto-make-followup-entry} is non-nil,
5478 @samp{Message-ID} of all messages to be followed up within dates
5479 specified by @code{wl-score-expiry-days}.
5480
5481 @subsection Key Bindings
5482
5483 @table @kbd
5484 @item K
5485 @kindex K (Summary)
5486 @findex wl-summary-increase-score
5487 Increases the score for the current message.
5488 And the score entry is appended to the score file at the same moment.
5489 You can specify the score value by a prefix argument.
5490
5491 @item L
5492 @kindex L (Summary)
5493 @findex wl-summary-lower-score
5494 Decreases the score for the current message.
5495 And the score entry is appended to the score file at the same moment.
5496 You can specify the score value by a prefix argument.
5497
5498 @item h R
5499 @kindex h R (Summary)
5500 @findex wl-summary-rescore
5501 Re-applies the scoring.
5502 However, already scored messages are not scored anew.
5503
5504 @item h c
5505 @kindex h c (Summary)
5506 @findex wl-score-change-score-file
5507 Changes the score file currently selected.
5508
5509 @item h e
5510 @kindex h e (Summary)
5511 @findex wl-score-edit-current-scores
5512 Edits the score file currently selected.
5513 If there are multiple score files, the previously specified one is
5514 selected.
5515
5516 @item h f
5517 @kindex h f (Summary)
5518 @findex wl-score-edit-file
5519 Edits an arbitrary score file and selects it.
5520
5521 @item h F
5522 @kindex h F (Summary)
5523 @findex wl-score-flush-cache
5524 Erases caches associated to the score files that are read.
5525 If you modified score files directly (from other than Wanderlust), you
5526 need to re-read them after erasing the cache.
5527
5528 @item h m
5529 @kindex h m (Summary)
5530 @findex wl-score-set-mark-below
5531 Specifies the criterion for scores to be marked as read.
5532 Messages with scores less than this value are marked as read.
5533
5534 @item h x
5535 @kindex h x (Summary)
5536 @findex wl-score-set-expunge-below
5537 Specifies the criterion for scores to be deleted from the summary.
5538 Messages with scores less than this value are deleted.
5539 "Deleted" means it is not shown; they are not removed from the summary
5540 information or the folder.
5541 The deleted messages can be shown by rescan-noscore again.
5542 @end table
5543
5544 @subsection Key Bindings in the Score Editing Buffer
5545
5546 @table @kbd
5547 @item C-c C-k
5548 @kindex C-c C-k (Score Mode)
5549 @findex wl-score-edit-kill
5550 Abandons the file being edited.
5551
5552 @item C-c C-c
5553 @kindex C-c C-c (Score Mode)
5554 @findex wl-score-edit-exit
5555 Saves the file being edited, and quits from the edit mode.
5556
5557 @item C-c C-p
5558 @kindex C-c C-p (Score Mode)
5559 @findex wl-score-pretty-print
5560 Re-draws the score.
5561
5562 @item C-c C-d
5563 @kindex C-c C-d (Score Mode)
5564 @findex wl-score-edit-insert-date
5565 Inserts the number of dates from Dec. 31, 1 B.C.
5566 It is used for creating the third factor of time-limited scores.
5567
5568 @item C-c C-s
5569 @kindex C-c C-s (Score Mode)
5570 @findex wl-score-edit-insert-header
5571 Inserts the header of the message selected in the summary buffer.
5572
5573 @item C-c C-e
5574 @kindex C-c C-e (Score Mode)
5575 @findex wl-score-edit-insert-entry
5576 Inserts the score entry of the message selected in the summary buffer.
5577 @end table
5578
5579 @subsection Customizable Variables
5580
5581 @table @code
5582 @item wl-summary-default-score
5583 @vindex wl-summary-default-score
5584 The initial setting is 0 (zero).
5585 This variable specifies the default value of the score.
5586 The score is increased or decreased based upon this value.
5587
5588 @item wl-summary-important-above
5589 @vindex wl-summary-important-above
5590 The initial setting is @code{nil}.
5591 Messages with scores larger than this value are attached with the
5592 important mark (@samp{$}).
5593 If @code{nil}, no important marks are attached.
5594
5595 @item wl-summary-target-above
5596 @vindex wl-summary-target-above
5597 The initial setting is @code{nil}.
5598 Messages with scores larger than this value are attached with the target
5599 mark (@samp{*}).
5600 If @code{nil}, no target marks are attached.
5601
5602 @item wl-summary-mark-below
5603 @vindex wl-summary-mark-below
5604 The initial setting is 0 (zero).
5605 Messages with scores smaller than this value are marked as read.
5606
5607 @item wl-summary-expunge-below
5608 @vindex wl-summary-expunge-below
5609 The initial setting is @code{nil}.
5610 Messages with scores smaller than this value are deleted from the
5611 summary.
5612 If @code{nil}, they are not deleted.
5613
5614 @item wl-summary-score-marks
5615 @vindex wl-summary-score-marks
5616 The initial setting is the list shown below:
5617
5618 @lisp
5619 @group
5620 (list wl-summary-new-mark)
5621 @end group
5622 @end lisp
5623
5624 @noindent
5625 Messages with these marks are scored.
5626
5627 @item wl-use-scoring
5628 @vindex wl-use-scoring
5629 The initial setting is t.
5630 If non-nil, scoring is enabled.
5631
5632 @item wl-score-files-dir
5633 @vindex wl-score-files-dir
5634 The initial setting is @file{~/.elmo/}.
5635 The default directory for score files.
5636
5637 @item wl-score-interactive-default-score
5638 @vindex wl-score-interactive-default-score
5639 The initial setting is 1000.
5640 This value is used as a score when a score factor is @code{nil} in the
5641 score file.  It is also used in @code{wl-summary-increase-score} and
5642 @code{wl-summary-lower-score}, on condition that the value of
5643 @code{wl-score-header-default-entry} is @code{nil}.
5644
5645 @item wl-score-expiry-days
5646 @vindex wl-score-expiry-days
5647 The initial setting is 7.
5648 This is the number of days before time-limited scores are deleted.
5649
5650 @item wl-score-update-entry-dates
5651 @vindex wl-score-update-entry-dates
5652 The initial setting is @code{t}.
5653 If non-nil, it enables deletion of time-limited scores.
5654
5655 @item wl-score-header-default-entry
5656 @vindex wl-score-header-default-entry
5657 Specifies the default value for each header field for score entries
5658 created by @code{wl-summary-increase-score},
5659 @code{wl-summary-lower-score}, and @code{wl-score-edit-insert-entry}.
5660
5661 @item wl-score-simplify-fuzzy-regexp
5662 @vindex wl-score-simplify-fuzzy-regexp
5663 In the case of a type of a score entry is @code{fuzzy}, this specifies a
5664 regular expression to be deleted from the string.
5665 Because this is usually used for Subject, the default is prefixes that
5666 are attached by mailing list programs.
5667
5668 @item wl-summary-rescore-partial-threshold
5669 @vindex wl-summary-rescore-partial-threshold
5670 The initial setting is 200.
5671 When sync-all or rescan is executed, if there are messages more than
5672 this value, only the last same number of messages as this value are
5673 scored.
5674
5675 @item wl-summary-auto-sync-marks
5676 @vindex wl-summary-auto-sync-marks
5677 If non-nil, unread/important marks are synchronized when the summary
5678 does.
5679 Unread marks reflect information on the IMAP4 server.
5680 Important marks reflect information on the IMAP4 server (flagged or
5681 not), and contents of @samp{'mark} folder.
5682 The initial setting is @code{t}.
5683 @end table
5684
5685
5686 @node Score File Format,  , Score Commands, Scoring
5687 @section Score File Format
5688 @cindex Score File Format
5689
5690 The format of score files are the same as Gnus, and basically you can
5691 use Gnus score files as they are.  But they are not fully compatible
5692 because some keys are not supported and there are Wanderlust specifics.
5693 @xref{Score File Format, , ,gnus, The gnus Newsreader}.
5694
5695 @lisp
5696 @group
5697 (("subject"
5698   ("for sale" -1000 nil s)
5699   ("profit" -1000 nil s))
5700  ("from"
5701   ("spam@@spamspamspam" -10000 nil s))
5702  ("followup"
5703   ("my@@address" 3001 nil s))
5704  ("chars"
5705   (1000000 -10 nil >))
5706  (important 5000)
5707  (target 3000)
5708  (mark 0)
5709  (expunge -3000))
5710 @end group
5711 @end lisp
5712
5713 @table @code
5714 @item string
5715 If the key is a string, it is the name of the header to be matched.
5716 The following keys are available:
5717 @code{Subject}, @code{From}, @code{Date}, @code{Message-ID},
5718 @code{References}, @code{To}, @code{Cc}, @code{Chars}, @code{Lines},
5719 @code{Xref}, @code{Extra}, @code{Followup}, @code{Thread}
5720 @code{Chars} and @code{Lines} mean the size and the number of lines of
5721 the message, respectively.  @code{Extra}, @code{Followup}, @code{Thread}
5722 are described later.
5723 The rest corresponds the field of the same name.
5724
5725 Arbitrary numbers of core entries are specified after the key.
5726 Each score entry consists of these five factors:
5727
5728 @enumerate
5729 @item
5730 A factor that matches header.  This should be a number in the cases of
5731 @code{lines} and @code{chars}, otherwise a string.
5732
5733 @item
5734 A score factor.  When the first item matches, the score of the message
5735 is increased or decreased by this value.
5736
5737 @item
5738 A time limiting factor.  If @code{nil}, the score is permanent, and in the case
5739 of a number, the score is deleted if it does not match for days
5740 (@code{wl-score-expiry-days}) from the date specified by this.
5741 The date is since Dec. 31, 1 B.C.
5742
5743 @item
5744 A type factor.  This specifies the way the first factor matches.
5745 Available types depend on keys.
5746
5747 @table @dfn
5748 @item From, Subject, References, Message-ID
5749 For these keys in string, @code{r} and @code{R} (regexp),
5750 @code{s} and @code{S} (substring), @code{e} and @code{E} (exact match),
5751 as well as @code{f} and @code{F} (fuzzy) can be used.
5752 @code{R}, @code{S}, @code{E}, and @code{F} are case sensitive.
5753
5754 @item Lines, Chars
5755 For these keys, the following five numerical relative operators can be
5756 used: @code{<}, @code{>}, @code{=}, @code{>=}, @code{<=}.
5757
5758 @item Followup
5759 This key matches @code{From} header, and scores all follow-ups to the
5760 message.
5761 For example, it would be useful for increasing scores for follow-ups to
5762 you own article.
5763
5764 You can use the same types as @code{From} except for @code{f}.
5765 And a @samp{Followup} entry is automatically appended to the score file.
5766
5767 @item Thread
5768 This key scores (sub-)threads beginning with @code{Message-ID} @var{x}.
5769 A @samp{Thread} entry is automatically appended for each article that
5770 has @var{x} in the @code{References} header.
5771 You can make sure the whole thread including messages that does not have
5772 all ancestors @code{Message-ID} in @code{References} is scored.
5773
5774 You can use the same types as @code{References} except for @code{f}.
5775 And a @samp{Thread} entry is automatically appended to the score file.
5776 @end table
5777
5778 @item
5779 A factor for extension header.  This is meaningful only if the key is
5780 @code{Extra}.
5781 This specifies headers to be matched other than standard headers like
5782 @code{Subject} and @code{From}.
5783 Note that you should specify the header in
5784 @code{elmo-msgdb-extra-fields} also.
5785 Therefore it does not work in folders where extension headers cannot be
5786 retrieved.
5787
5788 @end enumerate
5789
5790 The sum of these scores @emph{after all factors are applied} becomes the
5791 score of the message.
5792
5793 @cindex Score File Atoms
5794 @item mark
5795 Messages with a score less than this value is marked as read.
5796 The default is @code{wl-summary-mark-below}.
5797
5798 @item expunge
5799 Messages with a score less than this value is deleted from the summary.
5800 The default is @code{wl-summary-expunge-below}.
5801
5802 @item mark-and-expunge
5803 Both @code{mark} and @code{expunge} are applied,
5804 i.e. messages with a score less than this value is marked as read and
5805 deleted from the summary.
5806
5807 @item target
5808 Messages with a score greater than this value is attached with temp
5809 marks.
5810 The default is @code{wl-summary-target-above}.
5811
5812 @item important
5813 Messages with a score greater than this value is attached with important
5814 marks.
5815 The default is @code{wl-summary-important-above}.
5816 @end table
5817
5818 @subsection Caveats
5819
5820 Not to mention the @code{extra} key, if @code{lines} or @code{xref} keys
5821 are used, you need to set @code{elmo-msgdb-extra-fields}.
5822
5823 @lisp
5824 (setq elmo-msgdb-extra-fields '("lines" "xref"))
5825 @end lisp
5826
5827 There are other restrictions as shown below:
5828
5829 @itemize @bullet
5830 @item Because @samp{References} field in the summary information
5831 contains only the last @samp{Message-ID}, @code{references} key matches
5832 the last one only.
5833 @end itemize
5834
5835 Keys that can be seen by folder of types:
5836
5837 @example
5838 @group
5839                         chars lines xref  extra
5840 localdir,localnews        Y     E     E     E
5841 nntp (supporting xover)   Y     E     E     N
5842      (otherwise)          N     E     E     E
5843 imap4                     Y     E     E     E
5844 pop3                      N     E     E     E
5845
5846                 Y: can be seen
5847                 N: cannot be seen (ignored)
5848                 E: can be seen with @code{elmo-msgdb-extra-fields} settings
5849 @end group
5850 @end example
5851
5852
5853 @node Address Book, Customization, Scoring, Top
5854 @chapter Address Book
5855 @cindex Address Book
5856
5857 With address book, you can utilize address completion, and you have
5858 summary displayed with nicknames.
5859
5860 @menu
5861 * Mail Addresses::   Definition of Address Book
5862 * Address Manager::  Address Manager
5863 @end menu
5864
5865 @node Mail Addresses, Address Manager, Address Book, Address Book
5866 @section Address book
5867 @cindex Address book Definition
5868 @cindex .addresses
5869 @cindex Alias, Address
5870
5871 The file @file{~/.addresses} is a simple address book for Wanderlust.
5872 Make address file @file{~/.addresses}, and edit to suit your requirement.
5873
5874 The data written in @file{~/.addresses} are used for address completion
5875 under draft editing mode. Furthermore, they are used when showing names
5876 in summary display mode. You can safely skip this section, if you don't
5877 want to customize address completion and summary display.
5878 It is possible to add/change/remove addresses from @file{~/.addresses} in
5879 summary buffer after Wanderlust is invoked. @refill
5880
5881 The format is very simple. Like this. @refill
5882
5883 @example
5884 @group
5885 #
5886 # @r{Lines begin with @samp{#} are comment.}
5887 # @r{Empty lines are ignored}
5888 #
5889 # @r{Format of each line:}
5890 # @var{email-address}  "@var{nickname} "@var{realname}"
5891 #
5892 teranisi@@gohome.org            "Yuuichi"      "Yuuichi Teranishi"
5893 foo@@bar.gohome.org             "Mr. Foo"    "John Foo"
5894 bar@@foo.gohome.org             "Mr. Bar"    "Michael Bar"
5895 @end group
5896 @end example
5897
5898 @noindent
5899 One line defines one persons description.
5900
5901 Actually, in default setup, @var{nickname} is used in summary-mode and
5902 @var{realname} is used in draft preparation mode. This behavior is
5903 better understood if you try it and confirmed the function first. You
5904 can write and try a small definition, so you will know the idea of the
5905 address book before writing a big one.
5906
5907 And, if MH alias file is specified in variable @code{wl-alias-file},
5908 it is used as an address information in the draft preparation mode.
5909
5910 If variable @code{wl-use-ldap} is non-nil (initial setting is
5911 @code{nil}), address completion in draft mode uses LDAP information.
5912
5913 If you use LDAP, you have to set @code{wl-ldap-server},
5914 @code{wl-ldap-port} and @code{wl-ldap-base} properly. If your emacs does
5915 not have LDAP feature as built-in feature (Currently only XEmacs can
5916 have built-in LDAP feature), you have to set command exec @env{PATH} to
5917 the program @command{ldapsearch}.
5918
5919
5920 @node Address Manager,  , Mail Addresses, Address Book
5921 @section Address Manager
5922 @cindex Address Manager
5923
5924 You can type @kbd{C-c C-a} to enter address manger mode.  you can edit
5925 the address book and insert address to draft buffer.
5926
5927 @subsection Key Bindings
5928
5929 @table @kbd
5930 @item t
5931 @kindex t (Address Manager)
5932 @findex wl-addrmgr-set-to
5933 Add @samp{To:} mark.
5934
5935 @item c
5936 @kindex c (Address Manager)
5937 @findex wl-addrmgr-set-cc
5938 Add @samp{Cc:} mark.
5939
5940 @item b
5941 @kindex b (Address Manager)
5942 @findex wl-addrmgr-set-bcc
5943 Add @samp{Bcc:} mark.
5944
5945 @item u
5946 @kindex u (Address Manager)
5947 @findex wl-addrmgr-unmark
5948 Cancel the mark.
5949
5950 @item x
5951 @kindex x (Address Manager)
5952 @findex wl-addrmgr-apply
5953
5954 Insert @samp{To:}, @samp{Cc:}, or @samp{Bcc:} marked addresses to draft
5955 buffer and quit address manager.  When no draft buffer, make new draft
5956 with insert marked addresses.
5957
5958 If no mark, quit address manager.
5959
5960
5961 @item q
5962 @kindex q (Address Manager)
5963 @findex wl-addrmgr-quit
5964 Quit address manager.
5965
5966 @item a
5967 @kindex a (Address Manager)
5968 @findex wl-addrmgr-add
5969 Add new entry.
5970
5971 @item d
5972 @kindex d (Address Manager)
5973 @findex wl-addrmgr-delete
5974 Delete entry.
5975
5976 @item e
5977 @kindex e (Address Manager)
5978 @findex wl-addrmgr-edit
5979 Edit entry.
5980 @end table
5981
5982
5983 @node Customization, Mailing List, Address Book, Top
5984 @chapter Customizing Wanderlust
5985 @cindex Customization
5986
5987 @menu
5988 * Living with other packages:: Cooperating with other packages
5989 * Highlights::                 Highlights
5990 * Biff::                       Notify Mail arrival
5991 * Advanced Settings::          Advanced Settings
5992 * Customizable Variables::     Customizable Variables
5993 * Hooks::                      Hooks
5994 @end menu
5995
5996
5997 @node Living with other packages, Highlights, Customization, Customization
5998 @section Living with other packages
5999
6000 Examples with other packages.
6001
6002 @menu
6003 * imput::                       imput (im-wl.el)
6004 * BBDB::                        BBDB
6005 * supercite::                   supercite.el
6006 * mu-cite::                     mu-cite.el
6007 * X-Face::                      x-face,bitmap-mule
6008 * dired-dd::                    dired-dd.el
6009 * MHC::                         MHC
6010 * Addrbook::                    Addrbook
6011 @end menu
6012
6013
6014 @node imput, BBDB, Living with other packages, Living with other packages
6015 @subsection imput
6016 @pindex imput
6017 @cindex im-wl
6018
6019 Place @file{util/im-wl.el} on the @code{load-path} and do the following
6020 settings.
6021
6022 If @command{imput} is on the @code{exec-path} at the installation,
6023 @file{im-wl.el} is byte-compiled and installed.  @xref{Install}.
6024
6025 @lisp
6026 @group
6027 (autoload 'wl-draft-send-with-imput-async "im-wl")
6028 (setq wl-draft-send-function 'wl-draft-send-with-imput-async)
6029 @end group
6030 @end lisp
6031
6032
6033 @node BBDB, supercite, imput, Living with other packages
6034 @subsection bbdb.el
6035 @pindex BBDB
6036
6037 Place @file{util/bbdb-wl.el} on the @code{load-path} and do the following
6038 settings.
6039
6040 If BBDB is on the @code{load-path} at the installation, @file{bbdb-wl.el} is
6041 byte-compiled and installed.
6042 @xref{Install}.
6043
6044 @lisp
6045 @group
6046 (require 'bbdb-wl)
6047
6048 (bbdb-wl-setup)
6049 ;; @r{enable pop-ups}
6050 (setq bbdb-use-pop-up t)
6051 ;; @r{auto collection}
6052 (setq bbdb/mail-auto-create-p t)
6053 (setq signature-use-bbdb t)
6054 (setq bbdb-north-american-phone-numbers-p nil)
6055 ;; @r{shows the name of bbdb in the summary} :-)
6056 (setq wl-summary-from-function 'bbdb-wl-from-func)
6057 ;; @r{automatically add mailing list fields}
6058 (add-hook 'bbdb-notice-hook 'bbdb-auto-notes-hook)
6059 (setq bbdb-auto-notes-alist '(("X-ML-Name" (".*$" ML 0))))
6060 @end group
6061 @end lisp
6062
6063 @node supercite, mu-cite, BBDB, Living with other packages
6064 @subsection sc.el(supercite), sc-register.el
6065 @pindex sc
6066 @pindex supercite
6067
6068 The same setting as usual mailers should be OK.  The following is an
6069 example of settings:
6070
6071 @lisp
6072 @group
6073 (autoload 'sc-cite-original "sc" nil t)
6074 (setq mail-yank-hooks 'sc-cite-original)
6075 (setq sc-preferred-header-style 1)
6076 (setq sc-electric-references-p nil)
6077 (setq sc-citation-leader "")
6078 (setq sc-load-hook '(lambda () (require 'sc-register)))
6079 (setq sc-preferred-attribution 'registeredname)
6080 @end group
6081 @end lisp
6082
6083
6084 @node mu-cite, X-Face, supercite, Living with other packages
6085 @subsection mu-cite.el
6086 @pindex mu-cite
6087
6088 The same setting as usual mailers should be OK.  The following is an
6089 example of settings.
6090
6091 If you use mu-cite version 8.0 or earlier:
6092
6093 @lisp
6094 @group
6095 (autoload 'mu-cite/cite-original "mu-cite" nil t)
6096 (setq mail-citation-hook 'mu-cite/cite-original)
6097 @end group
6098 @end lisp
6099
6100 If you use mu-cite version 8.1 or later:
6101
6102 @lisp
6103 @group
6104 (autoload 'mu-cite-original "mu-cite" nil t)
6105 (add-hook 'mail-citation-hook (function mu-cite-original))
6106 @end group
6107 @end lisp
6108
6109 @node X-Face, dired-dd, mu-cite, Living with other packages
6110 @subsection x-face
6111 @pindex x-face
6112
6113 If you have installed one of the following, you can decode
6114 @samp{X-Face:} field in message buffer and you will see face image.
6115
6116 @menu
6117 * x-face-xmas::                       XEmacs case
6118 * x-face-mule::                       Emacs 19.34, 20.x case
6119 * x-face-e21::                        Emacs 21.x case
6120 @end menu
6121
6122 If there is an encoded X-Face string in a file @file{~/.xface} (the
6123 value of the variable @code{wl-x-face-file}), it is inserted as a
6124 @samp{X-Face:} field in the draft buffer (if
6125 @code{wl-auto-insert-x-face} is non-nil).
6126
6127 @node x-face-xmas, x-face-mule, X-Face, X-Face
6128 @subsubsection x-face-xmas (for XEmacs)
6129 @pindex x-face-xmas
6130
6131 If you use @file{x-face-xmas.el} in x-face (@uref{ftp://jpl.org/pub/elisp/})
6132 1.3.6.13 or later, do the following:
6133
6134 @lisp
6135 @group
6136 (autoload 'x-face-xmas-wl-display-x-face "x-face")
6137 (setq wl-highlight-x-face-function 'x-face-xmas-wl-display-x-face)
6138 @end group
6139 @end lisp
6140
6141 @node x-face-mule, x-face-e21, x-face-xmas, X-Face
6142 @subsubsection x-face-mule (for Emacs 19.34, 20.x)
6143 @pindex x-face-mule
6144 @pindex bitmap-mule
6145
6146 If you use @file{x-face-mule.el} in bitmap-mule
6147 (@uref{ftp://ftp.jpl.org/pub/elisp/bitmap/}) 8.0 or later, do the following:
6148
6149 @lisp
6150 @group
6151 (autoload 'x-face-decode-message-header "x-face-mule")
6152 (setq wl-highlight-x-face-function 'x-face-decode-message-header)
6153 @end group
6154 @end lisp
6155
6156 @node x-face-e21,  , x-face-mule, X-Face
6157 @subsubsection x-face-e21 (for Emacs 21.x)
6158 @pindex x-face-e21
6159
6160 If you use @file{x-face-e21.el} (@uref{ftp://jpl.org/pub/elisp/})
6161 with bitmap-mule (@uref{ftp://ftp.jpl.org/pub/elisp/bitmap/}),
6162 do the following:
6163
6164 @lisp
6165 @group
6166 (require 'bitmap)
6167 (autoload 'x-face-decode-message-header "x-face-e21")
6168 (setq wl-highlight-x-face-function 'x-face-decode-message-header)
6169 @end group
6170 @end lisp
6171
6172
6173 @node dired-dd, MHC, X-Face, Living with other packages
6174 @subsection dired-dd(Dired-DragDrop)
6175 @pindex Dired-DragDrop
6176 @pindex Dired-DD
6177 @cindex Drag and Drop
6178
6179 If you embed @file{dired-dd-mime.el} in the dired-dd package, you can
6180 compose multi-part by simple Drag-and-Drop from dired to the draft
6181 buffer being edited in GNU Emacs (this feature is not Wanderlust
6182 specific, but general-purpose for SEMI).
6183
6184 @lisp
6185 @group
6186 ;; @r{dired-dd:} http://www.asahi-net.or.jp/~pi9s-nnb/dired-dd-home.html
6187 (add-hook
6188  'dired-load-hook
6189  (function
6190   (lambda ()
6191     (load "dired-x")
6192     ;; @r{Set dired-x variables here.}
6193     ;; @r{To and flo@dots{}}
6194     (if window-system
6195         (progn (require 'dired-dd)
6196                (require 'dired-dd-mime))))))
6197 @end group
6198 @end lisp
6199
6200 @node MHC, Addrbook, dired-dd, Living with other packages
6201 @subsection mhc.el
6202 @pindex MHC
6203
6204 Message Harmonized Calendaring system
6205 (@uref{http://www.quickhack.net/mhc/})
6206
6207 By using MHC, you can make a calendar from the messages.
6208
6209 For mhc-0.25:
6210
6211 @lisp
6212 @group
6213 (setq mhc-mailer-package 'wl)
6214 (autoload 'mhc-mode "mhc" nil t)
6215 (add-hook 'wl-summary-mode-hook 'mhc-mode)
6216 (add-hook 'wl-folder-mode-hook 'mhc-mode)
6217 @end group
6218 @end lisp
6219
6220 For mhc-current:
6221
6222 @lisp
6223 @group
6224 (autoload 'mhc-wl-setup "mhc-wl")
6225 (add-hook 'wl-init-hook 'mhc-wl-setup)
6226 @end group
6227 @end lisp
6228
6229 @node Addrbook,  , MHC, Living with other packages
6230 @subsection wl-addrbook.el
6231 @pindex Addrbook
6232
6233 Addrbook of Mew
6234 (@uref{http://www.mew.org/})
6235
6236 Place @file{util/wl-addrbook.el} and @file{util/wl-complete.el} on the
6237 @code{load-path} and do the following settings.
6238
6239 @lisp
6240 @group
6241 (require 'wl-addrbook)
6242 (wl-addrbook-setup)
6243 @end group
6244 @end lisp
6245
6246 @node Highlights, Biff, Living with other packages, Customization
6247 @section Highlights
6248
6249 @subsection Customizable Variables
6250
6251 @table @code
6252 @item  wl-summary-highlight
6253 @vindex wl-summary-highlight
6254 The initial setting is @code{t}.
6255 If non-nil, the summary is highlighted.
6256
6257 @item  wl-highlight-max-summary-lines
6258 @vindex wl-highlight-max-summary-lines
6259 The initial setting is 10000.
6260 The summary is not highlighted if it has more lines than this value.
6261
6262 @item  wl-summary-highlight-partial-threshold
6263 @vindex wl-summary-highlight-partial-threshold
6264 The initial setting is 1000.
6265 This is a threshold whether the whole summary is highlighted.
6266 If there are more lines of messages in the summary, it is partially
6267 highlighted.
6268
6269 @item  wl-summary-partial-highlight-above-lines
6270 @vindex wl-summary-partial-highlight-above-lines
6271 The initial setting is 30.  If there are more lines of messages than
6272 @code{wl-summary-highlight-partial-threshold} in the summary, messages
6273 after the point that is the same number of lines as this value above the
6274 cursor line are highlighted partially.  (If this value is @code{nil},
6275 the last same number of lines as the value of
6276 @code{wl-summary-highlight-partial-threshold} are highlighted.)
6277
6278 @item wl-highlight-body-too
6279 @vindex  wl-highlight-body-too
6280 The initial setting is @code{t}.
6281 If non-nil, bodies of drafts and messages are also highlighted.
6282
6283 @item  wl-highlight-message-header-alist
6284 @vindex wl-highlight-message-header-alist
6285 When highlighting headers of drafts and messages, this variable
6286 specifies which faces are allocated to important
6287 (@code{wl-highlight-message-important-header-contents}), secondly
6288 important (@code{wl-highlight-message-important-header-contents2}), and
6289 unimportant (@code{wl-highlight-message-unimportant-header-contents})
6290 message headers.
6291 Similarly, it can be used for allocating arbitrary faces to arbitrary
6292 regular expressions.
6293
6294 @item wl-highlight-citation-prefix-regexp
6295 @vindex  wl-highlight-citation-prefix-regexp
6296 Specifies a regular expression to which quoted lines in bodies of
6297 drafts and messages match.
6298 Bodies matching to this regular expression are highlighted by the faces
6299 specified by (@code{wl-highlight-message-cited-text-*}).
6300
6301 @item  wl-highlight-highlight-citation-too
6302 @vindex wl-highlight-highlight-citation-too
6303 The initial setting is @code{nil}.
6304 If non-nil, the quoting regular expression itself given by
6305 @code{wl-highlight-citation-prefix-regexp} is also highlighted.
6306
6307 @item  wl-highlight-citation-header-regexp
6308 @vindex wl-highlight-citation-header-regexp
6309 Specifies a regular expression that denotes beginning of quotation.
6310 Bodies matching to this regular expression are highlighted by the face
6311 specified by @code{wl-highlight-message-headers}.
6312
6313 @item wl-highlight-max-header-size
6314 @vindex wl-highlight-max-header-size
6315 The initial setting is @code{nil}.  If a header size is larger than this
6316 value, it will not be highlighted.  If @code{nil}, always highlighted
6317 (ignore header size).
6318
6319 @item  wl-highlight-max-message-size
6320 @vindex wl-highlight-max-message-size
6321 The initial setting is 10000.
6322 If a message is larger than this value, it will not be highlighted.
6323 With this variable, highlight is suppressed for uuencode or huge digest
6324 messages.
6325
6326 @item  wl-highlight-signature-separator
6327 @vindex wl-highlight-signature-separator
6328 Specifies regular expressions that denotes the boundary of a signature.
6329 It can be a regular expression, or a list of ones.
6330 Messages after the place that matches this regular expression are
6331 highlighted by the face specified by
6332 @code{wl-highlight-message-signature}.
6333
6334 @item  wl-max-signature-size
6335 @vindex wl-max-signature-size
6336 The initial setting is 400.
6337 This is the largest size for a signature to be highlighted.
6338
6339 @item wl-use-highlight-mouse-line
6340 @vindex  wl-use-highlight-mouse-line
6341 The initial setting is @code{t}.
6342 If non-nil, the line pointed by the mouse is highlighted in the folder
6343 mode, summary mode, and the like.
6344 @end table
6345
6346 @subsection Setting Colors and Fonts of the Characters
6347
6348 If you want to change colors or fonts of the characters, you need to
6349 modify faces defined in Wanderlust.  Use @code{set-face-font} if you
6350 want to change fonts, and @code{set-face-foreground} for colors, and so
6351 on.  You cannot write face settings in @file{.emacs}; write in
6352 @file{~/.wl}.
6353
6354 For example, if you want to change the color for signatures to yellow,
6355 write
6356
6357 @lisp
6358 (set-face-foreground 'wl-highlight-message-signature "yellow")
6359 @end lisp
6360
6361 @noindent
6362 in @file{~/.wl}.
6363
6364 Faces defined in Wanderlust:
6365
6366 @table @code
6367 @item wl-highlight-message-headers
6368 The face for field names of message headers.
6369
6370 @item wl-highlight-message-header-contents
6371 The face for field bodies of message headers.
6372
6373 @item wl-highlight-message-important-header-contents
6374 The face for important parts of message headers.
6375 Per default, this face is used for a body of @samp{Subject:} field.
6376 You can change its value by editing
6377 @code{wl-highlight-message-header-alist}.
6378
6379 @item wl-highlight-message-important-header-contents2
6380 The face for secondly important parts of message headers.
6381 Per default, this face is used for bodies of @samp{From:} and @samp{To:}
6382 fields.  You can change its value by editing
6383 @code{wl-highlight-message-header-alist}.
6384
6385 @item wl-highlight-message-unimportant-header-contents
6386 The face for unimportant parts of message headers.
6387 Per default, this face is used for bodies of @samp{X-} fields
6388 @samp{User-Agent:} fields.  You can change its value by editing
6389 @code{wl-highlight-message-header-alist}.
6390
6391 @item wl-highlight-message-citation-header
6392 The face for headers of quoted messages.
6393
6394 @item wl-highlight-message-cited-text-*
6395 The face for texts of quoted messages.  The last @samp{*} is a
6396 @var{single figure} so that 10 different colors can be used according to
6397 citation levels.
6398
6399 @item wl-highlight-message-signature
6400 The face for signatures of messages.  The initial settings are
6401 @samp{khaki} for light background colors, and @samp{DarkSlateBlue} for
6402 dark background colors.
6403
6404 @item wl-highlight-header-separator-face
6405 The face for header separators of draft messages.
6406
6407 @item wl-highlight-summary-important-face
6408 The face for message lines with important marks in the summary.
6409
6410 @item wl-highlight-summary-new-face
6411 The face for message lines with new marks in the summary.
6412
6413 @item wl-highlight-summary-displaying-face
6414 The face for the message line that is currently displayed.
6415 This face is overlaid.
6416
6417 @item wl-highlight-thread-indent-face
6418 The face for the threads that is currently displayed.
6419
6420 @item wl-highlight-summary-unread-face
6421 The face for message lines with unread marks in the summary.
6422
6423 @item wl-highlight-summary-deleted-face
6424 The face for message lines with delete marks in the summary.
6425
6426 @item wl-highlight-summary-refiled-face
6427 The face for message lines with re-file marks in the summary.
6428
6429 @item wl-highlight-refile-destination-face
6430 The face for re-file information part of message lines with re-file
6431 marks in the summary.
6432
6433 @item wl-highlight-summary-copied-face
6434 The face for message lines with copy marks in the summary.
6435
6436 @item wl-highlight-summary-target-face
6437 The face for message lines with target marks @samp{*} in the summary.
6438
6439 @item wl-highlight-summary-thread-top-face
6440 The face for message lines that are on the top of the thread in the
6441 summary.
6442
6443 @item wl-highlight-summary-normal-face
6444 The face for message lines that are not on top of the thread in the
6445 summary.
6446
6447 @item wl-highlight-folder-unknown-face
6448 The face for folders that are not known to have how many unsync messages
6449 in the folder mode.
6450
6451 @item wl-highlight-folder-zero-face
6452 The face for folders that have no unsync messages in the folder mode.
6453
6454 @item wl-highlight-folder-few-face
6455 The face for folders that have some unsync messages in the folder mode.
6456
6457 @item wl-highlight-folder-many-face
6458 The face for folders that have many unsync messages in the folder mode.
6459 The boundary between `some' and `many' is specified by the variable
6460 @code{wl-folder-many-unsync-threshold}.
6461
6462 @item wl-highlight-folder-unread-face
6463 The face for folders that have no unsync but unread messages in the
6464 folder mode.
6465
6466 @item wl-highlight-folder-killed-face
6467 The face for folders that are deleted from the access group in the
6468 folder mode.
6469
6470 @item wl-highlight-folder-opened-face
6471 The face for open groups in the folder mode.
6472 It is meaningful when @code{wl-highlight-folder-by-numbers} is
6473 @code{nil} or a @var{number}.
6474
6475 @item wl-highlight-folder-closed-face
6476 The face for close groups in the folder mode.
6477 It is meaningful when @code{wl-highlight-folder-by-numbers} is
6478 @code{nil} or a @var{number}.
6479
6480 @item wl-highlight-folder-path-face
6481 The face for the path to the currently selected folder in the folder
6482 mode.
6483
6484 @item wl-highlight-logo-face
6485 The face for logo in the demo.
6486
6487 @item wl-highlight-demo-face
6488 The face for strings (for example, a version number) in the demo.
6489 @end table
6490
6491
6492 @node Biff, Advanced Settings, Highlights, Customization
6493 @section Notify Mail arrival
6494 @cindex Biff
6495
6496 Following setting is to notify mail arrival of @samp{%inbox}
6497 by the indicator on the modeline
6498
6499 @lisp
6500 (setq wl-biff-check-folder-list '("%inbox"))
6501 @end lisp
6502
6503 @subsection Customizable Variables
6504 @table @code
6505 @item wl-biff-check-folder-list
6506 @vindex wl-biff-check-folder-list
6507 The initial setting is @code{nil}.
6508 This is the list of folders to check mail arrival.
6509 If @code{nil}, wl doesn't check mail arrival.
6510
6511 @item wl-biff-check-interval
6512 @vindex wl-biff-check-interval
6513 The initial setting is 40 (in seconds).
6514 Check mail arrival in this period.
6515
6516 @item wl-biff-notify-hook
6517 @vindex wl-biff-notify-hook
6518 The initial setting is @code{nil}.
6519 This is a hook run at the arrival of the new mail.
6520 To beep, set as:
6521 @lisp
6522 (setq wl-biff-notify-hook '(beep))
6523 @end lisp
6524 @end table
6525
6526
6527 @node Advanced Settings, Customizable Variables, Biff, Customization
6528 @section Advanced Settings
6529
6530 @menu
6531 * Draft for Reply::             Draft for Reply
6532 * Thread Format::               Appearance of Thread
6533 * User-Agent Field::            @samp{User-Agent:} Header Field
6534 @end menu
6535
6536
6537 @node Draft for Reply, Thread Format, Advanced Settings, Advanced Settings
6538 @subsection Draft for Replay
6539 @vindex wl-draft-reply-with-argument-list
6540 @vindex wl-draft-reply-without-argument-list
6541 @vindex wl-draft-reply-myself-with-argument-list
6542 @vindex wl-draft-reply-myself-without-argument-list
6543
6544 If you want, when you replying to articles in mailing lists, the address
6545 in Reply-To field of the original message to be prepared to To field of
6546 the reply draft by simply pressing @kbd{a} in the summary mode, try the
6547 following settings:
6548
6549 @lisp
6550 @group
6551 (setq wl-draft-reply-without-argument-list
6552       '(("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
6553         ("Followup-To" . (nil nil ("Followup-To")))
6554         (("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
6555         ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
6556 @end group
6557 @end lisp
6558
6559 @noindent
6560 (Only if there are both of @samp{X-ML-Name:} and @samp{Reply-To:} fields
6561 in the original message, @samp{Reply-To:} field in the original is
6562 copied to @samp{To:} field.)
6563
6564 Moreover, the behavior of @kbd{a} with prefix argument can
6565 be directed by @code{wl-draft-reply-with-argument-list} as well.
6566
6567 Note: To set the behavior when you reply to the message written by yourself, use
6568 @code{wl-draft-reply-myself-without-argument-list} and
6569 @code{wl-draft-reply-myself-with-argument-list}
6570 instead of them.
6571
6572 @node Thread Format, User-Agent Field, Draft for Reply, Advanced Settings
6573 @subsection Appearance of Threads
6574
6575 @example
6576 @group
6577   389  09/18(Fri)01:07 [ Teranishi         ] wl-0.6.3
6578   390  09/18(Fri)07:25 +-[ Tsumura-san       ]
6579   391  09/18(Fri)19:24 +-[ Murata-san        ]
6580   392  09/20(Sun)21:49 +-[ Okunishi-san      ]
6581   396  09/20(Sun)22:11 | +-[ Tsumura-san       ]
6582   398  09/21(Mon)00:17 |   +-[ Tsumura-san       ]
6583   408  09/21(Mon)22:37 |     +-[ Okunishi-san      ]
6584   411  09/22(Tue)01:34 |       +-[ Tsumura-san       ]
6585   412  09/22(Tue)09:28 |       +-[ Teranishi         ]
6586   415  09/22(Tue)11:52 |         +-[ Tsumura-san       ]
6587   416  09/22(Tue)12:38 |           +-[ Teranishi         ]
6588   395  09/20(Sun)21:49 +-[ Okunishi-san      ]
6589   397  09/21(Mon)00:15 +-[ Okunishi-san      ]
6590 @end group
6591 @end example
6592
6593 Settings to make appearance of threads like shown above:
6594
6595 @lisp
6596 @group
6597 (setq wl-thread-indent-level 2)
6598 (setq wl-thread-have-younger-brother-str "+")
6599 (setq wl-thread-youngest-child-str       "+")
6600 (setq wl-thread-vertical-str             "|")
6601 (setq wl-thread-horizontal-str           "-")
6602 (setq wl-thread-space-str                " ")
6603 @end group
6604 @end lisp
6605
6606 If you do not want to see branches, do the following:
6607
6608 @lisp
6609 @group
6610 (setq wl-thread-indent-level 2)
6611 (setq wl-thread-have-younger-brother-str " ")
6612 (setq wl-thread-youngest-child-str       " ")
6613 (setq wl-thread-vertical-str             " ")
6614 (setq wl-thread-horizontal-str           " ")
6615 (setq wl-thread-space-str                " ")
6616 @end group
6617 @end lisp
6618
6619
6620 @node User-Agent Field,  , Thread Format, Advanced Settings
6621 @subsection User-Agent Field
6622 @cindex X-Mailer
6623 @cindex User-Agent
6624
6625 If you are eccentric enough to elaborate @samp{X-Mailer:} or
6626 @samp{User-Agent:} fields, define a function that generate appropriate
6627 strings as you like, and set it to variable
6628 @code{wl-generate-mailer-string-function}.
6629
6630 If you do not want verbose @samp{User-Agent:} field, do the following:
6631
6632 @lisp
6633 @group
6634 (setq wl-generate-mailer-string-function
6635       (function
6636        (lambda ()
6637          (concat "User-Agent: "
6638                  (wl-generate-user-agent-string-1 nil)))))
6639 @end group
6640 @end lisp
6641
6642 The following is a example:
6643
6644 @lisp
6645 @group
6646 (setq mime-edit-insert-user-agent-field nil)
6647 (setq wl-generate-mailer-string-function
6648       (function
6649        (lambda ()
6650          (format "X-Mailer: %s" (product-string-1 'wl-version)))))
6651 @end group
6652 @end lisp
6653
6654
6655 @node Customizable Variables, Hooks, Advanced Settings, Customization
6656 @section Customizable Variables
6657
6658 Customizable variables that have not been described yet:
6659
6660 @table @code
6661 @item wl-default-folder
6662 @vindex wl-default-folder
6663 The initial setting is @samp{%inbox}.  This is the default value for moving to
6664 a folder and the like.
6665
6666 @item wl-draft-folder
6667 @vindex wl-draft-folder
6668 The initial setting is @samp{+draft}.  It is the folder to which drafts are
6669 saved.  It must be a localdir folder.
6670
6671 @item wl-trash-folder
6672 @vindex wl-trash-folder
6673 The initial setting is @samp{+trash}.  It is the wastebasket folder.
6674 If you changed this variable, you had better restart Wanderlust.
6675
6676 @item wl-interactive-exit
6677 @vindex wl-interactive-exit
6678 The initial setting is @code{t}.
6679 If non-nil, you are asked for confirmation when Wanderlust terminates.
6680
6681 @item wl-interactive-send
6682 @vindex wl-interactive-send
6683 The initial setting is @code{t}.
6684 If non-nil, you are asked for confirmation when mail is sent.
6685
6686 @item wl-folder-sync-range-alist
6687 @vindex wl-folder-sync-range-alist
6688 The initial setting is the alist shown below:
6689
6690 @lisp
6691 @group
6692 (("^&.*$" . "all")
6693  ("^\\+draft$\\|^\\+queue$" . "all"))
6694 @end group
6695 @end lisp
6696
6697 @noindent
6698 This is an associative list of regular expressions of folder names and
6699 update range of the summary.  Update range is one of the @samp{all},
6700 @samp{update}, @samp{rescan}, @samp{rescan-noscore}, @samp{first} and
6701 @samp{last}. If a folder do not match, @samp{update} is used.
6702
6703 @item wl-ask-range
6704 @vindex wl-ask-range
6705 The initial setting is @code{t}.
6706 If @code{nil}, the value of @code{wl-folder-sync-range-alist} is used
6707 for updating the summary when you changed folders.
6708
6709 @item wl-mime-charset
6710 @vindex wl-mime-charset
6711 The initial setting is @code{x-ctext}.
6712 This is the MIME charset for messages that are not MIME (e.g. without
6713 @samp{Content-Type:}). This value also used as default charset for
6714 summary.  (If you want to share Summary on Nemacs and other Emacsen, set
6715 this value as @code{iso-2022-jp}.)
6716
6717 @item wl-highlight-folder-with-icon
6718 @vindex wl-highlight-folder-with-icon
6719 This is meaningful for XEmacs or Emacs 21..  The initial setting depends
6720 on Emacsen (@code{t} for XEmacs or Emacs 21 with icons).
6721
6722 @item wl-strict-diff-folders
6723 @vindex wl-strict-diff-folders
6724 This is a list of regular expressions of folders.
6725 Unread messages are checked, for example when you press @kbd{s} in
6726 the folder mode, usually in a brief way (rapidly processed but not
6727 accurate).
6728 The folders matching this variable are seriously checked.
6729 You may want to set this variable so as to match conditional filter
6730 folders for IMAP4 folders.
6731 The initial setting is @code{nil}.
6732
6733 @item wl-folder-use-server-diff
6734 @vindex wl-folder-use-server-diff
6735 When unread messages are checked, for example when you press @kbd{s} in
6736 the folder mode, usually (the number of messages on the server) @minus{}
6737 (the number of local messages) will be the number of unread messages.
6738 However, if this variable is non-nil, the number of unread messages on
6739 the server is checked.  This affects IMAP4 folders only, but IMAP4
6740 folders in mail boxes matching
6741 @code{elmo-imap4-disuse-server-flag-mailbox-regexp} are not checked for
6742 the number of unread messages on the server, even if they matches this
6743 variable.  The initial setting is @code{t}.
6744
6745 @item wl-auto-check-folder-name
6746 @vindex wl-auto-check-folder-name
6747 The initial setting is @code{nil}.
6748 If non-nil, the folder with the name of the value is checked for unread
6749 messages at the start.
6750 If it is @code{none}, no folders are checked.
6751 If it is a list, all folders in the list are checked at the start.
6752
6753 @item wl-auto-uncheck-folder-list
6754 @vindex wl-auto-uncheck-folder-list
6755 The initial setting is the list shown below:
6756
6757 @lisp
6758 @group
6759 ("\\$.*")
6760 @end group
6761 @end lisp
6762
6763 @noindent
6764 Folders with the name matching this variable are not checked for unread
6765 messages at the start, even if they are included in the groups in
6766 @code{wl-auto-check-folder-name}.
6767
6768 @item wl-auto-check-folder-list
6769 @vindex wl-auto-check-folder-list
6770 The initial setting is @code{nil}.
6771 Folders with the name matching this variable are always checked for
6772 unread messages at the start, if they are included in the groups in
6773 @code{wl-auto-check-folder-name}.
6774 This takes precedence over @code{wl-auto-uncheck-folder-list}.
6775
6776 @item wl-no-save-folder-list
6777 @vindex wl-no-save-folder-list
6778 The initial setting is the list shown below:
6779
6780 @lisp
6781 @group
6782 ("^/.*$")
6783 @end group
6784 @end lisp
6785
6786 @noindent
6787 This is a list of regular expressions of folders not to be saved.
6788
6789 @item wl-save-folder-list
6790 @vindex wl-save-folder-list
6791 The initial setting is @code{nil}.
6792 This is a list of regular expressions of folders to be saved.
6793 This takes precedence over @code{wl-no-save-folder-list}.
6794
6795 @item wl-folder-mime-charset-alist
6796 @vindex wl-folder-mime-charset-alist
6797 The initial setting is the alist shown below:
6798
6799 @lisp
6800 @group
6801 (("^-alt\\.chinese" . big5)
6802  ("^-relcom\\." . koi8-r)
6803  ("^-tw\\." . big5)
6804  ("^-han\\." . euc-kr))
6805 @end group
6806 @end lisp
6807
6808 @noindent
6809 This is an associative list of regular expressions of folder names and
6810 MIME charsets.
6811 If a folder do not match, @code{wl-mime-charset} is used.
6812
6813 @item wl-folder-init-load-access-folders
6814 @vindex wl-folder-init-load-access-folders
6815 The initial setting is @code{nil}.
6816 This is a list of access groups to be loaded specifically at the start.
6817 If it is @code{nil}, @code{wl-folder-init-no-load-access-folders} is referred.
6818
6819 @item wl-folder-init-no-load-access-folders
6820 @vindex wl-folder-init-no-load-access-folders
6821 The initial setting is @code{nil}.
6822 This is a list of access groups not to be loaded specifically at the
6823 start.
6824 It is ignored if @code{wl-folder-init-load-access-folders} is non-nil.
6825
6826 @item wl-delete-folder-alist
6827 @vindex wl-delete-folder-alist
6828 The initial setting is the alist shown below:
6829
6830 @lisp
6831 @group
6832 (("^-" . remove))
6833 @end group
6834 @end lisp
6835
6836 @noindent
6837 This list determines disposition of messages with delete marks.
6838 Each item in the list is a folder and destination; you can specify any
6839 one of the following in the place of destination:
6840
6841 @example
6842 @code{remove} or @code{null} : deletes the messages instantly.
6843 string             : moves the messages to the specific folder.
6844 @code{trash} or others  : moves the messages to @code{wl-trash-folder}.
6845 @end example
6846
6847 @item wl-refile-policy-alist
6848 @vindex wl-refile-policy-alist
6849 The initial setting is the list shown below:
6850
6851 @lisp
6852 @group
6853 (("^[-=]" . copy)
6854  (".*" . move))
6855 @end group
6856 @end lisp
6857
6858 @noindent
6859 This list determines whether messages with re-file marks are moved or
6860 copied.  Each item in the list is a cons cell of a folder and
6861 @code{copy} or @code{move}.
6862
6863 @item wl-x-face-file
6864 @vindex wl-x-face-file
6865 The initial setting is @file{~/.xface}.
6866 The name of the file that contains encoded X-Face strings.
6867 @xref{x-face-mule}.
6868
6869 @item wl-demo-display-logo
6870 @vindex wl-demo-display-logo
6871 If non-nil, bitmap image is shown on the opening demo.  If you set
6872 @code{xpm} or @code{xbm}, (if possible) display selected image type
6873 logo.
6874
6875 @item elmo-use-database
6876 @vindex  elmo-use-database
6877 This is meaningful for XEmacs only.  The initial setting depends on
6878 XEmacs (@code{t} for XEmacs with dbm).
6879 If non-nil, Message-ID is controlled by dbm.
6880
6881 @item elmo-passwd-alist-file-name
6882 @vindex elmo-passwd-alist-file-name
6883 The initial setting is @file{passwd}.
6884 This is the name of the file in which passwords are saved.
6885 @code{elmo-passwd-alist-save} saves current passwords to the file.
6886
6887 @item elmo-nntp-list-folders-use-cache
6888 @vindex elmo-nntp-list-folders-use-cache
6889 The initial setting is 600 (in seconds).
6890 This is period in seconds during which results of @samp{list} and
6891 @samp{list active} in NNTP are cached.  If it is @code{nil}, they are
6892 not cached.
6893
6894 @item elmo-nntp-max-number-precedes-list-active
6895 @vindex elmo-nntp-max-number-precedes-list-active
6896 The initial setting is @code{nil}.
6897 If non-nil, the number of article obtained by @samp{list active} in NNTP
6898 are used as the maximum article number of the folder.
6899 Set this to @code{t} if you are using for example INN 2.3 as an NNTP server,
6900 and if the number of read messages is not correct.
6901
6902 @item elmo-nntp-default-use-listgroup
6903 @vindex elmo-nntp-default-use-listgroup
6904 The initial setting is @code{t}.
6905 If non-nil, @samp{listgroup} is used for checking the total number of
6906 articles.  If it is @code{nil}, @samp{group} is used.  In the latter
6907 case, the processing will be a little faster at the sacrifice of
6908 accuracy.
6909
6910 @item elmo-pop3-send-command-synchronously
6911 @vindex elmo-pop3-send-command-synchronously
6912 The initial setting is @code{nil}.
6913 If non-nil, POP3 commands are issued synchronously.  Some implementation
6914 of POP3 server fails to get summary information without this setting.
6915 You may have to set this variable to @code{t}, if the process hangs
6916 while looking up POP3.
6917
6918 @item elmo-dop-flush-confirm
6919 @vindex elmo-dop-flush-confirm
6920 The initial setting is @code{t}.
6921 If non-nil, you are asked for confirmation if accumulated off-line
6922 operations are executed.
6923
6924 @item elmo-display-progress-threshold
6925 @vindex elmo-display-progress-threshold
6926 The initial setting is 20.
6927 Threshold for display of progress gauge.  If number of renewal is more than
6928 this value, display progress gauge.
6929 @end table
6930
6931
6932 @node Hooks,  , Customizable Variables, Customization
6933 @section Hooks
6934
6935 (Not yet written)
6936
6937
6938 @node Mailing List, Addition, Customization, Top
6939 @chapter Wanderlust Mailing List
6940 @cindex Bug report
6941 @cindex Backtrace
6942
6943 @display
6944 Wanderlust Mailing List @t{<wl@@lists.airs.net>}
6945 @end display
6946
6947 Topics related to Wanderlust are discussed in the mailing list.
6948 The latest version is also announced there (in Japanese, sorry).
6949
6950 A guide can be obtained automatically by sending mail to
6951 @t{wl-ctl@@lists.airs.net} with the body
6952
6953 @example
6954 # guide
6955 @end example
6956 Please send bug reports or patches to the mailing list.  You can post to
6957 the mailing list even though you are not a member of it.
6958
6959 If you send a bug report, please attach Backtrace with it.
6960 @footnote{@uref{http://www.jpl.org/elips/BUGS-ja.html} describes how to
6961 in Japanese.}
6962
6963 I would like to express my thanks to the members of the mailing list for
6964 valuable advice and many pieces of code they contributed.
6965
6966
6967 @node Addition, Index, Mailing List, Top
6968 @chapter Additional Information
6969
6970 @section Brief History
6971
6972 @example
6973 1998  3/05    Tried to make a prototype that displays MH messages in threads.
6974       3/10    Made a msgdb mechanism by elisp.
6975       3/26    IMAP and NNTP can be displayed in threads.
6976       4/13    Began to assemble thread display modules as elmo.
6977       5/01    Finished 0.1.0, initial version with many defects.
6978       6/12    I made a slip of the tongue and said I was writing elisp
6979               mailer supporting IMAP
6980       6/16    0.1.3 was announced at tm-ja, elisp ML.
6981       6/22    Thanks to Kitame-san, the mailing list started at northeye.org.
6982       7/01    Support for mm-backend (0.3.0).
6983       8/25    multi folder added (0.5.0).
6984       8/28    filter folder added (0.5.1).
6985       9/10    You can open/close threads (0.6.0).
6986       9/11    fldmgr by Murata-san made editing folders easy.
6987       9/18    lha folders added by Okunishi-san (0.6.3).
6988       9/24    Display of branches of threads (0.6.5).
6989       9/28    Compression folder supporting multiple archivers by Okunishi-san.
6990      10/28    Off-line operations (0.7.4).
6991      12/09    Becomes beta version.
6992      12/21    wl-expire by Murata-san.
6993 1999  2/03    auto-refile by Tsumura-san.
6994       4/28    wl-template by Murata-san.
6995       5/18    Released 1.0.0 stable.
6996       7/05    Scoring by Murata-san (2.1.0).
6997       9/26    New plugged system by Murata-san (2.2.2).
6998      12/20    Support Modified UTF7.
6999 2000  3/24    Released 1.1.0 stable.
7000       4/03    CVS development started.
7001       5/07    Thread restoration & Its speed up with Murata-san.
7002       6/12    Address completion with LDAP with Chiba-san & Goto-san.
7003       7/11    killed message feature.
7004       7/18    Use UIDL in POP3.
7005       9/12    biff feature with Satata-san & Yamaoka-san.
7006      10/17    expire-hide by Okada-san.
7007      11/08    Released 2.4.0 stable.
7008 2001  7/04    Released 2.6.0 stable.
7009       8/21    wl-addrmgr by Kitamoto-san.
7010 @end example
7011
7012 See @file{ChangeLog} for details.
7013
7014 @section The Name
7015
7016 According to a dictionary, Wanderlust has the meaning:
7017
7018 @display
7019 wanderlust
7020   n eager longing for or impulse towards travelling in distant lands
7021   [Ger, fr wandern to wander + lust desire, pleasure]
7022 @end display
7023
7024 @noindent
7025 but I had no profound intention.  (if farfetched, IMAP @result{} you can
7026 read mail anywhere @result{} desire to wander ?)
7027
7028 Elmo is the abbreviation of @samp{Elisp Library for Message
7029 Orchestration}.  At first I meant the red puppet in the Sesame Street,
7030 but you may associate it with Wandering @result{} Drifting @result{}
7031 Guidepost @result{} St.@: Elmo's fire @result{} elmo.
7032
7033 @section Code Names
7034
7035 Each versions has code names (they are almost jokes).
7036 Currently they are picked up alphabetically from the top 40 hits of
7037 U.S. Billboard magazines in 1980s.
7038
7039 (@uref{http://lyrics.natalnet.com.br/html/top40/index.html})
7040
7041
7042 @node Index,  , Addition, Top
7043 @unnumbered Index
7044
7045 @menu
7046 * Concept Index::               Concept Index
7047 * Key Index::                   Key Index
7048 * Variable Index::              Variable Index
7049 * Function Index::              Function Index
7050 @end menu
7051
7052 @node Concept Index, Key Index, Index, Index
7053 @unnumberedsec Concept Index
7054 @printindex cp
7055
7056 @node Key Index, Variable Index, Concept Index, Index
7057 @unnumberedsec Key Index
7058 @printindex ky
7059
7060 @node Variable Index, Function Index, Key Index, Index
7061 @unnumberedsec Variable Index
7062 @printindex vr
7063
7064 @node Function Index,  , Variable Index, Index
7065 @unnumberedsec Function Index
7066 @printindex fn
7067
7068 @summarycontents
7069 @contents
7070 @bye
7071
7072 @c Local Variables:
7073 @c fill-column: 72
7074 @c End: