(mail-source-fetch-imap): Each temporary buffer name must be specific
authorczkmt <czkmt>
Sun, 12 Dec 1999 08:59:01 +0000 (08:59 +0000)
committerczkmt <czkmt>
Sun, 12 Dec 1999 08:59:01 +0000 (08:59 +0000)
to its mail source.

lisp/mail-source.el

index 8165fc1..3cf7425 100644 (file)
@@ -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)