Modify ↓
#371 closed enhancement (fixed)Missing ARexx command to choose an identity
Description
Since the introduction of user identities it is impossible to choose the user identity to be used when composing a new mail using ARexx. So far YAM will always use the first/default identity which might not be the correct one when a user has configured more than one identity.
A to be implemented WRITEIDENTITY command should make it possible to chose an identity from the list of available identities either by its name/description or by the mail address configured for an identity. Attachments (0)Change History (2)comment:1 Changed 4 months ago by thboeckel
comment:2 Changed 4 months ago by damato
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



(In [6510]) * Rexx.c, UserIdentities.c, rexx/writeidentity.c: added the ARexx command WRITEIDENTITY to let a script choose the user identity to be used when composing a new mail via ARexx. The identity can be chosen either by its description or by its mail address. The command template is "IDENTITY/K,ADDRESS/K". This closes #371.