Add Mail.app command
This commit is contained in:
parent
f18bd331ca
commit
aa6640d878
@ -158,6 +158,12 @@ launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist
|
|||||||
|
|
||||||
### Mail
|
### Mail
|
||||||
|
|
||||||
|
#### Show Attachments as Icons
|
||||||
|
|
||||||
|
```bash
|
||||||
|
defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes
|
||||||
|
```
|
||||||
|
|
||||||
#### Vacuum Mail Index
|
#### Vacuum Mail Index
|
||||||
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.
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user