RRichard Russonindex: add purge subthread/pattern functions
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
refactor: upgrade macro flags to enum flags Turn #define'd flags into enums. Enums provide: - debugger visibility - compiler diagnostics - symbol scoping by convention - easier navigation/search - cleaner documentation generation - type grouping Naming: - enum has singular ending, e.g. Flag - typedef wrapper has plural ending, e.g. Flags Suffix `_NO_FLAGS` has been renamed to `_NONE` for consistency. | 4 个月前 | |
relocate config options Move 65 config items and their data out of mutt_config.c | 7 个月前 | |
index/pager: tidy menu usage | 3 个月前 | |
triv: fix const warnings Fix a few simple `const` warnings. | 4 个月前 | |
iwyu: fix headers | 1 年前 | |
refactor: upgrade macro flags to enum flags Turn #define'd flags into enums. Enums provide: - debugger visibility - compiler diagnostics - symbol scoping by convention - easier navigation/search - cleaner documentation generation - type grouping Naming: - enum has singular ending, e.g. Flag - typedef wrapper has plural ending, e.g. Flags Suffix `_NO_FLAGS` has been renamed to `_NONE` for consistency. | 4 个月前 | |
iwyu: fix headers | 1 年前 | |
index: add purge subthread/pattern functions Add <purge-subthread> and <purge-pattern> to the Index for parity with delete operations. - Map OP_PURGE_SUBTHREAD to op_delete_thread and treat it as subthread scope with purge enabled - Map OP_PURGE_PATTERN to op_main_delete_pattern and set MUTT_PURGE for matched messages - Register both function names in OpIndex and add help text descriptions | 1 个月前 | |
index/pager: tidy menu usage | 3 个月前 | |
iwyu: fix includes | 3 个月前 | |
window: rename window 'new' functions Rename functions for consistency. | 5 年前 | |
index/pager: tidy menu usage | 3 个月前 | |
update copyright dates | 2 年前 | |
mlist: move list dialog into its own library The Mailing-list Action Dialog, dlg_list(), is an independent Dialog, so give it its own directory. | 3 个月前 | |
module: tidy cleanup Pass the Module Data to the Module on cleanup() | 4 个月前 | |
index/pager: tidy menu usage | 3 个月前 | |
rename HdrFormatInfo - HdrFormatInfo hfi + EmailFormatInfo efi Emails haven't been called `struct HEADER` for a long time. | 1 年前 | |
Use MUTT_MEM_CALLOC() Reviewed-by: Pietro Cerutti <gahr@gahr.ch> Signed-off-by: Alejandro Colomar <alx@kernel.org> | 1 年前 | |
update copyright dates | 2 年前 | |
refactor: upgrade macro flags to enum flags Turn #define'd flags into enums. Enums provide: - debugger visibility - compiler diagnostics - symbol scoping by convention - easier navigation/search - cleaner documentation generation - type grouping Naming: - enum has singular ending, e.g. Flag - typedef wrapper has plural ending, e.g. Flags Suffix `_NO_FLAGS` has been renamed to `_NONE` for consistency. | 4 个月前 | |
expando: add data domains and uids Define a set of data domains. These will map to the major structs, e.g. Mailbox, Email, Envelope. Define sets of IDs that map to struct members within a domain. Each UID is unique within its domain. Co-authored-by: Tóth János <gomba007@gmail.com> | 2 年前 | |
refactor: upgrade macro flags to enum flags Turn #define'd flags into enums. Enums provide: - debugger visibility - compiler diagnostics - symbol scoping by convention - easier navigation/search - cleaner documentation generation - type grouping Naming: - enum has singular ending, e.g. Flag - typedef wrapper has plural ending, e.g. Flags Suffix `_NO_FLAGS` has been renamed to `_NONE` for consistency. | 4 个月前 | |
expando: factor out status callbacks | 1 年前 | |
refactor: upgrade macro flags to enum flags Turn #define'd flags into enums. Enums provide: - debugger visibility - compiler diagnostics - symbol scoping by convention - easier navigation/search - cleaner documentation generation - type grouping Naming: - enum has singular ending, e.g. Flag - typedef wrapper has plural ending, e.g. Flags Suffix `_NO_FLAGS` has been renamed to `_NONE` for consistency. | 4 个月前 | |
module: rename vars to mod_data - rename local ModuleData variables to mod_data across active code - update placeholder commented module stubs to use the same name - keep non-ModuleData fields such as menu->mdata unchanged | 5 个月前 |