[Xfce4-commits] <postler:master> Use the domain as 'maildomain' in msmtp

Christian Dywan noreply at xfce.org
Fri Nov 5 18:30:03 CET 2010


Updating branch refs/heads/master
         to f38adcdf6331919591f37baed4b15f7158eccff3 (commit)
       from 1f5913e416b5f973a9a445f9bb3dfed1320050c4 (commit)

commit f38adcdf6331919591f37baed4b15f7158eccff3
Author: Allen Lowe <lallenlowe at gmail.com>
Date:   Fri Nov 5 18:16:48 2010 +0100

    Use the domain as 'maildomain' in msmtp

 postler/postler-accounts.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/postler/postler-accounts.vala b/postler/postler-accounts.vala
index 56835ee..fc6842a 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -239,7 +239,7 @@ public class Postler.Accounts : GLib.Object {
                 tls_trust_file %s
                 tls_trust_file %s
                 auto_from on
-                maildomain localhost
+                maildomain %s
                 account postler
                 host %s
                 from %s
@@ -250,6 +250,7 @@ public class Postler.Accounts : GLib.Object {
                 printf (
                     certificate_file,
                     certificate != null ? certificate : certificate_file,
+                    info.address.split (",")[0].split ("@")[1],
                     info.send,
                     info.address.split (",")[0],
                     info.username,



More information about the Xfce4-commits mailing list