[Pkg-privacy-commits] [torbirdy] 01/09: Added support for automatic configuration of systemli.org email accounts
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Dec 1 21:25:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository torbirdy.
commit 9204ddc23dbb6bf755af91a933f2a3fb210ba0d2
Author: shadow <shadow at systemli.org>
Date: Wed Jun 29 15:33:37 2016 +0200
Added support for automatic configuration of systemli.org email accounts
---
chrome/content/emailwizard.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/chrome/content/emailwizard.js b/chrome/content/emailwizard.js
index 2da6ad7..d09ea5b 100644
--- a/chrome/content/emailwizard.js
+++ b/chrome/content/emailwizard.js
@@ -106,6 +106,10 @@ if(!org.torbirdy.emailwizard) org.torbirdy.emailwizard = new function() {
config.incoming.hostname = "mail.%EMAILDOMAIN%";
config.outgoing.hostname = "mail.%EMAILDOMAIN%";
break;
+ case "systemli.org":
+ config.incoming.hostname = "mail.%EMAILDOMAIN%";
+ config.outgoing.hostname = "mail.%EMAILDOMAIN%";
+ break;
}
replaceVariables(config, realname, email, password);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbirdy.git
More information about the Pkg-privacy-commits
mailing list