claws-mail/src/imap_gtk.h
Colin Leroy 22910ea7e6 2005-09-08 [colin] 1.9.14cvs9
* src/compose.c
        	Alert when we can't save draft
        	Fix various wrap/color issues
        	Add mid-click pasting respecting wrap_paste option
	* src/folder.c
	* src/folder.h
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/imap.c
	* src/imap_gtk.c
	* src/imap_gtk.h
	* src/main.c
	* src/mainwindow.c
	* src/mainwindow.h
	* src/news.c
	* src/news_gtk.c
	* src/news_gtk.h
	* src/prefs_folder_item.c
        	Fix the impossibility to synchronise folders for
        	offline use (IMAP and NNTP are concerned)
2005-09-08 18:28:36 +00:00

35 lines
1.1 KiB
C

/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
* Copyright (C) 1999-2004 Hiroyuki Yamamoto & the Sylpheed-Claws 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef IMAP_GTK_H
#define IMAP_GTK_H
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <glib.h>
#include "folder.h"
void imap_gtk_init(void);
void imap_gtk_synchronise(FolderItem *item);
gboolean imap_gtk_should_override(void);
#endif /* IMAP_GTK_H */