diff options
| author | Teemu Likonen | 2016-02-04 14:09:06 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-04 14:09:23 +1100 |
| commit | 255b68f00ba74dbe2f6014b38cf17c8390be6561 (patch) | |
| tree | 16757bc27378c21a33920084e061c0e81ef2b5fd /doc/misc | |
| parent | 91557f5e2decb723544a703d01f11879be07fd04 (diff) | |
| download | emacs-255b68f00ba74dbe2f6014b38cf17c8390be6561.tar.gz emacs-255b68f00ba74dbe2f6014b38cf17c8390be6561.zip | |
Fix IMAP doc example
* doc/misc/gnus.texi (Client-Side IMAP Splitting): Fix example.
Diffstat (limited to 'doc/misc')
| -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"))) |