projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b7de8
)
(mail-source-fetch-imap): Each temporary buffer name must be specific
author
czkmt
<czkmt>
Sun, 12 Dec 1999 08:59:01 +0000
(08:59 +0000)
committer
czkmt
<czkmt>
Sun, 12 Dec 1999 08:59:01 +0000
(08:59 +0000)
to its mail source.
lisp/mail-source.el
patch
|
blob
|
history
diff --git
a/lisp/mail-source.el
b/lisp/mail-source.el
index
8165fc1
..
3cf7425
100644
(file)
--- a/
lisp/mail-source.el
+++ b/
lisp/mail-source.el
@@
-508,7
+508,8
@@
If ARGS, PROMPT is used as an argument to `format'."
"Fetcher for imap sources."
(mail-source-bind (imap source)
(let ((found 0)
- (buf (get-buffer-create " *imap source*"))
+ (buf (get-buffer-create
+ (format " *imap source %s:%s:%s *" server user mailbox)))
(mail-source-string (format "imap:%s:%s" server mailbox))
remove)
(if (and (imap-open server port stream authentication buf)