]> git.eshelyaron.com Git - emacs.git/commitdiff
(nnimap-split-rule): Doc fix - escape open parens in column 0.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 8 Nov 2002 03:53:04 +0000 (03:53 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 8 Nov 2002 03:53:04 +0000 (03:53 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnimap.el

index ccdd4f4da722726bdec99dd4de67314f98674cdc..d708e3bc936c49f8eb0636562cd3123fade2ae17 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-08   Markus Rost  <rost@math.ohio-state.edu>
+
+       * nnimap.el (nnimap-split-rule): Doc fix - escape open parens in
+       column 0.
+
 2002-10-18  Dave Love  <fx@gnu.org>
 
        * mm-util.el (mm-mime-mule-charset-alist): Require when compiling.
index 00a8c51970ba06b8ba19bb06d6cc61cab64f8424..93273fd2a19fc5362109f1c43d9d167c81a417c1 100644 (file)
@@ -106,7 +106,7 @@ If you'd like, for instance, one mail group for mail from the
 everything else in the incoming mailbox, you could do something like
 this:
 
-(setq nnimap-split-rule '((\"INBOX.gnus-imap\"   \"From:.*gnus-imap\")
+\(setq nnimap-split-rule '((\"INBOX.gnus-imap\"   \"From:.*gnus-imap\")
                          (\"INBOX.junk\"        \"Subject:.*buy\")))
 
 As you can see, `nnimap-split-rule' is a list of lists, where the first
@@ -127,7 +127,7 @@ To allow for different split rules on different virtual servers, and
 even different split rules in different inboxes on the same server,
 the syntax of this variable have been extended along the lines of:
 
-(setq nnimap-split-rule
+\(setq nnimap-split-rule
       '((\"my1server\"    (\".*\"    ((\"ding\"    \"ding@gnus.org\")
                                   (\"junk\"    \"From:.*Simon\")))
         (\"my2server\"    (\"INBOX\" nnimap-split-fancy))