claws-mail/src/news_gtk.h
Colin Leroy efb4bce12a 2007-07-20 [colin] 2.10.0cvs51
* src/folder.c
	* src/folder.h
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/folderview.c
	* src/imap.c
	* src/imap_gtk.c
	* src/imap_gtk.h
	* src/news.c
	* src/news_gtk.c
	* src/news_gtk.h
	* src/prefs_folder_item.c
		Implement age-based caching: allow to
		specify a threshold for the offline synchronisation
		feature, and whether old cached bodies should
		be removed
	* src/toolbar.c
	* src/toolbar.h
		Fix label/tooltips
	* src/plugins/dillo_viewer/dillo_viewer.c
		Check that Dillo's installed
2007-07-20 16:20:59 +00:00

32 lines
1,009 B
C

/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
* Copyright (C) 1999-2007 Hiroyuki Yamamoto & the Claws Mail 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 3 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, see <http://www.gnu.org/licenses/>.
*
*/
#ifndef NEWS_GTK_H
#define NEWS_GTK_H
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "folder.h"
void news_gtk_init(void);
void news_gtk_synchronise(FolderItem *item, gint days);
#endif /* NEWS_GTK_H */