aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_ui.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-17 07:12:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-17 07:12:57 +0000
commitd88b2045a5093c39dcd175dac5e3fd0153812922 (patch)
tree7bca0c7b70d1274fc37dfaaf53dea52c6526805b /src/prefs_ui.h
parent5d5b413e4b4213e72f51d6393d4f42ba96936ea2 (diff)
added the option for MIME filename encoding method.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1053 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_ui.h')
-rw-r--r--src/prefs_ui.h4
1 files changed, 3 insertions, 1 deletions
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__ */