summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-08-29 14:36:26 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-08-29 14:36:26 -0400
commit2be8ea7871e6d07592d7b4ed85ace213774261f6 (patch)
treee121dad1676b9f85fabffb9a50e63cb30769d43e
parent20e08b07fd2df0afc066df9d3d252ac94374e824 (diff)
not necessary to create cachedir manually
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index 823730e..e63fff2 100755
--- a/bin/mw
+++ b/bin/mw
@@ -121,7 +121,7 @@ $synccmd
}
getprofiles() { \
- mkdir -p "${muttrc%/*}" "$accdir" "$cachedir/$fulladdr/bodies" "${XDG_CONFIG_HOME:-$HOME/.config}/msmtp"
+ mkdir -p "${muttrc%/*}" "$accdir" "${XDG_CONFIG_HOME:-$HOME/.config}/msmtp"
unset msmtp_header msmtp_profile mutt_profile mbsync_profile
case "$iport" in
1143) imapssl=None ;;