fix CID 1596595: Resource leaks, and CID 1596594: (CHECKED_RETURN)
[claws.git] / src / plugins / spamassassin / spamassassin.h
index 42ecbc843fc8c318c44642321034a791f213d7fd..4f447dc490d531c0327b96c3fe55b4b6c0123168 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 the Claws Mail Team
+ * Claws Mail -- a GTK based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2012 the Claws Mail Team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -50,6 +50,7 @@ struct _SpamAssassinConfig
        gboolean                 mark_as_read;
        gboolean                 whitelist_ab;
        gchar                   *whitelist_ab_folder;
+       gboolean                 compress;
 };
 
 SpamAssassinConfig *spamassassin_get_config          (void);