NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AttachModuleData Struct Reference

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 Notifyattachments_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.
 

Detailed Description

Attach private Module data.

Definition at line 31 of file module_data.h.

Field Documentation

◆ attach_allow

struct ListHead AttachModuleData::attach_allow

List of attachment types to be counted.

Definition at line 33 of file module_data.h.

◆ attach_exclude

struct ListHead AttachModuleData::attach_exclude

List of attachment types to be ignored.

Definition at line 34 of file module_data.h.

◆ inline_allow

struct ListHead AttachModuleData::inline_allow

List of inline types to counted.

Definition at line 35 of file module_data.h.

◆ inline_exclude

struct ListHead AttachModuleData::inline_exclude

List of inline types to ignore.

Definition at line 36 of file module_data.h.

◆ attachments_notify

struct Notify* AttachModuleData::attachments_notify

Notifications: NotifyAttach.

Definition at line 37 of file module_data.h.

◆ mime_lookup

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.

◆ temp_attachments

struct ListHead AttachModuleData::temp_attachments

List of temporary files for displaying attachments.

Definition at line 40 of file module_data.h.


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