mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
devel: Add Reply-to to the schemata
The code got out of sync with the documentation in 7d3c06dc
.
This commit is contained in:
parent
7c6ac9fbae
commit
70dacc1fd9
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ headers = {
|
||||||
To?: string,
|
To?: string,
|
||||||
Cc?: string,
|
Cc?: string,
|
||||||
Bcc?: string,
|
Bcc?: string,
|
||||||
|
Reply-To?: string,
|
||||||
Date: string
|
Date: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue