aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg')
-rw-r--r--commands/msg/reply.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/msg/reply.go b/commands/msg/reply.go
index bfcebfca..4cbd27c8 100644
--- a/commands/msg/reply.go
+++ b/commands/msg/reply.go
@@ -274,6 +274,7 @@ func chooseFromAddr(conf *config.AccountConfig, msg *models.MessageInfo) *mail.A
}
rec := newAddrSet()
+ rec.AddList(msg.Envelope.From)
rec.AddList(msg.Envelope.To)
rec.AddList(msg.Envelope.Cc)
// test the from first, it has priority over any present alias