[evolution-data-server] Fixed - Unable to send mails using Evolution.



commit 7d6714c4a0da5f39e1df4c5a2ffc99aa2d190f81
Author: Bharath Acharya <abharath novell com>
Date:   Thu Sep 9 18:29:45 2010 +0530

    Fixed - Unable to send mails using Evolution.
    
    Fixed the address regression.

 addressbook/libebook/e-destination.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libebook/e-destination.c b/addressbook/libebook/e-destination.c
index e8066bf..0538b72 100644
--- a/addressbook/libebook/e-destination.c
+++ b/addressbook/libebook/e-destination.c
@@ -879,7 +879,7 @@ e_destination_get_address (const EDestination *dest)
 					camel_address_decode (CAMEL_ADDRESS (addr), name);
 			}
 			iter = g_list_next (iter);
-		}		
+		}
 		priv->addr = camel_address_encode (CAMEL_ADDRESS (addr));
 	} else if (priv->raw) {
  		if (camel_address_unformat (CAMEL_ADDRESS (addr), priv->raw))
@@ -896,6 +896,8 @@ e_destination_get_address (const EDestination *dest)
 		else /* this case loses i suppose, but there's
 			nothing we can do here */
 			camel_address_decode (CAMEL_ADDRESS (addr), name);
+
+		priv->addr = camel_address_encode (CAMEL_ADDRESS (addr));
 	}
 	g_object_unref (addr);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]