NeoMutt  2024-11-14-138-ge5ca67
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
HdrFormatInfo Struct Reference

Data passed to index_format_str() More...

#include "private.h"

+ 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 36 of file private.h.

Field Documentation

◆ mailbox

struct Mailbox* HdrFormatInfo::mailbox

Current Mailbox.

Definition at line 38 of file private.h.

◆ msg_in_pager

int HdrFormatInfo::msg_in_pager

Index of Email displayed in the Pager.

Definition at line 39 of file private.h.

◆ email

struct Email* HdrFormatInfo::email

Current Email.

Definition at line 40 of file private.h.

◆ pager_progress

const char* HdrFormatInfo::pager_progress

String representing Pager position through Email.

Definition at line 41 of file private.h.


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