X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Faddress_keeper%2Faddress_keeper_prefs.h;h=3145be7f07ec4f4a4ec57f483aa86742b8503a53;hp=30541c03dafdfe9fd66779c0fb45b0f02e659ca3;hb=HEAD;hpb=99bb49956e8efde944310a6528000f5a25e6e8df diff --git a/src/plugins/address_keeper/address_keeper_prefs.h b/src/plugins/address_keeper/address_keeper_prefs.h index 30541c03d..1f518e3ef 100644 --- a/src/plugins/address_keeper/address_keeper_prefs.h +++ b/src/plugins/address_keeper/address_keeper_prefs.h @@ -1,11 +1,10 @@ /* - * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2009 Hiroyuki Yamamoto and the Claws Mail Team - * Copyright (C) 2009-2010 Ricardo Mones + * Claws Mail -- a GTK based, lightweight, and fast e-mail client + * Copyright (C) 2009-2018 Ricardo Mones and 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 - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -14,8 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * along with this program. If not, see . */ #ifndef __ADDRESS_KEEPER_PREFS__ @@ -27,10 +25,11 @@ typedef struct _AddressKeeperPrefs AddressKeeperPrefs; struct _AddressKeeperPrefs { - gchar *addressbook_folder; + gchar *addressbook_folder; gboolean keep_to_addrs; gboolean keep_cc_addrs; gboolean keep_bcc_addrs; + gchar *block_matching_addrs; }; extern AddressKeeperPrefs addkeeperprefs;