NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EmailGarbageCollector Struct Reference

Email garbage collection. More...

+ Collaboration diagram for EmailGarbageCollector:

Data Fields

struct Emailarr [10]
 Array of Emails to be deleted.
 
size_t idx
 Current position.
 

Detailed Description

Email garbage collection.

Definition at line 284 of file mailbox.c.

Field Documentation

◆ arr

struct Email* EmailGarbageCollector::arr[10]

Array of Emails to be deleted.

Definition at line 286 of file mailbox.c.

◆ idx

size_t EmailGarbageCollector::idx

Current position.

Definition at line 287 of file mailbox.c.


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