Bedienung
Die CTRL-Taste ist hier COMMAND
Rechtsklick: CONTROL-Klick
Ungeklärt: Mapping der Steuertasten von PC zu MAC bei Teamviewer
Apps
installieren
- dmg herunterladen
- mit Doppelklick öffnen
- Finder öffnen
- Icon in Finder in Ordner Programme verschieben
Apple Mail
Absenderadresse
- Feld E-Mailadresse: Eingetragene Adresse wird als Absnederadresse in die Mail eingefügt; muß nicht die gleiche Mailadresse sein, die auf das konfigurierte Konto verweist.
- Mehrere Adressen können mit Komma getrennt eingegeben werden.
AutoBCC
Automatischer Versand der ausgenenden Nachrichten an eine BCC-Adresse
http://email.about.com/od/macosxmailtips/qt/et_auto_bcc.htm
- 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":
- 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.
- If the "defaults read" command above returns a line of values that starts with "{" and ends in "}":
- Highlight the entire line. It might read something like {Reply-To = "reply-to@address"; }, for example.
- Press Command-C.
- Type "defaults write com.apple.mail UserHeaders '" (excluding the outer quotation marks).
- Press Command-V.
- Type "'".
- Insert '"Bcc" = "bcc@address"; ' in front of the closing "}" character, replacing bcc@address with the email address you want to be used for automatic Bcc.
The line might now read defaults write com.apple.mail UserHeaders '{Reply-To = "reply-to@address"; "Bcc" = "bcc@address"; }', for example.
- Press Enter