Addressbook cut, copy and paste. Sort user attributes. Tidy up
[claws.git] / src / importldif.c
index 506f3dd885bd67dcd783968ddbbd244d6c13af90..c2983b8bdaae89028d0428a772b16dbcab6b4e4f 100644 (file)
@@ -271,7 +271,6 @@ static gboolean imp_ldif_field_move() {
        /* Import data into file */
        if( ldif_import_data( _ldifFile_, abf->addressCache ) == MGU_SUCCESS ) {
                addrbook_save_data( abf );
-               abf->dirtyFlag = TRUE;
                _importedBook_ = abf;
                retVal = TRUE;
        }