2005-05-20 [colin] 1.9.11cvs2
[claws.git] / src / procmsg.c
index 9db1131ed5906bf9d9c2a506ae230c29d556c120..9f5817d0d26c980228aa1dfe9df074c3d6213a31 100644 (file)
@@ -722,9 +722,9 @@ parse_again:
        cur = orig;
        while (cur) {
                gchar *file;
+               PrefsAccount *ac = procmsg_get_account_from_file(file);
                msg = (MsgInfo *)cur->data;
                file = folder_item_fetch_msg(queue, msg->msgnum);
-               PrefsAccount *ac = procmsg_get_account_from_file(file);
                g_free(file);
 
                if (last_account == NULL || (ac != NULL && ac == last_account)) {