src/xcardconversions.h

Christian Mollekopf mollekopf at kolabsys.com
Wed May 15 16:34:11 CEST 2013


 src/xcardconversions.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 5a6f261f3d1a5fa320b68a1b2dde78c5cabffaf1
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Wed May 15 16:31:33 2013 +0200

    Removed warning for empty distlist.
    
    Roundcube saves empty groups, which is a valid usecase.
    BUG: 1870
    FIXED-IN: 0.8.4
    (cherry picked from commit 795e6cb1b1b4023f2ab573e30cfb2e59a9f88ba9)

diff --git a/src/xcardconversions.h b/src/xcardconversions.h
index 47e01f1..ffd7804 100644
--- a/src/xcardconversions.h
+++ b/src/xcardconversions.h
@@ -772,8 +772,6 @@ void writeCard<Kolab::DistList>(vcard_4_0::vcard &vcard, const Kolab::DistList &
             }
         }
         vcard.member(members);
-    } else {
-        WARNING("empty distlist");
     }
 }
 





More information about the commits mailing list