1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Subject: Fix progress is not displayed in creating archive folder's msgdb
Origin: upstream, https://github.com/wanderlust/wanderlust/commit/5db307a0441b6b7aa4ecfd34344842d78f15611b
* elmo/elmo-archive.el (elmo-folder-msgdb-create): Fix typo in
label name.
diff --git a/elmo/elmo-archive.el b/elmo/elmo-archive.el
index 67244b83..9f4d95bc 100644
--- a/elmo/elmo-archive.el
+++ b/elmo/elmo-archive.el
@@ -927,7 +927,7 @@ TYPE specifies the archiver's symbol."
numbers flag-table)
(when numbers
(save-excursion ;; 981005
- (elmo-with-progress-display (elmo-folder-create-msgdb (length numbers))
+ (elmo-with-progress-display (elmo-folder-msgdb-create (length numbers))
"Creating msgdb"
(if (and elmo-archive-use-izip-agent
(elmo-archive-get-method
|