On 13Apr2012 22:18, seanh <[email protected]> wrote:
| I wonder if it's possible to write a script that would get mutt to open
| every folder in an imap account and download all of the message bodies
| and headers into its cache? You could run it from cron to keep your mutt
| working reasonably fast.

Does a first cut of (untested):

  for f in INBOX this that theother
  do  mutt -e 'push <quit>' -f "imaps://my-imap-server/$f"
  done

get you off the ground?
-- 
Cameron Simpson <[email protected]> DoD#743
http://www.cskk.ezoshosting.com/cs/

What's fair got to do with it? It's going to happen.    - Lawrence of Arabia

Reply via email to