On Thu, Jul 01, 2010 at 01:33:09PM -0800, rog...@sdf.org wrote: > > In another shell within GNU Screen, I successfully did a "stuff command" to > refresh the Mutt display using one of it's key bindings every 60 seconds: > > screen -X at Mutt stuff $'echo <refresh key>'
Not sure what you mean, Ctrl-l doesn't work for you? > >what to consider as mailboxes. That would require you to keep editing > >your ~/.muttrc to keep the list of mailboxes up to date. > > #mailboxes `echo ~/.maildir/.* ~/.maildir/*` > mailboxes `find ~/.maildir/ -type d -name cur -printf '%h '` Yep, you could use something like that --- but mutt-mb can do a little more than that :)