aboutsummaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-07-12 04:52:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-07-12 04:52:01 +0000
commitd5d2eac2da2157a8bbd188d9108e37b941b1bf1a (patch)
treea0149e9fdff7c114bd14eb8dab9e3aa9f415618d /src/compose.h
parent1093df8f250e0b7e62bb2417d0163e36a8edb021 (diff)
refactored add-reply-or-forward-mark-after-sending.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1857 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.h')
-rw-r--r--src/compose.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compose.h b/src/compose.h
index edd8ddc8..4c6f063d 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -141,8 +141,8 @@ struct _Compose
ComposeMode mode;
MsgInfo *targetinfo;
- MsgInfo *replyinfo;
- GSList *forward_mlist;
+ gchar *reply_target;
+ gchar *forward_targets;
gchar *replyto;
gchar *cc;