projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b01e23
)
Fix.
author
okada
<okada>
Thu, 17 Jan 2002 10:04:06 +0000
(10:04 +0000)
committer
okada
<okada>
Thu, 17 Jan 2002 10:04:06 +0000
(10:04 +0000)
wl/wl.el
patch
|
blob
|
history
diff --git
a/wl/wl.el
b/wl/wl.el
index
1dbe681
..
ed81a1c
100644
(file)
--- a/
wl/wl.el
+++ b/
wl/wl.el
@@
-703,7
+703,7
@@
Entering Plugged mode calls the value of `wl-plugged-mode-hook'."
(defun wl-check-environment (no-check-folder)
(unless wl-from (error "Please set `wl-from'"))
;; Message-ID
- (let ((from domain))
+ (let (from domain)
(if wl-message-id-use-wl-from
(if (and (setq from (wl-address-header-extract-address wl-from))
(string-match "^\\(.*\\)@\\(.*\\)$" from))