diff options
| -rwxr-xr-x | bin/mailsync | 3 | ||||
| -rw-r--r-- | share/domains.csv | 1 | 
2 files changed, 3 insertions, 1 deletions
diff --git a/bin/mailsync b/bin/mailsync index ca7411d..e939b78 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -23,7 +23,8 @@ pgrep mbsync >/dev/null && { echo "mbsync is already running."; exit ;}  eval "$(grep -h -- \  	"^\s*\(export \)\?\(MBSYNCRC\|PASSWORD_STORE_DIR\|NOTMUCH_CONFIG\|GNUPGHOME\)=" \  	"$HOME/.profile" "$HOME/.bash_profile" "$HOME/.zprofile"  "$HOME/.config/zsh/.zprofile" "$HOME/.zshenv" \ -	"$HOME/.bashrc" "$HOME/.zshrc" "$HOME/.config/zsh/.zshrc" "$HOME/.pam_environment" 2>/dev/null)" +	"$HOME/.config/zsh/.zshenv" "$HOME/.bashrc" "$HOME/.zshrc" "$HOME/.config/zsh/.zshrc" \ +	"$HOME/.pam_environment" 2>/dev/null)"  export GPG_TTY="$(tty)" diff --git a/share/domains.csv b/share/domains.csv index 99517cc..1cca410 100644 --- a/share/domains.csv +++ b/share/domains.csv @@ -274,6 +274,7 @@ tecnico.ulisboa.pt,mail.tecnico.ulisboa.pt,993,mail.tecnico.ulisboa.pt,465  teknik.io,mail.teknik.io,993,mail.teknik.io,587  telenet.be,imap.telenet.be,993,smtp.telenet.be,587  tfwno.gf,mail.cock.li,993,mail.cock.li,587 +thamognya.com,mail.thamognya.com,993,mail.thamognya.com,587  thunix.net,thunix.net,143,thunix.net,25  tlen.pl,poczta.o2.pl,993,poczta.o2.pl,465  tlu.edu,imap-mail.outlook.com,993,smtp-mail.outlook.com,587  | 
