[#40590]
2003-04-02 Not Zed <NotZed@Ximian.com> [#40590] * e-config-upgrade.c (identity_map[]): Move the signature stuff to a child node. (identity_sig_map[]): Define the signature node. Fix *autogenerated_signature_%i to map to "auto". svn path=/trunk/; revision=20615
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
2003-04-02 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
[#40590]
|
||||
|
||||
* e-config-upgrade.c (identity_map[]): Move the signature stuff to
|
||||
a child node.
|
||||
(identity_sig_map[]): Define the signature node. Fix
|
||||
*autogenerated_signature_%i to map to "auto".
|
||||
|
||||
2003-04-01 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
[#40474]
|
||||
|
||||
@ -642,13 +642,18 @@ struct _map_table smime_map[] = {
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
struct _map_table identity_sig_map[] = {
|
||||
{ "identity_autogenerated_signature_%i", "auto", MAP_BOOL },
|
||||
{ "identity_def_signature_%i", "default", MAP_LONG },
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
struct _map_table identity_map[] = {
|
||||
{ "identity_name_%i", "name", MAP_STRING|MAP_CONTENT },
|
||||
{ "identity_address_%i", "addr-spec", MAP_STRING|MAP_CONTENT },
|
||||
{ "identity_reply_to_%i", "reply-to", MAP_STRING|MAP_CONTENT },
|
||||
{ "identity_organization_%i", "organization", MAP_STRING|MAP_CONTENT },
|
||||
{ "identity_autogenerated_signature_%i", "signature", MAP_BOOL },
|
||||
{ "identity_def_signature_%i", "default", MAP_LONG },
|
||||
{ NULL, "signature", MAP_CHILD, identity_sig_map },
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user