From 541afd326f6bd4f0a130e9fdce9a82b7350d37dc Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 3 Apr 2013 09:34:40 +0000 Subject: added the feature to save message as plain text (locale or UTF-8 encoding). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3245 ee746299-78ed-0310-b773-934348b2243d --- src/filesel.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/filesel.h') diff --git a/src/filesel.h b/src/filesel.h index b089a89a..c694ef24 100644 --- a/src/filesel.h +++ b/src/filesel.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2012 Hiroyuki Yamamoto + * Copyright (C) 1999-2013 Hiroyuki Yamamoto * * 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 @@ -31,6 +31,10 @@ GSList *filesel_select_files (const gchar *title, GtkFileChooserAction action); gchar *filesel_save_as (const gchar *file); +gchar *filesel_save_as_type (const gchar *file, + GSList *types, + gint default_type, + gint *selected_type); gchar *filesel_select_dir (const gchar *dir); #endif /* __FILESEL_H__ */ -- cgit v1.2.3