diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-03-06 09:23:31 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-03-06 09:23:31 +0000 |
commit | b350d13830761c4378890bb8cb1e8b661f5fe8cb (patch) | |
tree | 9ccd72427c2295555cf5c8294e95e7b24d5b8d84 /src/compose.h | |
parent | e00a33ba1fe858db0571adc5f9e1b486489a523c (diff) |
always enable To, Cc, and Bcc button of the address book.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1029 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.h')
-rw-r--r-- | src/compose.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compose.h b/src/compose.h index 1c23e9ce..fdf2d133 100644 --- a/src/compose.h +++ b/src/compose.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2005 Hiroyuki Yamamoto + * Copyright (C) 1999-2006 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -200,7 +200,7 @@ struct _AttachInfo off_t size; }; -void compose_new (PrefsAccount *account, +Compose *compose_new (PrefsAccount *account, FolderItem *item, const gchar *mailto, GPtrArray *attach_files); |