cc/bcc: Append to existing headers if called twice
Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu>
This commit is contained in:
parent
0847464da1
commit
0ceea02720
2 changed files with 8 additions and 3 deletions
commands/compose
|
@ -30,9 +30,9 @@ func (_ CC) Execute(aerc *widgets.Aerc, args []string) error {
|
|||
|
||||
switch args[0] {
|
||||
case "cc":
|
||||
composer.AddEditor("Cc", addrs)
|
||||
composer.AddEditor("Cc", addrs, true)
|
||||
case "bcc":
|
||||
composer.AddEditor("Bcc", addrs)
|
||||
composer.AddEditor("Bcc", addrs, true)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue