mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
when parsing a dsn, actually set the Action field
noticed when writing dsn-processing code
This commit is contained in:
parent
79da4faaa1
commit
f6497b1aaf
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ func parseRecipientHeader(mr *textproto.Reader, utf8 bool) (Recipient, error) {
|
||||||
for _, x := range actions {
|
for _, x := range actions {
|
||||||
if a == x {
|
if a == x {
|
||||||
ok = true
|
ok = true
|
||||||
|
r.Action = a
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue