Web pages in Firefox after zoom in

Web pages in Safari after zoom in

That's right. Firefox not only increases the font size, it increases the size of everything proportionally.
# defaults write com.apple.mail PreferPlainText -bool TRUE
Relaunch Mail.app and enjoy.# defaults delete com.apple.mail PreferPlainText
find
x
enabled. Manually removing it for each file is very cumbersome because for directories you do want to keep the x
mode. This can be done easily using find
# find . ! -type d -exec chmod -x {} \;
Another example is # find . ! -type d -exec xattr -d com.apple.quarantine {} \;