[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
spc in mailbox thing
- To: nnimap@extundo.com
- Subject: spc in mailbox thing
- From: Simon Josefsson <jas@pdc.kth.se>
- Date: 05 Jul 1999 15:14:58 +0200
- User-Agent: Gnus/5.070091 (Pterodactyl Gnus v0.91) Emacs/20.3.10
Oh, and to make Gnus not discard mailboxes containing SPC as a invalid
newsgroup, you'll need this in your .gnus.
(setq gnus-ignored-newsgroups
(mapconcat 'identity
'("^to\\."
"^[0-9. \t]+ "
"[][#'()]"
)
"\\|"))
If you've modified `gnus-ignored-newsgroups' already, the thing that
differs is that I've removed `"' and you'll need to make that change
yourself.