From c54e95912887300be6d2145023c5287114c84ac3 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 18 Mar 2004 13:21:07 +0000 Subject: Added options for transport_url and source_url permissions. 2004-03-18 Not Zed * e-account.c: Added options for transport_url and source_url permissions. svn path=/trunk/; revision=25115 --- e-util/ChangeLog | 5 +++++ e-util/e-account.c | 16 +++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) (limited to 'e-util') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index c7a8a3fcb7..e5b8e4b9a1 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2004-03-18 Not Zed + + * e-account.c: Added options for transport_url and source_url + permissions. + 2004-03-18 Not Zed * e-account.c (e_account_writable, e_account_writable_option): diff --git a/e-util/e-account.c b/e-util/e-account.c index d14761a029..da16677913 100644 --- a/e-util/e-account.c +++ b/e-util/e-account.c @@ -606,8 +606,8 @@ enum { EAP_LOCK_AUTOCHECK, EAP_LOCK_DEFAULT_FOLDERS, EAP_LOCK_SAVE_PASSWD, - EAP_LOCK_SOURCE_URL, - EAP_LOCK_TRANSPORT_URL, + EAP_LOCK_SOURCE, + EAP_LOCK_TRANSPORT, }; static struct _system_info { @@ -618,14 +618,14 @@ static struct _system_info { { "imap_namespace", 1<perm; } - - printf("checking key '%s', new perms '%08x'\n", tkey+1, ea_perms); } static void -- cgit v1.2.3