diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-09 11:10:13 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-09 11:10:13 +0800 |
commit | 0885119ef7c4bf7123d822e001c99c15e0fffcae (patch) | |
tree | 00f15d5721b5a78b2004ef3e4e0a425be6e96771 /mail/em-utils.h | |
parent | 58af720ebbfba0f47daae448ffcf52d5cd5cff20 (diff) | |
download | gsoc2013-evolution-0885119ef7c4bf7123d822e001c99c15e0fffcae.tar.gz gsoc2013-evolution-0885119ef7c4bf7123d822e001c99c15e0fffcae.tar.zst gsoc2013-evolution-0885119ef7c4bf7123d822e001c99c15e0fffcae.zip |
** Fix for bug #307410
svn path=/trunk/; revision=33776
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h index 565011a4d0..440a83fa2a 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -108,6 +108,9 @@ struct _CamelMimePart *em_utils_contact_photo (struct _CamelInternetAddress *add const char *em_utils_snoop_type(struct _CamelMimePart *part); +/* clears flag 'get_password_canceled' at every known accounts, so if needed, get_password will show dialog */ +void em_utils_clear_get_password_canceled_accounts_flag (void); + #ifdef __cplusplus } #endif /* __cplusplus */ |