diff options
Diffstat (limited to 'bin/m')
| -rwxr-xr-x | bin/m | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -59,6 +59,8 @@ done shift $((OPTIND - 1)) +F="${XDG_DATA_HOME:-$HOME/.local/share}"/euandreh/mailcfg-accounts.txt + notmuch new -mbsync -a +xargs -I% -P "$(wc -l < "$F")" mbsync '%' < "$F" notmuch new |
