NeoMutt  2024-12-12-14-g7b49f7
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EmailFormatInfo Struct Reference

Data passed to index_format_str() More...

#include "private.h"

+ Collaboration diagram for EmailFormatInfo:

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* EmailFormatInfo::mailbox

Current Mailbox.

Definition at line 38 of file private.h.

◆ msg_in_pager

int EmailFormatInfo::msg_in_pager

Index of Email displayed in the Pager.

Definition at line 39 of file private.h.

◆ email

struct Email* EmailFormatInfo::email

Current Email.

Definition at line 40 of file private.h.

◆ pager_progress

const char* EmailFormatInfo::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: