diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-12-12 05:49:09 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-12-12 05:49:09 +0000 |
commit | 1fcff6946e9a2579514539c73a747519b2c19680 (patch) | |
tree | e2b77158ec6452414431f2abe4df6c89e899c262 /libsylph/procmime.h | |
parent | 0085a6a12bca001914e6fe846a553fa1c482e377 (diff) |
made file names generated on opening attachments more user-friendly.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3458 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procmime.h')
-rw-r--r-- | libsylph/procmime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/procmime.h b/libsylph/procmime.h index 1247601d..0242d34f 100644 --- a/libsylph/procmime.h +++ b/libsylph/procmime.h @@ -196,6 +196,8 @@ gboolean procmime_find_string (MsgInfo *msginfo, gchar *procmime_get_part_file_name (MimeInfo *mimeinfo); gchar *procmime_get_tmp_file_name (MimeInfo *mimeinfo); +gchar *procmime_get_tmp_file_name_for_user + (MimeInfo *mimeinfo); ContentType procmime_scan_mime_type (const gchar *mime_type); gchar *procmime_get_mime_type (const gchar *filename); |