Scott Raun wrote: > I'm trying to figure out how to configure mutt's index display for a > narrow screen. My current display is: > > : 1234567890123456789012345678901234567890123456789012345678901234567890 > : Msg # MMM DD From........... (line) Subject....................... > > My theory is that I'd like something like this: > > : 1234567890123456789012345678901234567890123456789012345678901234567890 > : Msg # MMM DD From........... (line) > Subject....................... > > Anyone have any ideas on how I'd pull this off? I have this feeling > I'm missing something simple. I would think you could add a '\n' to hdr_format but I just tried it and it didn't work. Might try it with a newer version of mutt, I know mine is older. from my .muttrc: # index format is: NNN MM-DD HH:MM # where: %3C = number of message in NNN format # %D = MM/DD/YY (see date(1)) # HH = hour # MM = minute # %F = sender (left justified in field of 15) # %s = message subject set hdr_format="%3C %Z %{%m-%d %H:%M} %-15.15F \n %s" ^ adding newline char here didn't work --+ -- scot _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota Help beta test TCLUG's potential new home: http://plone.mn-linux.org Got pictures for TCLUG? Beta test http://plone.mn-linux.org/gallery tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list