Is your feature request related to a problem?
Debugging a specific part of the application (e.g. only IMAP) is hard if all logs are mixed.
Describe the solution you'd like
Add a --log-filter flag to only show logs from specific modules (e.g. imap, tui, config).
Describe alternatives you've considered
Grep, but in-app filtering is cleaner.
Additional context
Check main.go.
Is your feature request related to a problem?
Debugging a specific part of the application (e.g. only IMAP) is hard if all logs are mixed.
Describe the solution you'd like
Add a
--log-filterflag to only show logs from specific modules (e.g.imap,tui,config).Describe alternatives you've considered
Grep, but in-app filtering is cleaner.
Additional context
Check
main.go.