aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-08 03:53:04 +0000
committerMarkus Rost2002-11-08 03:53:04 +0000
commit6c1b363d03ff89f46025475c315a18d41fbe4740 (patch)
tree349fbbcc059f2ed4298bc15f9a3b7bf621d6f5fe
parentbe227f220d37b729c81f3837d53a971753cbe3d4 (diff)
downloademacs-6c1b363d03ff89f46025475c315a18d41fbe4740.tar.gz
emacs-6c1b363d03ff89f46025475c315a18d41fbe4740.zip
(nnimap-split-rule): Doc fix - escape open parens in column 0.
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/nnimap.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index ccdd4f4da72..d708e3bc936 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12002-11-08 Markus Rost <rost@math.ohio-state.edu>
2
3 * nnimap.el (nnimap-split-rule): Doc fix - escape open parens in
4 column 0.
5
12002-10-18 Dave Love <fx@gnu.org> 62002-10-18 Dave Love <fx@gnu.org>
2 7
3 * mm-util.el (mm-mime-mule-charset-alist): Require when compiling. 8 * mm-util.el (mm-mime-mule-charset-alist): Require when compiling.
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 00a8c51970b..93273fd2a19 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -106,7 +106,7 @@ If you'd like, for instance, one mail group for mail from the
106everything else in the incoming mailbox, you could do something like 106everything else in the incoming mailbox, you could do something like
107this: 107this:
108 108
109(setq nnimap-split-rule '((\"INBOX.gnus-imap\" \"From:.*gnus-imap\") 109\(setq nnimap-split-rule '((\"INBOX.gnus-imap\" \"From:.*gnus-imap\")
110 (\"INBOX.junk\" \"Subject:.*buy\"))) 110 (\"INBOX.junk\" \"Subject:.*buy\")))
111 111
112As you can see, `nnimap-split-rule' is a list of lists, where the first 112As 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
127even different split rules in different inboxes on the same server, 127even different split rules in different inboxes on the same server,
128the syntax of this variable have been extended along the lines of: 128the syntax of this variable have been extended along the lines of:
129 129
130(setq nnimap-split-rule 130\(setq nnimap-split-rule
131 '((\"my1server\" (\".*\" ((\"ding\" \"ding@gnus.org\") 131 '((\"my1server\" (\".*\" ((\"ding\" \"ding@gnus.org\")
132 (\"junk\" \"From:.*Simon\"))) 132 (\"junk\" \"From:.*Simon\")))
133 (\"my2server\" (\"INBOX\" nnimap-split-fancy)) 133 (\"my2server\" (\"INBOX\" nnimap-split-fancy))