My Apple Mail seems to leak its memory or at least performs less. If I keep it on, then it uses more than one GB of memory, slowing down overall speed. Mail is doing something, which I cannot figure out. I initially thought it would be because of IMAP protocol, but even if I use only POP3, nothing changes.
So, I decided to use less of Mail. Whichever mails sent to my hawaii.edu account are automatically forwarded to my gmail account. I automatically download all emails arrtived at my Google account using POP. Make certain actions based on mail contents. Then, all of my replied emails should be bcc'd to a separate account other than hawaii.edu or gmail. edu. I choose my me.com account.
The followings explain how to ask Apple Mail to sent a bcc to my me.com account, implicitly. During I send any mail, I wouldn't notice that bcc'd one is sent.
To auto-Bcc a copy of every message you send from Mac OS X Mail to a particular email address.
* Open Terminal.
* Type "defaults read com.apple.mail UserHeaders".
* Press Enter.
* If that command returns "The domain/default pair of (com.apple.mail, UserHeaders) does not exist", then, type "defaults write com.apple.mail UserHeaders '{"Bcc" = "bcc@address"; }'" (excluding the outermost quotation marks) and replace bcc@address with the address you want to be used for the automatic copy.
This is not a blog, but my notes and tips for research. Feel free to take any information and leave any comments or questions.
Search This Blog
Monday, February 23, 2009
Subscribe to:
Post Comments (Atom)
Labels
- Academic Notes (4)
- BLAS (1)
- CEE618 (2)
- CentOS (1)
- Computation (1)
- Conferences (1)
- Cross compiling (1)
- Graphics (1)
- Hawaii Tour (2)
- Intel compiler (1)
- Just (1)
- Laptop (1)
- LaTex (22)
- Life and Humanity (8)
- Linux and Computing (107)
- LSF (1)
- Lyx (3)
- Macintosh (5)
- MPI (1)
- News (11)
- OpenFoam (1)
- OpenMPI (1)
- PBS (2)
- Software (4)
- SSH (2)
- torque (1)
- Touchpad (1)
- VMD (1)
- yum (1)
2 comments:
I've done this on a few computers and it's worked fine- but I just got an error message when trying to do it again. It said "could not parse, try single-quoting it"... do you know what this means?
Actually, I already stopped using Mac Mail because of serious memory leaking, and so switched to gmail which has a better access out of my office. Sorry I do not know answer to your question. Albert
Post a Comment