diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-08-29 14:36:26 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-08-29 14:36:26 -0400 |
commit | 2be8ea7871e6d07592d7b4ed85ace213774261f6 (patch) | |
tree | e121dad1676b9f85fabffb9a50e63cb30769d43e /bin | |
parent | 20e08b07fd2df0afc066df9d3d252ac94374e824 (diff) |
not necessary to create cachedir manually
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |