about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--commands/compose/send.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/compose/send.go b/commands/compose/send.go
index 7956aee..96d24d9 100644
--- a/commands/compose/send.go
+++ b/commands/compose/send.go
@@ -9,6 +9,7 @@ import (
 	"strings"
 	"time"
 
+	"github.com/emersion/go-imap"
 	"github.com/emersion/go-sasl"
 	"github.com/emersion/go-smtp"
 	"github.com/gdamore/tcell"
@@ -180,7 +181,7 @@ func SendMessage(aerc *widgets.Aerc, args []string) error {
 			r, w := io.Pipe()
 			worker.PostAction(&types.AppendMessage{
 				Destination: config.CopyTo,
-				Flags:       []string{},
+				Flags:       []string{imap.SeenFlag},
 				Date:        time.Now(),
 				Reader:      r,
 				Length:      nbytes,
eb22a5bf94f5fa0a3c95212450e3c6a1a6a990'>71eb22a5 ^
7a583220 ^
33352536 ^

d134a83b ^
a9e0cb7c ^
33352536 ^





bfcc0f85 ^
33352536 ^
6070c23e ^
d134a83b ^


33352536 ^


d134a83b ^
33352536 ^
d134a83b ^

33352536 ^

a9e0cb7c ^
7a583220 ^
33352536 ^

d134a83b ^


0e9503d7 ^
d134a83b ^










33352536 ^
d134a83b ^






33352536 ^
d134a83b ^







33352536 ^
d134a83b ^


83822d63 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79