diff options
Diffstat (limited to 'lisp/net/imap.el')
-rw-r--r-- | lisp/net/imap.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/net/imap.el b/lisp/net/imap.el index 22b59084004..0394f0efeae 100644 --- a/lisp/net/imap.el +++ b/lisp/net/imap.el @@ -1726,8 +1726,7 @@ See `imap-enable-exchange-bug-workaround'." (string-match "The specified message set is invalid" (cadr data))) (with-current-buffer (or buffer (current-buffer)) - (set (make-local-variable 'imap-enable-exchange-bug-workaround) - t) + (setq-local imap-enable-exchange-bug-workaround t) (imap-fetch (cdr uids) props receive nouidfetch)) (signal (car data) (cdr data)))))) |