#ifndef _EM_MESSAGE_BROWSER_H #define _EM_MESSAGE_BROWSER_H #include "em-folder-view.h" typedef struct _EMMessageBrowser EMMessageBrowser; typedef struct _EMMessageBrowserClass EMMessageBrowserClass; struct _EMMessageBrowser { EMFolderView view; /* container, if setup */ struct _GtkWidget *window; struct _EMMessageBrowserPrivate *priv; }; struct _EMMessageBrowserClass { EMFolderViewClass parent_class; }; GType em_message_browser_get_type(void); GtkWidget *em_message_browser_new(void); /* also sets up a bonobo container window w/ docks and so on */ GtkWidget *em_message_browser_window_new(void); #endif /* ! _EM_MESSAGE_BROWSER_H */ git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
Commit message (Expand)AuthorAgeFilesLines
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+1
* Fix user/group creation order while installing package.krion2009-01-071-5/+5
* Bugfix: reinitialize len before calling accept().skv2008-12-132-1/+20
* - Bump PORTREVISION due to libspf2 updatemnag2008-10-291-1/+2
* Add support for DKIM (DomainKeys Identified Mail).skv2008-10-053-10/+29
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - Use pkg-config to determinate if sqlite3 are compiled with threadsmnag2008-04-071-2/+3
* Update to 4.69krion2007-12-212-4/+4
* Remove support for OSVERSION < 5edwin2007-10-041-4/+0
* Update to 4.68krion2007-09-052-4/+4
* Fix wrong path to config file in previous commit.sobomax2007-08-221-1/+1
* Fix building with radiusclient.sobomax2007-08-222-4/+21
* Portlint'ingkrion2007-08-121-1/+1
* Utilize USE_BDB in accordance with Mk/bsd.database.mkkrion2007-08-121-29/+20
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-042-23/+22
* Fix plist.krion2007-06-151-2/+2
* Fix dovecot authentication.krion2007-05-312-1/+5
* Add support for for dynamically-loaded string expansion functionskrion2007-05-291-11/+20
* Add mail/dovecot auth daemon for authentication.krion2007-05-293-30/+15
* Update to 4.67krion2007-04-293-19/+4
* Remove FAQ since file was deleted from master sites.krion2007-03-234-8/+17
* Update to 4.66krion2007-01-102-4/+4
* Update to 4.65krion2007-01-062-4/+4
* Update to 4.64krion2006-12-242-4/+4
* Add "ipv6" category.krion2006-12-211-1/+1
* Update to 4.63krion2006-08-012-4/+4
* Update to 4.62.krion2006-05-054-47/+5
* Fix build if WITHOUT_PERL is specified.krion2006-04-081-0/+14
* Fix the order of the acl and add_header entries to fix ACL negation.krion2006-04-062-1/+29
* Update to 4.61krion2006-04-054-18/+5
* Add libsrs_alt support.krion2006-03-264-31/+18
*