about summary refs log tree commit diff stats
path: root/commands/compose/edit.go
diff options
context:
space:
mode:
authorSrivathsan Murali <sri@vathsan.com>2019-11-03 13:51:14 +0100
committerDrew DeVault <sir@cmpwn.com>2019-11-10 10:15:49 -0500
commit3ba69edab5f0c787424dac9649e43a7743da13ca (patch)
treebccbdd4e1844cc89f011839f0d6557012a14d1d0 /commands/compose/edit.go
parentad68a9e4e471eb708893ad16601ab14a4672a2da (diff)
downloadaerc-3ba69edab5f0c787424dac9649e43a7743da13ca.tar.gz
Add Templates with Parsing
+ Changes NewComposer to return error.
+ Add lib to handle templates using "text/template".
+ Add -T option to following commands
    - compose.
    - reply
    - forward
+ Quoted replies using templates.
+ Forwards as body using templates
+ Default templates are installed similar to filters.
+ Templates Config in aerc.conf.
    - Required templates are parsed while loading config.
+ Add aerc-templates.7 manual for using template data.
Diffstat (limited to 'commands/compose/edit.go')
0 files changed, 0 insertions, 0 deletions
r handling and misc minor fixes' href='/gbmor/getwtxt/commit/query.go?h=v0.4.7&id=fc49c5701fde7d0c9dd2fa321ba0ebbff712b08a'>fc49c57 ^
9d55d0b ^
fc49c57 ^

efa99ed ^
fc49c57 ^

efa99ed ^

37bf8b0 ^












efa99ed ^



fc49c57 ^
efa99ed ^


efa99ed ^











3c5dd59 ^
37be25f ^
37bf8b0 ^
efa99ed ^

37be25f ^
3c5dd59 ^
efa99ed ^


3c5dd59 ^


efa99ed ^
37be25f ^




efa99ed ^


37bf8b0 ^
efa99ed ^


37bf8b0 ^











efa99ed ^
fc49c57 ^
efa99ed ^

fc49c57 ^
efa99ed ^
a6f47c0 ^

efa99ed ^
a6f47c0 ^
efa99ed ^
fc49c57 ^
bce5265 ^
efa99ed ^
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122