commit - 394ece97028f554022014ad299c32eddc82d36f8
commit + 0aaf7f96fe06d46dff86dac2c95075844c122ea3
blob - d3492e14e6665be5bcd5a74ae6460b8d75392dd3
blob + cef01078d451ca1e6cc77a5c33ebf193b403cf41
--- src/procmsg.h
+++ src/procmsg.h
#ifndef __PROCMSG_H__
#define __PROCMSG_H__
-#ifdef HAVE_CONFIG_H
-#include "claws-features.h"
-#endif
-
#include <glib.h>
#include <stdio.h>
#include <time.h>
MSGINFO_UPDATE_DELETED = 1 << 1
} MsgInfoUpdateFlags;
-#include "prefs_account.h"
#include "folder.h"
struct _MsgFlags
MsgInfoUpdateFlags flags;
};
-struct _MailFilteringData
-{
- MsgInfo *msginfo;
- GSList *msglist;
- GSList *filtered;
- GSList *unfiltered;
- PrefsAccount *account;
-};
-
struct _AvatarCaptureData
{
MsgInfo *msginfo;
blob - 8821e3ec9378205fb46f9a4ff5896e87bd95013b
blob + 8ba8f709f94ef81194373b978abd6b4b5d4cf20c
--- src/proctypes.h
+++ src/proctypes.h
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
+ *
*/
#ifndef PROCTYPES_H
struct _MsgInfoUpdate;
typedef struct _MsgInfoUpdate MsgInfoUpdate;
-struct _MailFilteringData;
-typedef struct _MailFilteringData MailFilteringData;
-
struct _AvatarCaptureData;
typedef struct _AvatarCaptureData AvatarCaptureData;