[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: global `(display . all)' ?



Amos Gouaux <amos+lists.nnimap@utdallas.edu> writes:

> Now with the NOV cache stuff in nnimap, I'm thinking of using the
> group parameter `(display . all)'.  However, it's a bit tedious to
> go around and set this for each folder I have.  Is there a way to
> tie this setting to my IMAP server listed in secondary-select-methods
> so that it applies to all of my IMAP folders?

Not to my knowledge. Perhaps it's possible to use

`(display . (if (eq (car gnus-command-method) 'nnimap) 'all nil))'

on your top-most Topic?  Assuming you use topics-mode, that is. I
haven't tried it though.