Skip to content

Instantly share code, notes, and snippets.

@tsmango
Created September 2, 2010 17:44
Show Gist options
  • Save tsmango/562614 to your computer and use it in GitHub Desktop.
Save tsmango/562614 to your computer and use it in GitHub Desktop.
#!/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
@meehow
Copy link

meehow commented Dec 12, 2010

thx :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment