Color private Module data. More...
#include "module_data.h"
Collaboration diagram for ColorModuleData:Data Fields | |
| struct Notify * | notify |
| 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 Notify * | colors_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. | |
Color private Module data.
Definition at line 34 of file module_data.h.
| struct Notify* ColorModuleData::notify |
Notifications.
Definition at line 36 of file module_data.h.
| struct CursesColorList ColorModuleData::curses_colors |
List of all Curses colours.
Definition at line 37 of file module_data.h.
| int ColorModuleData::num_curses_colors |
Number of ncurses colours left to allocate.
Definition at line 38 of file module_data.h.
| struct AttrColorList ColorModuleData::merged_colors |
Array of user colours.
Definition at line 39 of file module_data.h.
| struct Notify* ColorModuleData::colors_notify |
Notifications: ColorId, EventColor.
Definition at line 40 of file module_data.h.
| int ColorModuleData::num_quoted_colors |
Number of colours for quoted email text.
Definition at line 41 of file module_data.h.
| struct AttrColor ColorModuleData::simple_colors[MT_COLOR_MAX] |
Array of Simple colours.
Definition at line 42 of file module_data.h.
| struct RegexColorList ColorModuleData::attach_list |
List of colours applied to the attachment headers.
Definition at line 43 of file module_data.h.
| struct RegexColorList ColorModuleData::body_list |
List of colours applied to the email body.
Definition at line 44 of file module_data.h.
| struct RegexColorList ColorModuleData::header_list |
List of colours applied to the email headers.
Definition at line 45 of file module_data.h.
| 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.
| 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.
| 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.
| 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.
| 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.
| struct RegexColorList ColorModuleData::index_list |
List of default colours applied to the index.
Definition at line 51 of file module_data.h.
| 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.
| 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.
| 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.
| struct RegexColorList ColorModuleData::index_tag_list |
List of colours applied to tags in the index.
Definition at line 55 of file module_data.h.
| 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.
| struct RegexColorList ColorModuleData::status_list |
List of colours applied to the status bar.
Definition at line 57 of file module_data.h.