Clarify AppleScript

This commit is contained in:
Marcel Bischoff 2015-11-14 16:05:17 +01:00
parent 9082797f14
commit e15e93f3e7

View File

@ -155,7 +155,7 @@ launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
### Mail ### Mail
#### Vacuum Mail Index #### Vacuum Mail Index
The code below will quit Mail, vacuum the SQLite index, then re-open Mail. On a large email database that hasn't been optimized for a while, this can provide significant improvements in responsiveness and speed. The AppleScript code below will quit Mail, vacuum the SQLite index, then re-open Mail. On a large email database that hasn't been optimized for a while, this can provide significant improvements in responsiveness and speed.
```applescript ```applescript
(* (*
Speed up Mail.app by vacuuming the Envelope Index Speed up Mail.app by vacuuming the Envelope Index