index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
format
/
format.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
format: remove unused code
Robin Jarry
2023-02-20
1
-319
/
+0
*
triggers: use templates instead of % mini language
Robin Jarry
2023-02-20
1
-0
/
+17
*
format: add utf-8 aware truncate head function
Robin Jarry
2023-01-04
1
-0
/
+26
*
model: change flags array to bitmask
Robin Jarry
2023-01-04
1
-40
/
+23
*
msglist: add attachment indicator
Bence Ferdinandy
2022-12-14
1
-2
/
+8
*
msgview: add separate date formatting
Bence Ferdinandy
2022-10-19
1
-3
/
+3
*
msgstore: post MessageInfo on erroneous fetch
Tim Culverhouse
2022-09-20
1
-0
/
+4
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-3
/
+4
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-6
/
+8
*
index: workaround for wide character printing
Pinghao Wu
2022-07-30
1
-0
/
+17
*
dirlist: add format specifier to compact folder name
Koni Marti
2022-04-29
1
-0
/
+27
*
messages: allow displaying email threads
y0ast
2021-11-13
1
-1
/
+11
*
index: add this-week-time-format
Robin Jarry
2021-11-06
1
-7
/
+16
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-1
/
+1
*
view,list: fix crash when viewing incomplete imap messages
Robin Jarry
2021-10-28
1
-48
/
+4
*
index: allow dynamic formatting of message dates
Robin Jarry
2021-10-28
1
-5
/
+18
*
format: remove parse methods, use the one from go-message
Reto Brunner
2020-11-14
1
-32
/
+1
*
compose: use a proper header instead of a string map
Reto Brunner
2020-11-14
1
-0
/
+1
*
remove models.Address in favor of go-message Address
Reto Brunner
2020-11-14
1
-9
/
+30
*
refactor ParseMessageFormat to use a ctx object
Reto Brunner
2020-10-14
1
-54
/
+60
*
fix comment in ParseAddressList
Reto Brunner
2020-09-10
1
-3
/
+1
*
ParseAddressList: return empty list if "" is provided
Reto Brunner
2020-08-24
1
-0
/
+6
*
Localize timestamps in the message list
Reto Brunner
2020-08-22
1
-2
/
+2
*
base models.Address on the mail.Address type
Reto Brunner
2020-08-20
1
-16
/
+44
*
improve date parsing for notmuch/maildir
Reto Brunner
2020-08-10
1
-2
/
+18
*
Fix a nil Envelope when getting the format
Andrew Jeffery
2020-07-03
1
-0
/
+48
*
Add labels to index format (%g)
Reto Brunner
2019-12-27
1
-0
/
+4
*
fix invalid format string
Reto Brunner
2019-12-22
1
-1
/
+1
*
msglist: highlight marked messages
Reto Brunner
2019-12-21
1
-2
/
+7
*
Fix crash if there is no to address for %F
Thorben Günther
2019-11-25
1
-1
/
+1
*
Complete the F rune.
Srivathsan Murali
2019-11-17
1
-3
/
+20
*
Add new-email trigger
Jeffas
2019-07-26
1
-0
/
+263