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

An Event that happened to an Email. More...

#include "email.h"

+ Collaboration diagram for EventEmail:

Data Fields

int num_emails
 Number of Emails the event applies to.
 
struct Email ** emails
 Emails affected by the event.
 

Detailed Description

An Event that happened to an Email.

Definition at line 198 of file email.h.

Field Documentation

◆ num_emails

int EventEmail::num_emails

Number of Emails the event applies to.

Definition at line 200 of file email.h.

◆ emails

struct Email** EventEmail::emails

Emails affected by the event.

Definition at line 201 of file email.h.


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