From ffc70650c181db4dcfaf85d319cad74aaa6ee8d2 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 11 Dec 2000 04:14:45 +0000 Subject: reordered the options and added maildir, mbox, maildir, mh, in that order. 2000-12-11 Not Zed * local-config.glade: reordered the options and added maildir, mbox, maildir, mh, in that order. * mail-local.c (reconfigure_clicked): Added maildir, re-ordered to match the changed xml file too. (do_reconfigure_folder): WHoever 'threaded' this code forgot to check that folder_browser functions shouldn't be called here. (cleanup_reconfigure_folder): Call it here instead. (lookup_folder): Blah blah, we have to lookup the folder and verify its still the same format, joy. Becaause someone thought it would be wise to make the code 5x more complicated for no reason, and totally break 'mail reconfigure' in the process. i'm really happy about that one. (cleanup_register_folder): Uh, yeah, so like, the local_store->folders hashtable is supposed to point to like, LocalFolders, not CamelFolders. (free_local_folder): Free the localfolder struct properly. (free_folder): Call above to free data properly. (get_folder): Fix for fixing folders hashtable. (local_storage_removed_folder_cb): Same here. (local_storage_new_folder_cb): Ref the local_store when putting it in the local_folder. (cleanup_register_folder): Properly free the local_folder if the op failed. (free_local_folder): Unhook events also. svn path=/trunk/; revision=6898 --- mail/local-config.glade | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/local-config.glade') diff --git a/mail/local-config.glade b/mail/local-config.glade index 8f3a1a4cda..890f55144d 100644 --- a/mail/local-config.glade +++ b/mail/local-config.glade @@ -174,8 +174,9 @@ GtkOptionMenu option_format True - mh -mbox + mbox +maildir +mh 0 -- cgit v1.2.3