NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MUpdate Struct Reference

Store of new offsets, used by mutt_sync_mailbox() More...

Data Fields

bool valid
 Is this entry valid?
 
LOFF_T hdr
 Header offset.
 
LOFF_T body
 Body offset.
 
long lines
 Number of lines.
 
LOFF_T length
 Total length.
 

Detailed Description

Store of new offsets, used by mutt_sync_mailbox()

Definition at line 64 of file mbox.c.

Field Documentation

◆ valid

bool MUpdate::valid

Is this entry valid?

Definition at line 66 of file mbox.c.

◆ hdr

LOFF_T MUpdate::hdr

Header offset.

Definition at line 67 of file mbox.c.

◆ body

LOFF_T MUpdate::body

Body offset.

Definition at line 68 of file mbox.c.

◆ lines

long MUpdate::lines

Number of lines.

Definition at line 69 of file mbox.c.

◆ length

LOFF_T MUpdate::length

Total length.

Definition at line 70 of file mbox.c.


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