Describe the bug
In main.go:1263, error from config.SaveEmailBody is discarded with _ =. A failed write means the cached body is missing the next time the message is opened, but the user gets no signal that caching was disabled.
Expected behavior
Log a warning at debug level when caching the message body fails (disk full, permission denied) so the regression in offline reading is visible.
Describe the bug
In main.go:1263, error from
config.SaveEmailBodyis discarded with_ =. A failed write means the cached body is missing the next time the message is opened, but the user gets no signal that caching was disabled.Expected behavior
Log a warning at debug level when caching the message body fails (disk full, permission denied) so the regression in offline reading is visible.