aboutsummaryrefslogtreecommitdiff
path: root/src/mimeview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-18 04:46:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-18 04:46:04 +0000
commite2aefdc5827abe3fa100f582d1b27e173fc334f7 (patch)
tree05d7958b02e9efa499622081500a9385a16ea037 /src/mimeview.h
parent410b80d898fb7e1e59511d75b775aa184fd463cb (diff)
disabled 'Save all...' menu on attach view if attached files with file name do not exist.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3096 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mimeview.h')
-rw-r--r--src/mimeview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mimeview.h b/src/mimeview.h
index 6cebcf39..89b41b5c 100644
--- a/src/mimeview.h
+++ b/src/mimeview.h
@@ -71,6 +71,8 @@ struct _MimeView
gchar *file;
gchar *drag_file;
+
+ gboolean has_attach_file;
};
MimeView *mimeview_create (void);