Skip to content

Commit

Permalink
Added script for resetting Mailpile state on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Jan 2, 2016
1 parent 445fcf1 commit 01077dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/reset-mac-mailpile.sh
@@ -0,0 +1,11 @@
#!/bin/bash

CLEANUP=Mailpile.$(date +%Y%m%d-%H%M).$$
cd
mkdir -p $CLEANUP
mv -v 'Library/Application Support/Mailpile' .gnupg $CLEANUP
echo " "
echo "Moved Mailpile and GnuPG data to: $CLEANUP"
echo " "
echo "Feel free to delete that folder if you are sure nothing"
echo "important was lost!"

0 comments on commit 01077dc

Please sign in to comment.