summary refs log tree commit diff stats
path: root/models/models.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go
index 036a609..7c3c192 100644
--- a/models/models.go
+++ b/models/models.go
@@ -164,3 +164,10 @@ func FormatAddresses(addrs []*Address) string {
 	}
 	return val.String()
 }
+
+// OriginalMail is helper struct used for reply/forward
+type OriginalMail struct {
+	Date string
+	From string
+	Text string
+}
015-03-18 22:09:31 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-03-18 22:09:31 -0700 956' href='/akkartik/mu/commit/cpp/012transform?h=hlt&id=9cc16d04958753a62474d13bd823f13a33a6a0a3'>9cc16d04 ^
3ba63579 ^



7da71d03 ^
37e4573b ^
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