NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
HdrFormatInfo Struct Reference

Data passed to index_format_str() More...

+ Collaboration diagram for HdrFormatInfo:

Data Fields

struct Mailboxmailbox
 Current Mailbox.
 
int msg_in_pager
 Index of Email displayed in the Pager.
 
struct Emailemail
 Current Email.
 
const char * pager_progress
 String representing Pager position through Email.
 

Detailed Description

Data passed to index_format_str()

Definition at line 71 of file hdrline.c.

Field Documentation

◆ mailbox

struct Mailbox* HdrFormatInfo::mailbox

Current Mailbox.

Definition at line 73 of file hdrline.c.

◆ msg_in_pager

int HdrFormatInfo::msg_in_pager

Index of Email displayed in the Pager.

Definition at line 74 of file hdrline.c.

◆ email

struct Email* HdrFormatInfo::email

Current Email.

Definition at line 75 of file hdrline.c.

◆ pager_progress

const char* HdrFormatInfo::pager_progress

String representing Pager position through Email.

Definition at line 76 of file hdrline.c.


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