NeoMutt  2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ColorModuleData Struct Reference

Color private Module data. More...

#include "module_data.h"

+ Collaboration diagram for ColorModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct CursesColorList curses_colors
 List of all Curses colours.
 
int num_curses_colors
 Number of ncurses colours left to allocate.
 
struct AttrColorList merged_colors
 Array of user colours.
 
struct Notifycolors_notify
 Notifications: ColorId, EventColor.
 
int num_quoted_colors
 Number of colours for quoted email text.
 
struct AttrColor simple_colors [MT_COLOR_MAX]
 Array of Simple colours.
 
struct RegexColorList attach_list
 List of colours applied to the attachment headers.
 
struct RegexColorList body_list
 List of colours applied to the email body.
 
struct RegexColorList header_list
 List of colours applied to the email headers.
 
struct RegexColorList index_author_list
 List of colours applied to the author in the index.
 
struct RegexColorList index_collapsed_list
 List of colours applied to a collapsed thread in the index.
 
struct RegexColorList index_date_list
 List of colours applied to the date in the index.
 
struct RegexColorList index_flags_list
 List of colours applied to the flags in the index.
 
struct RegexColorList index_label_list
 List of colours applied to the label in the index.
 
struct RegexColorList index_list
 List of default colours applied to the index.
 
struct RegexColorList index_number_list
 List of colours applied to the message number in the index.
 
struct RegexColorList index_size_list
 List of colours applied to the size in the index.
 
struct RegexColorList index_subject_list
 List of colours applied to the subject in the index.
 
struct RegexColorList index_tag_list
 List of colours applied to tags in the index.
 
struct RegexColorList index_tags_list
 List of colours applied to the tags in the index.
 
struct RegexColorList status_list
 List of colours applied to the status bar.
 

Detailed Description

Color private Module data.

Definition at line 34 of file module_data.h.

Field Documentation

◆ notify

struct Notify* ColorModuleData::notify

Notifications.

Definition at line 36 of file module_data.h.

◆ curses_colors

struct CursesColorList ColorModuleData::curses_colors

List of all Curses colours.

Definition at line 37 of file module_data.h.

◆ num_curses_colors

int ColorModuleData::num_curses_colors

Number of ncurses colours left to allocate.

Definition at line 38 of file module_data.h.

◆ merged_colors

struct AttrColorList ColorModuleData::merged_colors

Array of user colours.

Definition at line 39 of file module_data.h.

◆ colors_notify

struct Notify* ColorModuleData::colors_notify

Notifications: ColorId, EventColor.

Definition at line 40 of file module_data.h.

◆ num_quoted_colors

int ColorModuleData::num_quoted_colors

Number of colours for quoted email text.

Definition at line 41 of file module_data.h.

◆ simple_colors

struct AttrColor ColorModuleData::simple_colors[MT_COLOR_MAX]

Array of Simple colours.

Definition at line 42 of file module_data.h.

◆ attach_list

struct RegexColorList ColorModuleData::attach_list

List of colours applied to the attachment headers.

Definition at line 43 of file module_data.h.

◆ body_list

struct RegexColorList ColorModuleData::body_list

List of colours applied to the email body.

Definition at line 44 of file module_data.h.

◆ header_list

struct RegexColorList ColorModuleData::header_list

List of colours applied to the email headers.

Definition at line 45 of file module_data.h.

◆ index_author_list

struct RegexColorList ColorModuleData::index_author_list

List of colours applied to the author in the index.

Definition at line 46 of file module_data.h.

◆ index_collapsed_list

struct RegexColorList ColorModuleData::index_collapsed_list

List of colours applied to a collapsed thread in the index.

Definition at line 47 of file module_data.h.

◆ index_date_list

struct RegexColorList ColorModuleData::index_date_list

List of colours applied to the date in the index.

Definition at line 48 of file module_data.h.

◆ index_flags_list

struct RegexColorList ColorModuleData::index_flags_list

List of colours applied to the flags in the index.

Definition at line 49 of file module_data.h.

◆ index_label_list

struct RegexColorList ColorModuleData::index_label_list

List of colours applied to the label in the index.

Definition at line 50 of file module_data.h.

◆ index_list

struct RegexColorList ColorModuleData::index_list

List of default colours applied to the index.

Definition at line 51 of file module_data.h.

◆ index_number_list

struct RegexColorList ColorModuleData::index_number_list

List of colours applied to the message number in the index.

Definition at line 52 of file module_data.h.

◆ index_size_list

struct RegexColorList ColorModuleData::index_size_list

List of colours applied to the size in the index.

Definition at line 53 of file module_data.h.

◆ index_subject_list

struct RegexColorList ColorModuleData::index_subject_list

List of colours applied to the subject in the index.

Definition at line 54 of file module_data.h.

◆ index_tag_list

struct RegexColorList ColorModuleData::index_tag_list

List of colours applied to tags in the index.

Definition at line 55 of file module_data.h.

◆ index_tags_list

struct RegexColorList ColorModuleData::index_tags_list

List of colours applied to the tags in the index.

Definition at line 56 of file module_data.h.

◆ status_list

struct RegexColorList ColorModuleData::status_list

List of colours applied to the status bar.

Definition at line 57 of file module_data.h.


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