Marvin <[email protected]> writes: > On May 13, 3:46 am, Gijs Hillenius <[email protected]> > wrote: >> I could be very wrong: BUT >> >> In the gnus buffer, type ^ and get a list of servers. >> Select your imap server and check if your mail boxes are >> there. >> Subscribe to the ones you want to see (toggle) u U). >> >> Regards >> >> Gijs >> >> -- >> Hey man, cool crash! Way to cheat death. >> -- Bart visits Martin in the hospital, >> "Saturdays of Thunder" > > Gijs, > > This worked, thanks. > > One other question, is there a way to get gnus to show the subscribed > mailboxes at the start ? > > cheers > MMD
Maybe its not showing them because they are empty? You can customise that using the customise group option or do it in your .emacs/.gnus using something like: (setq gnus-permanently-visible-groups (rx(or "root" "INBOX" "FastSearch" "DevelopmentEmail.mail" ))) _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
