(mail-source-keyword-map): Add backslash to
authorSimon Josefsson <jas@extundo.com>
Thu, 2 Dec 1999 11:46:25 +0000 (11:46 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 2 Dec 1999 11:46:25 +0000 (11:46 +0000)
Delete-flag.

lisp/ChangeLog
lisp/mail-source.el

index a562c52..46ed360 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-02  John Wiegley <jwiegley@inprise.com>
+
+       * mail-source.el (mail-source-keyword-map): Add backslash to
+       Delete-flag.
+
 1999-12-02 07:24:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
index ce44155..8d73bc6 100644 (file)
@@ -105,7 +105,7 @@ Common keywords should be listed here.")
        (:password)
        (:mailbox "INBOX")
        (:predicate "UNSEEN UNDELETED")
-       (:fetchflag "\Deleted")
+       (:fetchflag "\\Deleted")
        (:dontexpunge))
       (webmail
        (:subtype hotmail)