An email to which things will be attached.
More...
#include "attach.h"
|
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.
|
|
An email to which things will be attached.
Definition at line 36 of file attach.h.
◆ body
struct Body* AttachPtr::body |
Attachment.
Definition at line 38 of file attach.h.
◆ fp
Used in the recvattach menu.
Definition at line 39 of file attach.h.
◆ parent_type
int AttachPtr::parent_type |
◆ tree
Tree characters to display.
Definition at line 41 of file attach.h.
◆ level
Nesting depth of attachment.
Definition at line 42 of file attach.h.
◆ num
Attachment index number.
Definition at line 43 of file attach.h.
◆ unowned
Don't unlink on detach.
Definition at line 44 of file attach.h.
◆ decrypted
bool AttachPtr::decrypted |
Not part of message as stored in the email->body.
Definition at line 45 of file attach.h.
◆ collapsed
bool AttachPtr::collapsed |
The documentation for this struct was generated from the following file: