source "~/.mutt/sidebar"
# http://wiki.mutt.org/?MuttFaq/Attachment
-macro attach W <save-entry><kill-line>~/download/
-macro attach E <save-entry><kill-line>~/download/<enter>
+macro attach W <save-entry><kill-line>~/load/
+macro attach E <save-entry><kill-line>~/load/<enter>
# GPG Agent
source $HOME/apps/scripts/gpg-agent-eval
+# Remove lost found folder if empty
+if [ -d "$HOME/lost+found" ]; then
+ rmdir $HOME/lost+found &> /dev/null
+fi
+
# Custom configuration
if [ -e "$HOME/.custom/profile" ]; then
source $HOME/.custom/profile