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:
392623b
)
Fixed the last change since (string= "nil" nil) returns t
author
yoichi
<yoichi>
Sat, 5 Jul 2003 09:02:47 +0000
(09:02 +0000)
committer
yoichi
<yoichi>
Sat, 5 Jul 2003 09:02:47 +0000
(09:02 +0000)
elmo/elmo-nntp.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-nntp.el
b/elmo/elmo-nntp.el
index
41569db
..
9fb54e2
100644
(file)
--- a/
elmo/elmo-nntp.el
+++ b/
elmo/elmo-nntp.el
@@
-582,6
+582,7
@@
Don't cache if nil.")
(setq username (elmo-net-folder-user-internal folder))
(when (and username
+ elmo-nntp-default-user
(string= username elmo-nntp-default-user))
(setq username nil))