aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-mail.h
blob: 76098c6182a73bf649b47f8f2d549f299543ffbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef _E_FOLDER_MAIL_H_
#define _E_FOLDER_MAIL_H_

#include "e-folder.h"

#define E_FOLDER_MAIL_TYPE        (e_folder_mail_get_type ())
#define E_FOLDER_MAIL(o)          (GTK_CHECK_CAST ((o), E_FOLDER_MAIL_TYPE, EFolderMail))
#define E_FOLDER_MAIL_CLASS(k)    (GTK_CHECK_CLASS_CAST((k), E_FOLDER_MAIL_TYPE, EFolderMailClass))
#define E_IS_FOLDER_MAIL(o)       (GTK_CHECK_TYPE ((o), E_FOLDER_MAIL_TYPE))
#define E_IS_FOLDER_MAIL_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), E_FOLDER_MAIL_TYPE))

typedef struct {
    EFolder parent;
} EFolderMail;
 
typedef struct {
    EFolderClass parent;
} EFolderMailClass;

GtkType     e_folder_mail_get_type (void);
EFolder    *e_folder_mail_new      (const char *uri, const char *name, const char *desc,
                    const char *home_page, const char *view_name);

#endif /* _E_FOLDER_MAIL_H_ */




24&id=c4a26e854bc716521cc036b6b2af382ca3e9f354'>eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1 * Add new checksums for 2.4.1 and unbreak port.perky2005-04-111-2/+0 * BROKEN: Incorrect distinfokris2005-04-111-0/+2 * Use the SORT macro from bsd.port.mk.trevor2004-01-221-2/+3 * Update python documentation ports to Python-2.3's.perky2003-08-011-3/+17 * Take maintainerships from alane's python ports.perky2003-06-091-1/+1 * REST IN PEACEwill2003-06-091-1/+1 * Update to 2.2.3 and correct tg's e-mail address.perky2003-06-041-2/+10 * Clear moonlight beckons.ade2003-03-071-0/+1 * Take over as maintainer since tg is taking a leave of absence from portalane2002-11-161-2/+2 * Fix PLIST for Python-2.1 docs.tg2001-05-161-1/+8 * Put docs into versioned directories.tg2001-05-021-1/+1 * Use PYTHON_PORTVERSION, so this works for other releases than 2.0.tg2001-03-151-1/+2 * Upgrade docs for Python 2.0.tg2000-10-201-4/+4 * Rename PLIST_* to pkg-plist_*.asami2000-10-081-1/+1 * Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-4/+3 * Upgrade to 1.5.2p2.tg2000-04-06