From d435a965c2b02c20429c3f858378fb296167f7be Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 24 Jan 2002 14:21:20 +0000 Subject: Fix the mail order stuff svn path=/trunk/; revision=15449 --- my-evolution/e-summary-mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'my-evolution/e-summary-mail.c') diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c index cad51b1c2d..90d6bddd91 100644 --- a/my-evolution/e-summary-mail.c +++ b/my-evolution/e-summary-mail.c @@ -434,7 +434,7 @@ e_summary_mail_reconfigure (ESummary *summary) old = mail->shown; mail->shown = NULL; - for (p = summary->preferences->display_folders; p; p = p->next) { + for (p = g_list_last (summary->preferences->display_folders); p; p = p->prev) { ESummaryMailFolder *folder; char *uri; -- cgit v1.2.3