* elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
authorteranisi <teranisi>
Tue, 11 Sep 2001 01:13:50 +0000 (01:13 +0000)
committerteranisi <teranisi>
Tue, 11 Sep 2001 01:13:50 +0000 (01:13 +0000)
elmo/ChangeLog
elmo/elmo-dop.el

index f814abb..7f701ce 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-dop.el (elmo-dop-queue-method-name-alist): Fixed symbols.
+
 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-util.el (elmo-msgid-to-cache): Enclose with `save-match-data'.
index 413252f..9e5812d 100644 (file)
@@ -67,10 +67,10 @@ Automatically loaded/saved.")
     (elmo-folder-delete-messages-dop-delayed . "Delete")
     (elmo-message-encache-dop . "Encache")
     (elmo-create-folder-dop . "Create")
-    (elmo-folder-mark-as-read-dop . "Read")
-    (elmo-folder-unmark-read-dop . "Unread")
-    (elmo-folder-mark-as-important-dop . "Important")
-    (elmo-folder-unmark-important-dop . "Unimportant")))
+    (elmo-folder-mark-as-read . "Read")
+    (elmo-folder-unmark-read . "Unread")
+    (elmo-folder-mark-as-important . "Important")
+    (elmo-folder-unmark-important . "Unimportant")))
 
 (defmacro elmo-dop-queue-method-name (queue)
   `(cdr (assq (elmo-dop-queue-method ,queue)