From 08e448596490971570c860bd7d3fba975f789b75 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sat, 5 Jul 2003 09:02:47 +0000 Subject: [PATCH] Fixed the last change since (string= "nil" nil) returns t --- elmo/elmo-nntp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/elmo/elmo-nntp.el b/elmo/elmo-nntp.el index 41569db..9fb54e2 100644 --- 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)) -- 1.7.10.4