From fe8c0513dafbc8441e65ec2c4d69b803e88fe21e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 5 Jul 2002 00:16:36 +0000 Subject: changed a comment svn path=/trunk/; revision=17370 --- mail/mail-accounts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail') 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); -- cgit v1.2.3