Fix bug 3793: segfault when autocompletion asks for master passphrase
[claws.git] / src / compose.h
index 5fe65a33409ef4874ea92ff92f431ee2d12cf9c9..fee1956f5103b0200d247183257d028d77e498b9 100644 (file)
@@ -252,6 +252,12 @@ struct _Compose
         GtkAspell *gtkaspell;
        GtkWidget *aspell_options_menu;
 #endif
         GtkAspell *gtkaspell;
        GtkWidget *aspell_options_menu;
 #endif
+
+#ifdef USE_LDAP
+       /* List of addressbook ifaces which we disabled, and will
+        * enable in compose_destroy. */
+       GSList *passworded_ldap_servers;
+#endif
 };
 
 struct _AttachInfo
 };
 
 struct _AttachInfo