about summary refs log tree commit diff stats
path: root/commands/compose/send.go
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-17 20:57:10 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-17 20:57:10 -0400
commit98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942 (patch)
treedcbd0072649785e8b99104fd1865aecba1eacdb0 /commands/compose/send.go
parent9c10a90cac7037d14b8b0d9d6a0ac2584199278b (diff)
downloadaerc-98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942.tar.gz
s/aerc2/aerc/g
Diffstat (limited to 'commands/compose/send.go')
-rw-r--r--commands/compose/send.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/compose/send.go b/commands/compose/send.go
index 38d05be..51ae4ce 100644
--- a/commands/compose/send.go
+++ b/commands/compose/send.go
@@ -15,8 +15,8 @@ import (
 	"github.com/gdamore/tcell"
 	"github.com/miolini/datacounter"
 
-	"git.sr.ht/~sircmpwn/aerc2/widgets"
-	"git.sr.ht/~sircmpwn/aerc2/worker/types"
+	"git.sr.ht/~sircmpwn/aerc/widgets"
+	"git.sr.ht/~sircmpwn/aerc/worker/types"
 )
 
 func init() {
Booth <boothj5@gmail.com> 2012-07-01 14:52:45 +0100 committer James Booth <boothj5@gmail.com> 2012-07-01 14:52:45 +0100 Moved config.h to source folder' href='/danisanti/profani-tty/commit/configure.ac?id=2655d9e8fad38acd4ce7388c0ba3eaaa976d6940'>2655d9e8 ^
11066f20 ^
e16cbdb2 ^
03dd5f58 ^

11066f20 ^
03dd5f58 ^

2655d9e8 ^
03dd5f58 ^

28f5cdf7 ^
11066f20 ^

2655d9e8 ^





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