Using mutt
with Gmail I "check for e-mail updates" sometimes through the $ binding (sync-mailbox), sometimes just by using c (change folder) and just supplying =
(defaults to MAILBOX) as the IMAP folder path to change to.
Is there a better (in particular: faster) way of doing the same? A solution would be something that is more direct than "pretending to switch folders", as I do, for example. Also something that does not "miss" some updates, as $ seems to do at times (perhaps $ is not meant to check for e-mails at all but just to expunge messages marked as deleted, etc?)
mail_check
settings in mutt? – jasonwryan Oct 05 '12 at 03:22man muttrc | less -p mail_check
- configure if/when mutt looks for new mail... – jasonwryan Oct 05 '12 at 03:26mutt
updates the folder status after every keyboard input; either keep hitting$
or bind a specific key of your choice... Personally, I'm happy with letting mutt handle it. – jasonwryan Oct 05 '12 at 03:40$
? – Robottinosino Oct 05 '12 at 03:44