mu-wizard

shell script to easily configure mu4e accounts on Emacs
git clone git://git.ckyln.com/mu-wizard
Log | Files | Refs | LICENSE

commit 256526c06b89811a4cb372c7068ceb2178bd4fce
parent 40088fd915c966dfb38a6c271a57394f6ec54572
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri,  6 Nov 2020 15:03:06 +0300

main(): unset trap instead of emptying it

Diffstat:
Mbin/muw | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/muw b/bin/muw @@ -334,7 +334,7 @@ main() { printf '%s,%s,%s,%s,%s' \ "${fulladdr##*@}" "$imap" "$iport" "$smtp" "$sport" >> "$confdir/domains.csv" - trap '' INT EXIT + trap - INT EXIT out "All done. You can now run 'mbsync $title' in order to sync this account." ;;