aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-accounts.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-07-05 08:16:36 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-05 08:16:36 +0800
commitfe8c0513dafbc8441e65ec2c4d69b803e88fe21e (patch)
treee13e721929a6b7aa1b2c7eb23b7dc5df6ecaf522 /mail/mail-accounts.c
parentadfff13e095602ac0aa4f98a8dec8494b3428a4c (diff)
downloadgsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar
gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar.gz
gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar.bz2
gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar.lz
gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar.xz
gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.tar.zst
gsoc2013-evolution-fe8c0513dafbc8441e65ec2c4d69b803e88fe21e.zip
changed a comment
svn path=/trunk/; revision=17370
Diffstat (limited to 'mail/mail-accounts.c')
-rw-r--r--mail/mail-accounts.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-accounts.c b/mail/mail-accounts.c
index c929ae1e48..67f0d8a3a9 100644
--- a/mail/mail-accounts.c
+++ b/mail/mail-accounts.c
@@ -326,7 +326,8 @@ account_able_clicked (GtkButton *button, gpointer user_data)
account->source->enabled = !account->source->enabled;
#if 0
- /* if the account got disabled, remove it from the folder-tree, otherwise add it to the folder-tree */
+ /* if the account got disabled, remove it from the
+ folder-tree, otherwise add it to the folder-tree */
if (account->source && account->source->url) {
if (account->source->enabled)
mail_load_storage_by_uri (prefs->shell, account->source->url, account->name);