Use "mail/*" for the allowed_types for the posting folder selector.
* e-msg-composer-hdrs.c (create_headers): Use "mail/*" for the allowed_types for the posting folder selector. svn path=/trunk/; revision=18224
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-09-25 Dan Winship <danw@ximian.com>
|
||||
|
||||
* e-msg-composer-hdrs.c (create_headers): Use "mail/*" for the
|
||||
allowed_types for the posting folder selector.
|
||||
|
||||
2002-09-24 Dan Winship <danw@ximian.com>
|
||||
|
||||
* e-msg-composer-hdrs.c (create_from_optionmenu): Only append the
|
||||
|
||||
@ -387,7 +387,7 @@ static void
|
||||
create_headers (EMsgComposerHdrs *hdrs)
|
||||
{
|
||||
EMsgComposerHdrsPrivate *priv = hdrs->priv;
|
||||
static const char *posting_types[] = { "mail", NULL };
|
||||
static const char *posting_types[] = { "mail/*", NULL };
|
||||
|
||||
/*
|
||||
* Reply-To:
|
||||
|
||||
Reference in New Issue
Block a user