And do not play around with whether konsolki? To do this, and there is good reason to - configure settings OS X full-time postman for more comfortable working with him. These tips are more designed for beginners, but can, and experienced makovody learn for yourself something new.
To begin, start the program "Terminal» (/Applications/Utilities/Terminal.app). Then copy one of the following command, insert the "Terminal" window and press the Enter key - so you make the configuration Mail e-mail program file accordingly.
Disabling view attachments within emails
Good "secret" for owners of Mac is not the first freshness. Large pictures (and even more EPS-files) take up a lot of system resources to his rendering. Rather than wait until the return of the Mail prostration, trying to visualize any major investment, it is better to turn off this feature at all - it will be easier to open this file in a specialized program, which is often much faster. Enter in the "Terminal" the following command:
defaults write com.apple.mail DisableInlineAttachmentViewing -boolean true.
For the changes to take effect, restart Mail. The reverse effect (i.e., switch the display within the mail attachments), such command will:
defaults write com.apple.mail DisableInlineAttachmentViewing -boolean false.
After its entry Mail should also be restarted.
Forced open HTML-mails in plain text format
Modern mailings (including advertising content) often are small web pages that are displayed in the Mail window. If you wish to receive written information in a pure form, without any images and ornaments, "Terminal" should be to feed the following command:
defaults write com.apple.mail PreferPlainText -boolean true.
Reverse action will line:
defaults write com.apple.mail PreferPlainText-boolean false.
Set a minimum font size of HTML-emails
If you still prefer HTML-formatted emails, need to be concerned about the size of the font in them. Sometimes these messages are laid out well, with a very small text. Set the minimum font size in points, you can also through the "Terminal" means here is the command:
defaults write com.apple.mail MinimumHTMLFontSize
Note here that such a change in Mail settings can affect the layout in tears some of the letters. But read them a lot easier. To disable this restriction, type "Terminal" the following command:
defaults delete com.apple.mail MinimumHTMLFontSize.
Copy only the e-mail address
By default, when we copy the e-mail, Mail record in the
Name of exchange line buffer (eg, John Doedefaults write com.apple.mail AddressesIncludeNameOnPasteboard-boolean false.
Return as it was, will the other team:
defaults write com.apple.mail AddressesIncludeNameOnPasteboard-boolean true.
Turning on to automatically send a copy of each letter
Mail can independently put down in the field Cc and Bcc addresses some, but for this you need to specify exactly where to send a copy of each of your letter.
To send a blind carbon copy to a specific address in the "Terminal", enter the following command:
defaults write com.apple.mail UserHeaders '{ "Bcc" = "[email protected]";}'
To send a simple copy, enter the following command:
defaults write com.apple.mail UserHeaders' { "Cc" = "[email protected]"; }'
Both of the above commands can be combined into a single line:
defaults write com.apple.mail UserHeaders' { "Bcc" = "[email protected]"; "Cc" = "[email protected]"; }'
To see a list of all recipients made so, enter the following command:
defaults read com.apple.mail UserHeaders.
But remove all the recipients of an automatic mailing list will allow copies of such a line:
defaults delete com.apple.mail UserHeaders.
Make these changes carefully, because if an address list has already been formed in this way, stored in it and e-mails will supersede those addresses that you manually enter in the field and a hidden copy copies.