Send/reply with an attachment. More...
#include "send/lib.h"
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 AttachPtrArray *aa, struct Mailbox *m) |
| Bounce function, from the attachment menu. | |
| void | mutt_attach_resend (struct AttachPtrArray *aa, struct Mailbox *m) |
| Resend-message, from the attachment menu. | |
| void | mutt_attach_forward (struct AttachPtrArray *aa, struct Email *e, struct AttachCtx *actx, SendFlags flags) |
| Forward selected attachments. | |
| void | mutt_attach_reply (struct AttachPtrArray *aa, struct Mailbox *m, struct Email *e, struct AttachCtx *actx, SendFlags flags) |
| Attach a reply. | |
| void | mutt_attach_mail_sender (struct AttachPtrArray *aa) |
| 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 AttachPtrArray * | aa, |
| struct Mailbox * | m ) |
Bounce function, from the attachment menu.
| aa | Selected attachments |
| m | Mailbox |
Definition at line 158 of file recvcmd.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void mutt_attach_resend | ( | struct AttachPtrArray * | aa, |
| struct Mailbox * | m ) |
Resend-message, from the attachment menu.
| aa | Selected attachments |
| m | Current mailbox |
Definition at line 255 of file recvcmd.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void mutt_attach_forward | ( | struct AttachPtrArray * | aa, |
| struct Email * | e, | ||
| struct AttachCtx * | actx, | ||
| SendFlags | flags ) |
Forward selected attachments.
Definition at line 737 of file recvcmd.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void mutt_attach_reply | ( | struct AttachPtrArray * | aa, |
| struct Mailbox * | m, | ||
| struct Email * | e, | ||
| struct AttachCtx * | actx, | ||
| SendFlags | flags ) |
Attach a reply.
| aa | Selected attachments |
| m | Mailbox |
| e | |
| actx | Attachment Context |
| flags | Send mode, see SendFlags |
Definition at line 885 of file recvcmd.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void mutt_attach_mail_sender | ( | struct AttachPtrArray * | aa | ) |
Compose an email to the sender in the email attachment.
| aa | Selected attachments |
Definition at line 1074 of file recvcmd.c.
Here is the call graph for this function:
Here is the caller graph for this function: