NeoMutt  2025-12-11-1039-g550ac6
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 195 of file email.h.

Field Documentation

◆ num_emails

int EventEmail::num_emails

Number of Emails the event applies to.

Definition at line 197 of file email.h.

◆ emails

struct Email** EventEmail::emails

Emails affected by the event.

Definition at line 198 of file email.h.


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