From d88b2045a5093c39dcd175dac5e3fd0153812922 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 17 Mar 2006 07:12:57 +0000 Subject: added the option for MIME filename encoding method. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1053 ee746299-78ed-0310-b773-934348b2243d --- src/prefs_ui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/prefs_ui.h') diff --git a/src/prefs_ui.h b/src/prefs_ui.h index 019dd845..bc33e6b9 100644 --- a/src/prefs_ui.h +++ b/src/prefs_ui.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2005 Hiroyuki Yamamoto + * Copyright (C) 1999-2006 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 @@ -164,5 +164,7 @@ void prefs_set_data_from_spinbtn(PrefParam *pparam); void prefs_set_spinbtn (PrefParam *pparam); void prefs_set_data_from_fontbtn(PrefParam *pparam); void prefs_set_fontbtn (PrefParam *pparam); +void prefs_set_data_from_optmenu(PrefParam *pparam); +void prefs_set_optmenu (PrefParam *pparam); #endif /* __PREFS_UI_H__ */ -- cgit v1.2.3