Apple OSX: Difference between revisions
m →Email |
|||
Line 127: | Line 127: | ||
| width="300" | [[image:Apple_OSX_Mail.png| thump|300px|center| Apple Mailbox]] | | width="300" | [[image:Apple_OSX_Mail.png| thump|300px|center| Apple Mailbox]] | ||
|} | |} | ||
=== Search Email Rules === | |||
Solution for Apple OSX 10.8.1 (Lion). | |||
<br>The location of the mailbox rules: '''''~/Library/Mail/V2/MailData/MessageRules.plist''''' | |||
<br>Open the file with your favourite editor and search for the item your looking for. | |||
<br> | |||
<br>The name of the rules is defined in the XML-tags: | |||
<pre> | |||
<key>RuleName</key> | |||
<string>Name-of-the-Rule</string> | |||
</pre> | |||
<br>Be careful not to make changes in this file directly, cause this may damage your rules!! | |||
== See also == | == See also == |
Revision as of 12:33, 25 November 2012
The goal of this page is to give information on OSX and related issues.
Apple/Unicode Characters
How to get the correct Apple tokens/sign/characters for typical computer operations.
For more tokens and their character representation look at HarmFrielink Unicode characters.
There are also links to more sites with characters and their representation.
|
|
|
Disk Access
Apple OSX can read form a lot of disk-formats, but can not write to them. First problem, windows NTFS.
Tuxera
Mac OS X does not support writing to Microsoft Windows formatted NTFS volumes out-of-the box. The solution is here. Tuxera [1] NTFS for Mac is our commercial read/write NTFS software for Mac users. Tuxera NTFS for Mac delivers the fastest NTFS data transfer speeds you can have on Mac while protecting your data with its new, smart caching layer.
The software fully supports all versions of Mac OS X from 10.4 (Tiger) onwards, including of course Mac OS X 10.8 (Mountain Lion) with its 64-bit kernel, and comes with advanced features only available from Tuxera such as support for NTFS extended attributes. Tuxera NTFS for Mac is compatible with popular virtualization and encryption solutions including Parallels Desktop®, VMware Fusion® and TrueCrypt.
Search Email Rules
Solution for Apple OSX 10.8.1 (Lion).
The location of the mailbox rules: ~/Library/Mail/V2/MailData/MessageRules.plist
Open the file with your favourite editor and search for the item your looking for.
The name of the rules is defined in the XML-tags:
<key>RuleName</key> <string>Name-of-the-Rule</string>
Be careful not to make changes in this file directly, cause this may damage your rules!!