RRichard Russontriv: fix const warnings
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
core: create empty modules Create an empty Module for each library. | 8 个月前 | |
module: tidy cleanup Pass the Module Data to the Module on cleanup() | 5 个月前 | |
module: add Notify object to each globals Add a 'struct Notify *notify' member to every ModuleData struct. Create it with notify_new() in each Module.init() function, set its parent to NeoMutt->notify, and free it in Module.cleanup(). For modules that previously had commented-out init/cleanup code, uncomment the mod_data allocation and deallocation. | 5 个月前 | |
triv: fix const warnings Fix a few simple `const` warnings. | 4 个月前 |