summary refs log tree commit diff
path: root/git-fetch-email.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--git-fetch-email.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-fetch-email.sh b/git-fetch-email.sh
index 83243c7..168dd7a 100644
--- a/git-fetch-email.sh
+++ b/git-fetch-email.sh
@@ -73,7 +73,7 @@ fi
 description() {
 	cat <<-EOF
 		protocol=imaps
-		host=${user#*@}
+		host=${host:-${user#*@}}
 		username=${user%@*}
 		${pass:+password=${pass}}
 	EOF
f0b26e08ad76b50&follow=1'>Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe