Peter Wu <[EMAIL PROTECTED]> writes: > I use gnus to handle emails. The group buffer looks like this. > > 0: nndraft:drafts > 0: nndraft:queue > 0: nnfolder+archive:sent > 0: nnmaildir:inbox > > > How can I hide the mail backends so that the buffer will look like: > > 0: drafts > 0: queue > 0: sent > 0: inbox
You need to modify the variable gnus-group-line-format. Mine is currently set to "%M%S%p%P%5y:%B%(%G%)%l %O\n". I only changed the lowercase g to an uppercase G, which does exactly what you want. Tom _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
