Skip to content

Commit

Permalink
Show Mail attachments as icons
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Apr 1, 2024
1 parent 5634835 commit 656da78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/os/preferences/ui_and_ux.sh
Expand Up @@ -60,6 +60,9 @@ execute "defaults write -g QLPanelAnimationDuration -float 0" \
execute "defaults write com.apple.systempreferences NSQuitAlwaysKeepsWindows -bool false" \
"Disable resume system-wide"

execute "defaults write com.apple.mail DisableInlineAttachmentViewing -bool true" \
"Show Mail attachments as icons"

execute "sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string 'Laptop' && \
sudo scutil --set ComputerName 'laptop' && \
sudo scutil --set HostName 'laptop' && \
Expand Down

0 comments on commit 656da78

Please sign in to comment.