Mail macOS pref

This commit is contained in:
Marley Rae 2024-02-04 17:09:44 -08:00
parent 7d6af53bbe
commit 802de63217

12
os/macos/mail.pref.fish Normal file
View 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