NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AttachPtr Struct Reference

An email to which things will be attached. More...

#include "attach.h"

+ Collaboration diagram for AttachPtr:

Data Fields

struct Bodybody
 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.
 

Detailed Description

An email to which things will be attached.

Definition at line 36 of file attach.h.

Field Documentation

◆ body

struct Body* AttachPtr::body

Attachment.

Definition at line 38 of file attach.h.

◆ fp

FILE* AttachPtr::fp

Used in the recvattach menu.

Definition at line 39 of file attach.h.

◆ parent_type

int AttachPtr::parent_type

Type of parent attachment, e.g. TYPE_MULTIPART.

Definition at line 40 of file attach.h.

◆ tree

char* AttachPtr::tree

Tree characters to display.

Definition at line 41 of file attach.h.

◆ level

int AttachPtr::level

Nesting depth of attachment.

Definition at line 42 of file attach.h.

◆ num

int AttachPtr::num

Attachment index number.

Definition at line 43 of file attach.h.

◆ unowned

bool AttachPtr::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

Group is collapsed.

Definition at line 46 of file attach.h.


The documentation for this struct was generated from the following file: