nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Email access while traveling?


From: Ed Santiago
Subject: Re: [Nmh-workers] Email access while traveling?
Date: Wed, 24 Oct 2012 15:59:07 -0600

>What do you all do to access your email while traveling?

For the last 3 years (since I got an OG droid) I've had this
procmail rule:

   # First: exclude lots of stuff, sent to low-pri folders
   # Now: Anything sent directly to me
   :0
   * !^FROM_MAILER
   * ^TO(list-of-addresses-that-match-my-inbox)
   {
      # Put a copy in my AAA inbox, handled by Dovecot (IMAP server).
      # On my cell phone I have AAA defined as a priority level 1 folder
      :0 c
      $HOME/dovecot/.AAA/

      :0 w: .incoming.lock
      $DEFAULT
   }

I also do a similar thing for another folder which I consider
high priority: shove into regular MH folder, CC into Dovecot folder.
I use K-9 Mail, not the regular mail app, for reasons I can no longer
remember. I think it was the folder handling.

"What about the rest of my 4,000 folders?" Shrug. I use my phone
when out of the house and when traveling (vacation, work). In none
of those cases do I care about mailing lists. This system has
worked well for me, but may not fit everyone's needs.

Setting up dovecot is left as an exercise for the reader.

Ed
-- 
Ed Santiago               Toolsmith             address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]