sync-mail: Warn user as part of prehook
If no hook should be run before syncing (or a user-defined hook) then the warning should fall under that and not be run as part of it. Additionally takes care of multiple decryption requirements in a row.
This commit is contained in:
parent
89ed4615a7
commit
5d2542db51
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,7 @@ prehook() {
|
||||||
eval "$MBSYNC_PRE"
|
eval "$MBSYNC_PRE"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
checkwarnuser
|
||||||
imapfilter -c "${XDG_CONFIG_HOME:-$HOME/.config}/imapfilter/config.lua"
|
imapfilter -c "${XDG_CONFIG_HOME:-$HOME/.config}/imapfilter/config.lua"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -142,7 +143,6 @@ elif [ -n "$1" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
checkwarnuser
|
|
||||||
enablegpgagent
|
enablegpgagent
|
||||||
prehook
|
prehook
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue