NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
module_data.h
Go to the documentation of this file.
1
22
23#ifndef MUTT_INDEX_MODULE_DATA_H
24#define MUTT_INDEX_MODULE_DATA_H
25
26#include "mutt/lib.h"
27
32{
33 struct ReplaceList subject_rx_list;
35};
36
37#endif /* MUTT_INDEX_MODULE_DATA_H */
Convenience wrapper for the library headers.
Index private Module data.
Definition module_data.h:32
struct Notify * subject_rx_notify
List of subject-regex rules for modifying the Subject:
Definition module_data.h:34
struct ReplaceList subject_rx_list
Definition module_data.h:33
Notification API.
Definition notify.c:53