commit d2ccc93584849a2981a5194c4d31b0c5617d3ee1
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Sun Apr 13 09:57:27 2008 +0000

    backport: give the implicitly created imap account config the name of
    the store.

 src/drv_imap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/drv_imap.c b/src/drv_imap.c
index 39663b8..ae85524 100644
--- a/src/drv_imap.c
+++ b/src/drv_imap.c
@@ -1815,6 +1815,7 @@ imap_parse_store( conffile_t *cfg, store_conf_t **storep, 
int *err )
                if (!store->server) {
                        store->server = nfmalloc( sizeof(sserver) );
                        memcpy( store->server, &sserver, sizeof(sserver) );
+                       store->server->name = store->gen.name;
                } else if (acc_opt) {
                        fprintf( stderr, "IMAP store '%s' has both Account and 
account-specific options\n", store->gen.name );
                        *err = 1;

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to