aboutsummaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-07-09 07:40:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-07-09 07:40:05 +0000
commit5ffaca8a5c8cd4b66e638dfad96acc95d3ab9c05 (patch)
tree8d805de0a4098af4843ee7304c00f0db528eede0 /src/compose.h
parent4a926a141d7bfb0830e599ab2c85233d24513ea5 (diff)
implemented add-forward-mark-after-sending.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1849 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.h')
-rw-r--r--src/compose.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compose.h b/src/compose.h
index 2a0136e5..edd8ddc8 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -142,6 +142,7 @@ struct _Compose
MsgInfo *targetinfo;
MsgInfo *replyinfo;
+ GSList *forward_mlist;
gchar *replyto;
gchar *cc;