✨ Mail macOS pref
This commit is contained in:
parent
7d6af53bbe
commit
802de63217
1 changed files with 12 additions and 0 deletions
12
os/macos/mail.pref.fish
Normal file
12
os/macos/mail.pref.fish
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
source "$DOT/script/utils.fish"
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
print_subtitle Mail
|
||||
|
||||
execute "defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false" \
|
||||
"Copy email addresses as `foo@example.com` instead of `Foo Bar <foo@example.com>`"
|
||||
|
||||
killall Mail &>/dev/null
|
Loading…
Reference in a new issue