Created
September 2, 2010 17:44
-
-
Save tsmango/562614 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "[Gmail]/All Mail" > /tmp/archive_mail_plugin_config | |
archive_mail_plugin_config=`cat /tmp/archive_mail_plugin_config` | |
echo \'$archive_mail_plugin_config\' | xargs -0 defaults write com.apple.mail ArchiveMailboxName | |
rm /tmp/archive_mail_plugin_config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thx :)