aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorParthasarathi Susarla <sparthasarathi@novell.com>2005-10-05 18:38:01 +0800
committerParthasarathi Susarla <saps@src.gnome.org>2005-10-05 18:38:01 +0800
commitad4b47a0b4ec401a285517a48c40c3aea9cf3957 (patch)
tree955fcf39692776d085e41194f9c2f0751e52d61a /composer
parent580e2df649bfaffd259f416f6d82fdcdb6426ea4 (diff)
downloadgsoc2013-evolution-ad4b47a0b4ec401a285517a48c40c3aea9cf3957.tar
gsoc2013-evolution-ad4b47a0b4ec401a285517a48c40c3aea9cf3957.tar.gz
gsoc2013-evolution-ad4b47a0b4ec401a285517a48c40c3aea9cf3957.tar.bz2
gsoc2013-evolution-ad4b47a0b4ec401a285517a48c40c3aea9cf3957.tar.lz
gsoc2013-evolution-ad4b47a0b4ec401a285517a48c40c3aea9cf3957.tar.xz
gsoc2013-evolution-ad4b47a0b4ec401a285517a48c40c3aea9cf3957.tar.zst
gsoc2013-evolution-ad4b47a0b4ec401a285517a48c40c3aea9cf3957.zip
Reverting the last commit
2005-10-05 Parthasarathi Susarla <sparthasarathi@novell.com> Reverting the last commit svn path=/trunk/; revision=30493
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog4
-rw-r--r--composer/e-msg-composer-hdrs.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 93f270f39d..b4670a6326 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,5 +1,9 @@
2005-10-05 Parthasarathi Susarla <sparthasarathi@novell.com>
+ Reverting the last commit
+
+2005-10-05 Parthasarathi Susarla <sparthasarathi@novell.com>
+
** See bug #315987
* e-msg-composer-hdrs.c: (create_from_optionmenu):
diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c
index 4e9cc74988..34f8b91f8a 100644
--- a/composer/e-msg-composer-hdrs.c
+++ b/composer/e-msg-composer-hdrs.c
@@ -372,7 +372,7 @@ create_from_optionmenu (EMsgComposerHdrs *hdrs)
while (e_iterator_is_valid (iter)) {
account = (EAccount *) e_iterator_get (iter);
- if (account->enabled && account->id->address && account_can_send (account))
+ if (account->id->address && account_can_send (account))
g_ptr_array_add (addresses, account->id->address);
e_iterator_next (iter);
@@ -391,7 +391,7 @@ create_from_optionmenu (EMsgComposerHdrs *hdrs)
continue;
}
- if (account->enabled && account->id->address && *account->id->address && account_can_send (account)) {
+ if (account->id->address && *account->id->address && account_can_send (account)) {
/* If the account has a unique email address, just
* show that. Otherwise include the account name.
*/