Fixed wl-draft-config-alist.
authorkaoru <kaoru>
Thu, 20 Dec 2001 13:06:24 +0000 (13:06 +0000)
committerkaoru <kaoru>
Thu, 20 Dec 2001 13:06:24 +0000 (13:06 +0000)
samples/en/dot.wl
samples/ja/dot.wl

index 7a72a56..76736e9 100644 (file)
        ))
 ;; Change headers in draft sending time.
 (setq wl-draft-config-alist
-      '((reply         ;; see reply buffer
+      '((reply                         ; see reply buffer
         "^To: .*test-notsend-wl@lists\\.airs\\.net"
-        (template . "default"))                ;; template
+        (template . "default"))        ; template
        ("^To: .*test-notsend-wl@lists\\.airs\\.net"
-        wl-ml-draft-config-function            ;; function
-        ("From" . wl-from)                     ;; variable
-        ("Organization" . "~/.wl sample"))     ;; string
+        ding                           ; function
+        ("From" . wl-from)             ; variable
+        ("Organization" . "CHANGE THIS!!")) ; string
        ("^Newsgroups: test.*"
         ("Organization" . "organization for nntp."))
        ))
index 3f9fa69..df914da 100644 (file)
 ;; \e$B%I%i%U%H%P%C%U%!$NFbMF$K$h$j\e(B From \e$B$d\e(B Organization \e$B$J$I$N%X%C%@$r<+\e(B
 ;; \e$BF0E*$KJQ99$9$k\e(B
 (setq wl-draft-config-alist
-      '((reply                 ;; \e$BJV?.85$N%P%C%U%!$r8+$k\e(B
+      '((reply                         ; \e$BJV?.85$N%P%C%U%!$r8+$k\e(B
         "^To: .*test-notsend-wl@lists\\.airs\\.net"
         (template . "default"))        ; \e$B%F%s%W%l!<%H\e(B
        ("^To: .*test-notsend-wl@lists\\.airs\\.net"
-        wl-ml-draft-config-function    ; \e$B4X?t\e(B
+        ding                           ; \e$B4X?t\e(B
         ("From" . wl-from)             ; \e$BJQ?t\e(B
-        ("Organization" . "~/.wl sample")) ; \e$BJ8;zNs\e(B
+        ("Organization" . "CHANGE THIS!!")) ; \e$BJ8;zNs\e(B
        ("^Newsgroups: test.*"
         ("Organization" . "\e$B%K%e!<%9Ej9F;~$NAH?%L>\e(B"))
        ))