NeoMutt  2023-03-22
Teaching an old dog new tricks
DOXYGEN
HdrFormatInfo Struct Reference

Data passed to index_format_str() More...

+ Collaboration diagram for HdrFormatInfo:

Data Fields

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

Detailed Description

Data passed to index_format_str()

Definition at line 66 of file hdrline.c.

Field Documentation

◆ mailbox

struct Mailbox* HdrFormatInfo::mailbox

Current Mailbox.

Definition at line 68 of file hdrline.c.

◆ msg_in_pager

int HdrFormatInfo::msg_in_pager

Index of Email displayed in the Pager.

Definition at line 69 of file hdrline.c.

◆ email

struct Email* HdrFormatInfo::email

Current Email.

Definition at line 70 of file hdrline.c.

◆ pager_progress

const char* HdrFormatInfo::pager_progress

String representing Pager position through Email.

Definition at line 71 of file hdrline.c.


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