Pankaj writes:

> (custom-set-variables
>  '(nnmail-list-identifiers
>    '("[ABC Forum]")))

The value is interpreted as regexes, so you might want some \\'s before
the brackets.

But if nothing at all happens, I guess that's not it.

Just setting e.g.:

  (setq gnus-list-identifiers
        '("\\[External\\]"))

works for me (both for email and news) - not touching any hooks. Hm,
wait, that's another variable!


  Best regards,

    Adam

-- 
 "Finns det någon väg som leder oss hem                     Adam Sjøgren
  Finns det ens ett hem där vägen tar slut"            a...@koldfront.dk


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to