2
* This file is a part of the Cairo-Dock project
4
* Copyright : (C) see the 'copyright' file.
5
* E-mail : see the 'copyright' file.
7
* This program is free software; you can redistribute it and/or
8
* modify it under the terms of the GNU General Public License
9
* as published by the Free Software Foundation; either version 3
10
* of the License, or (at your option) any later version.
12
* This program is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
* You should have received a copy of the GNU General Public License
17
* along with this program. If not, see <http://www.gnu.org/licenses/>.
21
#ifndef __CD_APPLET_STRUCT__
22
#define __CD_APPLET_STRUCT__
26
#include <libetpan/libetpan.h>
27
#include <cairo-dock.h>
29
#define MAIL_DEFAULT_NAME "_Mail_"
42
struct _AppletConfig {
43
gchar *cNoMailUserImage;
44
gchar *cHasMailUserImage;
45
gchar *cNewMailUserSound;
48
gchar *cMailApplication;
51
gint iAnimationDuration;
53
gboolean bStealTaskBarIcon;
54
gboolean bShowMessageContent;
55
gboolean bCheckOnStartup;
58
gboolean bAlwaysShowMailCount;
62
GPtrArray *pMailAccounts;
63
guint iNbUnreadMails, iPrevNbUnreadMails;
64
gchar *cWorkingDirPath;
65
time_t timeEndOfSound;
67
GLuint iNoMailTexture;
68
GLuint iHasMailTexture;
74
CairoDialog *pMessagesDialog;
75
GtkTextBuffer *pTextBuffer;
76
GtkWidget *pPrevButton;
77
GtkWidget *pNextButton;
78
gint iCurrentlyShownMail;
83
CairoDockModuleInstance *pAppletInstance;
85
struct mailstorage *storage;
86
struct mailfolder *folder;
87
guint iNbUnseenMails, iPrevNbUnseenMails;
97
CairoDockTask *pAccountMailTimer;
99
gboolean bInitialized;
100
GList *pUnseenMessageList; // liste de gchar*
101
GList *pUnseenMessageUid; // liste de gchar*