Change reply behavior
See original GitHub issueSometimes users seem to be surprised about the way K-9 Mail selects recipients when the “reply” action is used. I’m proposing to add more options with names that hopefully make it clearer which addresses will be selected as recipients.
Proposed behavior described via examples:
From: sender@example.org
To: you@example.org
Displayed actions (in order):
- Reply (sender@example.org)
From: sender@example.org
To: unknown@example.org
Displayed actions (in order):
- Reply (sender@example.org)
- Reply to all (sender@example.org, unknown@example.org)
From: sender@example.org
To: you@example.org
Reply-To: other@example.org
Displayed actions (in order):
- Reply (other@example.org)
- Reply to all (sender@example.org, other@example.org)
From: sender@example.org
To: unknown@example.org
Reply-To: other@example.org
Displayed actions (in order):
- Reply (other@example.org)
- Reply to all (sender@example.org, other@example.org, unknown@example.org)
From: sender@example.org
To: you@example.org
List-Post: <mailto:list@example.org>
Displayed actions (in order):
- Reply to list (list@example.org, sender@example.org)
- Reply (sender@example.org)
From: sender@example.org
To: you@example.org
Reply-To: list@example.org
List-Post: <mailto:list@example.org>
Displayed actions (in order):
- Reply to list (list@example.org, sender@example.org)
- Reply (sender@example.org)
From: sender@example.org
To: you@example.org
Reply-To: other@example.org
List-Post: <mailto:list@example.org>
Displayed actions (in order):
- Reply to list (list@example.org, other@example.org)
- Reply (other@example.org)
- Reply to all (sender@example.org, other@example.org, list@example.org)
From: sender@example.org
To: list@example.org
Reply-To: list@example.org
List-Post: <mailto:list@example.org>
Displayed actions (in order):
- Reply to list (list@example.org, sender@example.org)
- Reply (sender@example.org)
From: sender@example.org
To: list@example.org
Reply-To: other@example.org
List-Post: <mailto:list@example.org>
Displayed actions (in order):
- Reply to list (list@example.org, other@example.org)
- Reply (other@example.org)
- Reply to all (sender@example.org, other@example.org, list@example.org)
From: sender@example.org
To: unknown@example.org
Reply-To: list@example.org
List-Post: <mailto:list@example.org>
Displayed actions (in order):
- Reply to list (list@example.org, sender@example.org)
- Reply (sender@example.org)
- Reply to all (sender@example.org, list@example.org, unknown@example.org)
From: sender@example.org
To: unknown@example.org
Reply-To: other@example.org
List-Post: <mailto:list@example.org>
Displayed actions (in order):
- Reply to list (list@example.org, other@example.org)
- Reply (other@example.org)
- Reply to all (sender@example.org, other@example.org, list@example.org, unknown@example.org)
Feedback is very welcome.
Update 1: Incorporated feedback from https://github.com/k9mail/k-9/issues/3738#issuecomment-440997017 Update 2: See https://github.com/k9mail/k-9/issues/3738#issuecomment-441495208
Issue Analytics
- State:
- Created 5 years ago
- Reactions:12
- Comments:16 (8 by maintainers)
Top GitHub Comments
Is this change going to actually happen soon? After an accidental and semi-embarrassing reply-to-list today - again - I’ve ended up here, and it’s clear that many k9 users have been burned by this, not just me.
Could we at least have an option - soon - to ignore List-Post?
(In my view List-Post should have nothing to do with replying. It tells you how to write a new message to the list.)
Please don’t do this, “reply to list” should be a separate option and only reply to the list. I’m fed up of people sending me duplicate messages to different folders by copying me in mailing list replies.