NeoMutt  2025-12-11-58-g09398d
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MsgIdData Struct Reference

Data to generate a Message-Id. More...

#include "expando_msgid.h"

Data Fields

time_t now
 Time Now (seconds)
 
struct tm tm
 Time Now (tm)
 
const char * fqdn
 Fully-qualified Domain Name.
 

Detailed Description

Data to generate a Message-Id.

Definition at line 32 of file expando_msgid.h.

Field Documentation

◆ now

time_t MsgIdData::now

Time Now (seconds)

Definition at line 34 of file expando_msgid.h.

◆ tm

struct tm MsgIdData::tm

Time Now (tm)

Definition at line 35 of file expando_msgid.h.

◆ fqdn

const char* MsgIdData::fqdn

Fully-qualified Domain Name.

Definition at line 36 of file expando_msgid.h.


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