changeset 48216:e5026995ea82

(nnimap-split-rule): Doc fix - escape open parens in column 0.
author Markus Rost <rost@math.uni-bielefeld.de>
date Fri, 08 Nov 2002 03:52:35 +0000
parents 4758bc5cd792
children f5937cc72e33
files lisp/gnus/nnimap.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/nnimap.el	Fri Nov 08 02:38:54 2002 +0000
+++ b/lisp/gnus/nnimap.el	Fri Nov 08 03:52:35 2002 +0000
@@ -106,7 +106,7 @@
 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 @@
 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))