Sync up with main trunk and following.
[elisp/wanderlust.git] / samples / en / dot.wl
1 ;;; dot.wl -- sample setting file for Wanderlust        -*- emacs-lisp -*-
2
3 ;; [[ Requirement Setting ]]
4
5 ;; Following must be included in ~/.emacs
6 ;; (No need if installed as XEmacs package.)
7 (autoload 'wl "wl" "Wanderlust" t)
8 (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
9 (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
10
11 ;; Icon directory
12 ;; (No need if installed as XEmacs package.)
13 ;(setq wl-icon-directory "/usr/local/lib/emacs/etc")
14
15
16 ;; [[ SEMI Setting ]]
17
18 ;; Disable inline display of HTML part.
19 ;; Put before load `mime-setup'
20 (setq mime-setup-enable-inline-html nil)
21
22 ;; Don't split large message.
23 (setq mime-edit-split-message nil)
24
25 ;; If lines of message are larger than this value, treat it as `large'.
26 ;(setq mime-edit-message-default-max-lines 1000)
27
28
29 ;;; [[ Private Setting ]]
30
31 ;; Header From:
32 ;(setq wl-from "Your Name <e-mail@example.com>")
33
34 ;; If (system-name) does not return FQDN,
35 ;; set following as a local domain name without hostname.
36 ;(setq wl-local-domain "example.com")
37
38 ;; User's mail addresses.
39 (setq wl-user-mail-address-list
40       (list (wl-address-header-extract-address wl-from)
41             ;; "e-mail2@example.com"
42             ;; "e-mail3@example.net" ...
43             ))
44
45 ;; Subscribed mailing list.
46 (setq wl-subscribed-mailing-list
47       '("wl@lists.airs.net"
48         "apel-ja@m17n.org"
49         "emacs-mime-ja@m17n.org"
50         ;; "ml@example.com" ...
51         ))
52
53 ;;; [[ Server Setting ]]
54
55 ;; Default IMAP4 server
56 (setq elmo-imap4-default-server "localhost")
57 ;; Default POP server
58 (setq elmo-pop3-default-server "localhost")
59 ;; SMTP server
60 (setq wl-smtp-posting-server "localhost")
61 ;; Default NNTP server
62 (setq elmo-nntp-default-server "localhost")
63 ;; NNTP server name for posting
64 (setq wl-nntp-posting-server elmo-nntp-default-server)
65
66 ;; IMAP authenticate type setting
67 (setq elmo-imap4-default-authenticate-type 'clear) ; raw
68 ;(setq elmo-imap4-default-authenticate-type 'cram-md5) ; CRAM-MD5
69
70 ;; POP-before-SMTP
71 ;(setq wl-draft-send-mail-function 'wl-draft-send-mail-with-pop-before-smtp)
72
73
74 ;;; [[ Basic Setting ]]
75
76 ;; Default folder for `wl-summary-goto-folder'.
77 ;(setq wl-default-folder "+inbox")
78
79 ;; Default string for folder name completion.
80 ;(setq wl-default-spec "+")
81
82 ;; Folder Carbon Copy
83 ;(setq wl-fcc "+outbox")
84
85 ;; Confirm before exitting Wanderlust.
86 (setq wl-interactive-exit t)
87
88 ;; Confirm before sending message.
89 (setq wl-interactive-send t)
90
91 ;; Create opened thread.
92 ;(setq wl-thread-insert-opened t)
93
94 ;; Keep folder window beside summary. (3 pane)
95 ;(setq wl-stay-folder-window t)
96
97 ;; Truncate long lines.
98 ;(setq wl-message-truncate-lines t)
99 ;(setq wl-draft-truncate-lines t)
100 ;; Following line is needed for XEmacs older than 21.4.6.
101 ;(setq truncate-partial-width-windows nil)
102
103 ;; Open new frame for draft buffer.
104 ;(setq wl-draft-use-frame t)
105
106 ;; Don't limit indent for thread view
107 ;(setq wl-summary-indent-length-limit nil)
108 ;(setq wl-summary-width nil)
109
110 ;; Divide thread by change of subject.
111 ;(setq wl-summary-divide-thread-when-subject-changed t)
112
113 ;; Change format of thread view
114 ;(setq wl-thread-indent-level 2)
115 ;(setq wl-thread-have-younger-brother-str "+"
116 ;      wl-thread-youngest-child-str      "+"
117 ;      wl-thread-vertical-str            "|"
118 ;      wl-thread-horizontal-str          "-"
119 ;      wl-thread-space-str               " ")
120
121 ;; display first message automatically.
122 ;(setq wl-auto-select-first t)
123
124 ;; goto next folder when exit from summary.
125 ;(setq wl-auto-select-next t)
126
127 ;; skip folder if there is no unread message.
128 ;(setq wl-auto-select-next 'skip-no-unread)
129
130 ;; jump to unread message in 'N' or 'P'.
131 ;(setq wl-summary-move-order 'unread)
132
133 ;; notify mail arrival
134 ;(setq wl-biff-check-folder-list '("%inbox"))
135 ;(setq wl-biff-notify-hook '(ding))
136
137
138 ;;; [[ Network ]]
139
140 ;; cache setting.
141 ;; (messages in localdir, localnews, maildir are not cached.)
142 ;(setq elmo-archive-use-cache nil)
143 ;(setq elmo-nntp-use-cache t)
144 ;(setq elmo-imap4-use-cache t)
145 ;(setq elmo-pop3-use-cache t)
146
147 ;; Enable disconnected operation in IMAP folder.
148 (setq elmo-enable-disconnected-operation t)
149
150 ;; Store draft message in queue folder if message is sent in unplugged status.
151 (setq wl-draft-enable-queuing t)
152 ;; when plug status is changed from unplugged to plugged,
153 ;; queued message is flushed automatically.
154 (setq wl-auto-flush-queue t)
155
156 ;; offline at startup.
157 ;(setq wl-plugged nil)
158 ;; change plug status by server or port at startup.
159 ;(add-hook 'wl-make-plugged-hook
160 ;         '(lambda ()
161 ;            ;; Add or Change plug status for SERVER and PORT.
162 ;            (elmo-set-plugged plugged(t/nil) server port)
163 ;            ;; When omit port, SEVERS all port was changes.
164 ;            ;; (Can't add plug status without PORT)
165 ;            (elmo-set-plugged plugged(t/nil) server)
166 ;            ))
167
168
169 ;;; [[ Special Setting ]]
170
171 ;; bind "b" in Summary to resend-message (ala mutt's "b"ounce)
172 ;(add-hook 'wl-summary-mode-hook
173 ;         '(lambda ()
174 ;            (define-key wl-summary-mode-map "b" 'wl-summary-resend-message)
175 ;            ))
176
177 ;; open unread group folder after checking.
178 ;(add-hook 'wl-folder-check-entity-hook
179 ;         '(lambda ()
180 ;            (wl-folder-open-unread-folder entity)
181 ;            ))
182
183 ;; Change summary display function.
184
185 ;; Set extra field use with `elmo-msgdb-overview-entity-get-extra-field'.
186 ;; And use with auto-refile.
187 (setq elmo-msgdb-extra-fields
188       '("newsgroups"
189         "list-id" "x-ml-name" "mailing-list"
190         "x-mail-count" "x-ml-count" "x-sequence"))
191
192 ;; ML message displays ML name and ML sequence number in subject.
193 (setq wl-summary-line-format "%n%T%P%M/%D(%W)%h:%m %t%[%17(%c %f%) %] %#%~%s")
194 ;; Set summary line format according to folder name.
195 ;(setq wl-folder-summary-line-format-alist
196 ;      '(("^%inbox\\.emacs\\.wl$" .
197 ;        "%-5l%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s")
198 ;       ("^%" . "%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s")
199 ;       ("^+" . "%n%T%P%M/%D %h:%m %-4S %[ %17f %] %t%C%s")))
200
201 ;; imput asynchronously.
202 ;; (utils/im-wl.el is needed to be installed.
203 ;;  Don't forget setting ~/.im/Config (Smtpservers).
204 ;;  note that wl-draft-enable-queuing is not valid.)
205 ;(autoload 'wl-draft-send-with-imput-async "im-wl")
206 ;(setq wl-draft-send-function 'wl-draft-send-with-imput-async)
207
208
209 ;; non-verbose User-Agent: field
210 ;(setq wl-generate-mailer-string-function
211 ;      'wl-generate-user-agent-string-1)
212
213
214 ;; Automatically save modified draft buffers in every 20 seconds.
215 ;(defun my-wl-auto-save-draft-buffers ()
216 ;  (let ((buffers (wl-collect-draft)))
217 ;    (save-excursion
218 ;      (while buffers
219 ;       (set-buffer (car buffers))
220 ;       (if (buffer-modified-p) (wl-draft-save))
221 ;       (setq buffers (cdr buffers))))))
222 ;(run-with-idle-timer 20 t 'my-wl-auto-save-draft-buffers)
223
224 ;; When you encrypt message by PGP, include your public key.
225 ;; (to make the message visible from yourself)
226 ;(setq pgg-encrypt-for-me t)
227
228
229 ;;; [[ Template ]]
230
231 ;; template
232 ;(setq wl-template-alist
233 ;      '(("default"
234 ;        ("From" . wl-from)
235 ;        ("Organization" . "organization for default")
236 ;        (body . "Hello, this is XXX \n")) ; body
237 ;       ("report"
238 ;        ("To" . "boss@example.com")
239 ;        ("Subject" . "Report")
240 ;        (top . "Sir, here is my report\n") ; insert in top.
241 ;        (bottom-file . "~/work/report.txt") ; insert file in bottom
242 ;        )
243 ;       ))
244
245 ;; Change headers in draft sending time.
246 ;(setq wl-draft-config-alist
247 ;      '((reply                         ; see reply buffer
248 ;        "^To: .*test-notsend-wl@lists\\.airs\\.net"
249 ;        (template . "default"))        ; template
250 ;       ("^To: .*test-notsend-wl@lists\\.airs\\.net"
251 ;        ding                           ; function
252 ;        ("From" . wl-from)             ; variable
253 ;        ("Organization" . "organization")) ; string
254 ;       ("^Newsgroups: test.*"
255 ;        ("Organization" . "organization for nntp."))
256 ;       ))
257
258 ;; Change headers in draft preparation time.
259 ;(add-hook 'wl-mail-setup-hook
260 ;         '(lambda ()
261 ;            (unless wl-draft-reedit;   ; don't apply when reedit.
262 ;              (wl-draft-config-exec wl-draft-config-alist))))
263
264
265 ;; [[ Reply ]]
266 ;; header value setting for mail reply.
267
268 ;; Wide window for draft buffer.
269 ;(setq wl-draft-reply-buffer-style 'full)
270
271 ;; Remove fullname in reply message header.
272 ;(setq wl-draft-reply-use-address-with-full-name nil)
273
274 ;; "a" (without-argument) reply to author (Reply-To or From).
275 ;; if 'X-ML-Name' and 'Reply-To' exists, reply to 'Reply-To'.
276 ;(setq wl-draft-reply-without-argument-list
277 ;      '((("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
278 ;       ("X-ML-Name" . (("To" "Cc") nil nil))
279 ;       ("Followup-To" . (nil nil ("Followup-To")))
280 ;       ("Newsgroups" . (nil nil ("Newsgroups")))
281 ;       ("Reply-To" . (("Reply-To") nil nil))
282 ;       ("Mail-Reply-To" . (("Mail-Reply-To") nil nil))
283 ;       (wl-draft-self-reply-p . (("To") ("Cc") nil))
284 ;       ("From" . (("From") nil nil))))
285
286 ;; old defaults < 2.11.0
287 ;(setq wl-draft-reply-without-argument-list
288 ;      '(((wl-draft-self-reply-p
289 ;         "Followup-To") . (("To") ("Cc") ("Followup-To")))
290 ;       ((wl-draft-self-reply-p
291 ;         "Newsgroups") . (("To") ("Cc") ("Newsgroups")))
292 ;       ((wl-draft-self-reply-p
293 ;         "From") . (("To") ("Cc") nil))
294 ;       ("Followup-To" . (nil nil ("Followup-To")))
295 ;       ("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
296 ;       ("Reply-To" . (("Reply-To") ("To" "Cc" "From") ("Newsgroups")))
297 ;       ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
298 ;(setq wl-draft-reply-with-argument-list
299 ;      '(((wl-draft-self-reply-p
300 ;         "Followup-To") . (("To") ("Cc") ("Followup-To")))
301 ;       ((wl-draft-self-reply-p
302 ;         "Newsgroups") . (("To") ("Cc") ("Newsgroups")))
303 ;       ((wl-draft-self-reply-p
304 ;         "From") . (("To") ("Cc") nil))
305 ;       ("Reply-To" . (("Reply-To") nil nil))
306 ;       ("Mail-Reply-To" . (("Mail-Reply-To") nil nil))
307 ;       ("From" . (("From") nil nil))))
308
309
310 ;;; [[ Message Display Settings ]]
311
312 ;; Hidden header field in message buffer.
313 (setq wl-message-ignored-field-list
314       '(".*Received:" ".*Path:" ".*Id:" "^References:"
315         "^Replied:" "^Errors-To:"
316         "^Lines:" "^Sender:" ".*Host:" "^Xref:"
317         "^Content-Type:" "^Precedence:"
318         "^Status:" "^X-VM-.*:"))
319
320 ;; Displayed header field in message buffer.
321 ;; This value precedes `wl-message-ignored-field-list'
322 (setq wl-message-visible-field-list '("^Message-Id:"))
323
324 ;; X-Face
325 (when window-system
326   (cond ((and (featurep 'xemacs)        ; for XEmacs
327               (module-installed-p 'x-face))
328          (autoload 'x-face-xmas-wl-display-x-face "x-face")
329          (setq wl-highlight-x-face-function 'x-face-xmas-wl-display-x-face))
330
331         ;; for Emacs21
332         ((and (not (featurep 'xemacs))
333               (= emacs-major-version 21)
334               (module-installed-p 'x-face-e21))
335          (autoload 'x-face-decode-message-header "x-face-e21")
336          (setq wl-highlight-x-face-function 'x-face-decode-message-header))
337
338         ;; for Emacs 19.34, Emacs 20.x
339         ((module-installed-p 'x-face-mule)
340          ;; x-face-mule distributed with bitmap-mule 8.0 or later
341          (autoload 'x-face-decode-message-header "x-face-mule")
342          (setq wl-highlight-x-face-function 'x-face-decode-message-header))
343         ))
344
345 ;; Scoring.
346 ;; "all.SCORE" file is used regardless of wl-score-folder-alist.
347 ;(setq wl-score-folder-alist
348 ;      '(("^-comp\\."
349 ;        "news.comp.SCORE"
350 ;        "news.SCORE")
351 ;       ("^-"
352 ;        "news.SCORE")))
353
354 ;; rule for auto refile.
355 ;(setq wl-refile-rule-alist
356 ;      '(
357 ;       ("x-ml-name"
358 ;        ("^Wanderlust" . "+wl")
359 ;        ("^Elisp" . "+elisp"))
360 ;       ("From"
361 ;        ("foo@example\\.com" . "+foo"))))
362
363 ;; Marks to skip auto-refile (default is "N" "U" "!").
364 ;; nil means all message is auto-refiled.
365 ;(setq wl-summary-auto-refile-skip-marks nil)
366
367 ;;; dot.wl ends here