diff options
| -rw-r--r-- | doc/misc/gnus.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index ab96684eb62..8dd0c1ba9d5 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -14325,7 +14325,7 @@ Here's a complete example @code{nnimap} backend with a client-side | |||
| 14325 | @example | 14325 | @example |
| 14326 | (nnimap "imap.example.com" | 14326 | (nnimap "imap.example.com" |
| 14327 | (nnimap-inbox "INBOX") | 14327 | (nnimap-inbox "INBOX") |
| 14328 | (nnimap-split-methods | 14328 | (nnimap-split-fancy |
| 14329 | (| ("MailScanner-SpamCheck" "spam" "spam.detected") | 14329 | (| ("MailScanner-SpamCheck" "spam" "spam.detected") |
| 14330 | (to "foo@@bar.com" "foo") | 14330 | (to "foo@@bar.com" "foo") |
| 14331 | "undecided"))) | 14331 | "undecided"))) |