Attach private Module data. More...
#include "module_data.h"
Collaboration diagram for AttachModuleData:Data Fields | |
| struct ListHead | attach_allow |
| List of attachment types to be counted. | |
| struct ListHead | attach_exclude |
| List of attachment types to be ignored. | |
| struct ListHead | inline_allow |
| List of inline types to counted. | |
| struct ListHead | inline_exclude |
| List of inline types to ignore. | |
| struct Notify * | attachments_notify |
| Notifications: NotifyAttach. | |
| struct ListHead | mime_lookup |
| List of mime types that that shouldn't use the mailcap entry. | |
| struct ListHead | temp_attachments |
| List of temporary files for displaying attachments. | |
Attach private Module data.
Definition at line 31 of file module_data.h.
| struct ListHead AttachModuleData::attach_allow |
List of attachment types to be counted.
Definition at line 33 of file module_data.h.
| struct ListHead AttachModuleData::attach_exclude |
List of attachment types to be ignored.
Definition at line 34 of file module_data.h.
| struct ListHead AttachModuleData::inline_allow |
List of inline types to counted.
Definition at line 35 of file module_data.h.
| struct ListHead AttachModuleData::inline_exclude |
List of inline types to ignore.
Definition at line 36 of file module_data.h.
| struct Notify* AttachModuleData::attachments_notify |
Notifications: NotifyAttach.
Definition at line 37 of file module_data.h.
| struct ListHead AttachModuleData::mime_lookup |
List of mime types that that shouldn't use the mailcap entry.
Definition at line 39 of file module_data.h.
| struct ListHead AttachModuleData::temp_attachments |
List of temporary files for displaying attachments.
Definition at line 40 of file module_data.h.