commit d8ee06d81a2b914aa406d4d4710bf751e6478758 parent fbf3e9ceb63690b727c7909d2c6115b11b0e2054 Author: Ricardo Mones <ricardo@mones.org> Date: Tue, 5 Dec 2017 22:51:57 +0100 Remove list of bugs which are not outstanding Diffstat:
| M | src/ldapupdate.c | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/src/ldapupdate.c b/src/ldapupdate.c @@ -21,18 +21,6 @@ * Functions necessary to access LDAP servers. */ -/* - * Outstanding bugs - * 1) When adding a contact to an empty addressbook from the pop-up menu - * when right-clicking on an email address causes claws-mail to crash in - * addritem.c line 965. Severity: Show stopper. Solved in 2.9.2cvs17 - * 2) Updating a contact gets lost if the user makes a new search on the - * same LdapServer. Severity: Medium. Solved in 2.9.2cvs17 (patch added to solve 1) also solved this bug) - * 3) After adding a new contact the displayName for the contact is empty - * until the user makes a reread from the LdapServer. Severity: minor. - * Solved in 2.9.2cvs24 - */ - #ifdef HAVE_CONFIG_H # include "config.h" #include "claws-features.h"