An email to which things will be attached. More...
#include "attach.h"
Data Fields | |
| struct Body * | body |
| Attachment. | |
| FILE * | fp |
| Used in the recvattach menu. | |
| int | parent_type |
| Type of parent attachment, e.g. TYPE_MULTIPART. | |
| char * | tree |
| Tree characters to display. | |
| int | level |
| Nesting depth of attachment. | |
| int | num |
| Attachment index number. | |
| bool | unowned: 1 |
| Don't unlink on detach. | |
| bool | decrypted: 1 |
| Not part of message as stored in the email->body. | |
| bool | collapsed: 1 |
| Group is collapsed. | |
| int AttachPtr::parent_type |
Type of parent attachment, e.g. TYPE_MULTIPART.
| bool AttachPtr::decrypted |