cketti
cketti
You can fix this by adding a parameter to `MessageListActivityAppearance` and initializing it with `K9.isThreadedViewEnabled`. If the value changes, the `MessageList` activity will be recreated. https://github.com/k9mail/k-9/blob/51e6820d9289973347c342cab9db763d7fcaee70/app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt#L519-L521 I'd love to get...
My [comment](https://github.com/k9mail/k-9/pull/6011#issuecomment-1096885484) from PR #6011 that attempted to fix this issue: > I was wrong in the issue comment. Restarting the activity isn't enough because whether or not to show...
Fixed by #6271
@karishnu: This issue is probably not suitable for a beginner.
We could add a generic URI ([RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986)) parser and allow the user to specify which URI schemes they want to have linkified.
Is the message missing a `From` header field?
Related: - #6152
With IMAP you don't have to sync all of your emails to your phone. K-9 Mail doesn't support only receiving messages "that have come in since [you] left the office",...
I don't want this to be a "your idea about POP3 is not entirely correct" support ticket. Please use the [forum](https://forum.k9mail.app/) if you wish to discuss this further. I'm happy...
Replacing `ListView` with `RecyclerView` is very much the plan. However, I don't want to do (or merge) this before [6.000](https://github.com/k9mail/k-9/milestone/28) is released.