Send/reply with an attachment. More...
Include dependency graph for recvcmd.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | attach_bounce_message (struct Mailbox *m, FILE *fp, struct AttachCtx *actx, struct Body *b) |
| Bounce function, from the attachment menu. | |
| void | mutt_attach_resend (FILE *fp, struct Mailbox *m, struct AttachCtx *actx, struct Body *b) |
| Resend-message, from the attachment menu. | |
| void | mutt_attach_forward (FILE *fp, struct Email *e, struct AttachCtx *actx, struct Body *b, SendFlags flags) |
| Forward an Attachment. | |
| void | mutt_attach_reply (FILE *fp, struct Mailbox *m, struct Email *e, struct AttachCtx *actx, struct Body *b, SendFlags flags) |
| Attach a reply. | |
| void | mutt_attach_mail_sender (struct AttachCtx *actx, struct Body *b) |
| Compose an email to the sender in the email attachment. | |
Send/reply with an attachment.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file recvcmd.h.
| void attach_bounce_message | ( | struct Mailbox * | m, |
| FILE * | fp, | ||
| struct AttachCtx * | actx, | ||
| struct Body * | b ) |
Bounce function, from the attachment menu.
Definition at line 166 of file recvcmd.c.
Here is the call graph for this function:
Here is the caller graph for this function:Resend-message, from the attachment menu.
| fp | File containing email |
| m | Current mailbox |
| actx | Attachment context |
| b | Attachment |
Definition at line 290 of file recvcmd.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void mutt_attach_forward | ( | FILE * | fp, |
| struct Email * | e, | ||
| struct AttachCtx * | actx, | ||
| struct Body * | b, | ||
| SendFlags | flags ) |
Forward an Attachment.
| fp | Handle to the attachment |
| e | |
| actx | Attachment Context |
| b | Current message |
| flags | Send mode, see SendFlags |
Definition at line 793 of file recvcmd.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void mutt_attach_reply | ( | FILE * | fp, |
| struct Mailbox * | m, | ||
| struct Email * | e, | ||
| struct AttachCtx * | actx, | ||
| struct Body * | b, | ||
| SendFlags | flags ) |
Attach a reply.
| fp | File handle to reply |
| m | Mailbox |
| e | |
| actx | Attachment Context |
| b | Current message |
| flags | Send mode, see SendFlags |
Definition at line 949 of file recvcmd.c.
Here is the call graph for this function:
Here is the caller graph for this function:Compose an email to the sender in the email attachment.
| actx | Attachment Context |
| b | Current attachment |
Definition at line 1127 of file recvcmd.c.
Here is the call graph for this function:
Here is the caller graph for this function: