diff options
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r-- | libsylph/prefs_common.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 439fa958..0a990abc 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -1,6 +1,6 @@ /* * LibSylph -- E-Mail client library - * Copyright (C) 1999-2007 Hiroyuki Yamamoto + * Copyright (C) 1999-2008 Hiroyuki Yamamoto * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -59,6 +59,8 @@ static PrefParam param[] = { {"encoding_method", "0", &prefs_common.encoding_method, P_ENUM}, {"mime_filename_encoding_method", "0", &prefs_common.mime_fencoding_method, P_ENUM}, + {"check_attach", "FALSE", &prefs_common.check_attach, P_BOOL}, + {"check_attach_str", NULL, &prefs_common.check_attach_str, P_STRING}, {"allow_jisx0201_kana", "FALSE", &prefs_common.allow_jisx0201_kana, P_BOOL}, |