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