about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-2511-0/+179
* aerc: Refactor getpasswd dialogRay Ganardi2020-05-252-40/+56
* feat(pgp): Show error message from pgpRay Ganardi2020-05-251-1/+4
* feat(pgp): Add <ESC> to cancel password promptRay Ganardi2020-05-252-10/+19
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-255-11/+31
* msg/reply: scoping error of part slice for quotingSrivathsan Murali2020-05-221-1/+1
* Fix typosMartin Michlmayr2020-05-218-11/+11
* Update version to 0.4.0 0.4.0Drew DeVault2020-05-191-1/+1
* Add contrib/_incr_versionDrew DeVault2020-05-191-0/+4
* gofmtDrew DeVault2020-05-191-1/+1
* msg/forward: fix body part selectionReto Brunner2020-05-171-2/+8
* Move findPlaintext / findFirstNonMultipart to utilsReto Brunner2020-05-172-31/+32
* msg/reply: fix encoding issues for quoted reply.Reto Brunner2020-05-172-11/+32
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-179-29/+24
* imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner2020-05-163-123/+111
* Change MarkedMessages to return uidsReto Brunner2020-05-115-14/+30
* commands/helper: remove duplicated methodReto Brunner2020-05-116-14/+6
* msg/read: don't copy waitgroupReto Brunner2020-05-111-3/+3
* maildir: remove read handling from FetchMessageBodyPartReto Brunner2020-05-111-21/+0
* notmuch: remove read handling from FetchMessageBodyPartReto Brunner2020-05-111-13/+0
* Show 'Message sent' only for ten seconds instead of permanentlyelumbella2020-05-111-4/+4
* creak/pty got force pushed: fix versionReto Brunner2020-05-082-5/+3
* Use stdout as controlling terminalGuillaume J. Charmes2020-05-063-2/+5
* Revert "Dont detach process under vterm"Drew DeVault2020-05-063-4/+2
* Dont detach process under vtermGuillaume J. Charmes2020-05-063-2/+4
* templates: add version funcReto Brunner2020-05-063-0/+19
* docs: extract template function to their own sectionReto Brunner2020-05-061-28/+39
* lib/messageview: mark messages as readReto Brunner2020-05-061-0/+1
* msg/reply: Deduplicate TO: and CC:Reto Brunner2020-05-061-0/+12
* Guess date from received if not presentelumbella2020-05-061-1/+41
* Allow maildir subdirectoriesGrégoire Delattre2020-05-051-11/+27
* libui: don't require beeper for main contentDrew DeVault2020-05-051-2/+4
* Fix array out of bounds errorburrowing-owl2020-05-051-1/+1
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-015-11/+17
* Implement :header commandRay Ganardi2020-05-012-0/+78
* Changing aerc.conf delimiter parsing to use only =, and not : as wellBen Cohen2020-04-291-2/+6
* Remove unecessary <Enter> from aerc.conf.inErazem Kokot2020-04-281-1/+1
* add template structure to aerc-templates(7)Reto Brunner2020-04-261-2/+19
* aerc-config: remove bold modifier within textReto Brunner2020-04-261-1/+1
* remove mention of header addition via the editor from tutorialReto Brunner2020-04-241-3/+1
* Fix headers in built-in templatesDrew DeVault2020-04-242-0/+2
* gofmt fixesDrew DeVault2020-04-2414-20/+20
* imap/fetch.go: report error when fetching headers failsBen Fiedler2020-04-241-3/+4
* Add recall commandJeffas2020-04-247-5/+154
* Add postpone commandJeffas2020-04-2411-27/+166
* Add :choose commandRay Ganardi2020-04-243-0/+84
* Remove ability to specify headers in the editorReto Brunner2020-04-243-152/+48
* templates/quoted_reply: fix incorrect timezone identifierReto Brunner2020-04-241-1/+1
* Ensure documented defaults match given defaultsBen Fiedler2020-04-231-3/+3
* Use aerc.PushError where appropriateBen Fiedler2020-04-2313-52/+20
r hut <hut@lavabit.com> 2010-05-24 05:19:38 +0200 README: updated' href='/akspecs/ranger/commit/README?h=v1.9.3&id=7838675f5e83dcc05567a205b282b48c433b0853'>7838675f ^
1891697f ^
755e7df1 ^
a3d5f44b ^
66a8d4ff ^
7838675f ^
7dc8fef8 ^
80a93f0b ^
500cf259 ^

7dc8fef8 ^


80a93f0b ^
240394a4 ^



240394a4 ^
7dc8fef8 ^
240394a4 ^

96004e71 ^
240394a4 ^

96004e71 ^
240394a4 ^



e5fb3d74 ^
240394a4 ^

240394a4 ^
7dc8fef8 ^



7b33b517 ^

176e8a68 ^
7b33b517 ^
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