Searched refs:sender (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/mailx/
H A Dmailx.h321 char* l_from; /* The name of the sender */
350 #define GREPLY (1L<<20) /* For reply to sender */
353 #define GSENDER (1L<<23) /* Get state.var.sender address only */
511 struct sender { struct
512 struct sender* next; /* next in list */
514 char address[1]; /* sender address override */
662 struct sender* sender; /* compiled state.var.sender */ member in struct:__anon136
849 char* sender; member in struct:__anon136::__anon147
[all...]
H A Dvars.c533 * Trap sender variable assignment.
539 struct sender* sp;
548 if (!(sp = newof(0, struct sender, 1, strlen(value))))
594 note(ERROR, "sender match operand syntax error: '%s' not expected", value - 1);
596 sp->next = state.sender;
597 state.sender = sp;
601 state.sender = 0;
H A Dcmd1.c155 name = grab(mp, (state.var.news ? GNEWS : state.var.showto && sender(state.var.user, mesg) ? GTO : GREPLY)|GDISPLAY, NiL);
283 * Print out the status, message number, and sender
H A Ddata.c55 X("[ message ... ]\nCopy the selected messages to a file name derived from the sender of the first message without marking the messages SAVE."),
57 X("[ message ... ]\nReply to the first message, sending the message to the sender of each selected message. The reply is recorded in a file name derived from the sender of the first message."),
59 X("[ message ]\nList the status and sender for the selected messages."),
73 X("[ message ... ]\nMail a reply message to the sender of each selected message. The subject will be prefixed with Re:<space> if not already in that form. See reply if ${flipr} is set."),
77 X("[ message ... ]\nCopy the selected messages to a file name derived from the sender of the first message, marking the messages SAVE."),
105 X("[ message ... ] address ...\nDuplicate the selected messages to address ... without marking the messages SAVE. The original sender information is preserved. The messages are transferred via SMTP using the ${smtp} host."),
123 X("[ message ]\nReply to message, recording the reply on a file name derived from the sender of the message."),
399 X("Print the status and sender for the specified number of most recent messages and exit."),
448 "sender",
[all...]
H A Dlist.c114 sender(char* name, int mesg) function
503 * so that we can unmark any whose sender was not selected

Completed in 18 milliseconds