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
/
commands
/
msgview
Commit message (
Expand
)
Author
Age
Files
Lines
*
save: update completion
Koni Marti
2023-05-16
1
-8
/
+9
*
tabs: make sure to close tab content
Robin Jarry
2023-04-01
2
-3
/
+2
*
openers: add mime type handling for open-link
Robin Jarry
2023-03-13
1
-3
/
+10
*
statusline: move files to lib/state
Robin Jarry
2023-02-20
1
-2
/
+2
*
lint: add missing panic handlers in goroutines
Robin Jarry
2023-01-06
2
-0
/
+4
*
config: make various sections accessible via global vars
Robin Jarry
2022-12-14
3
-6
/
+5
*
logging: rename package to log
Robin Jarry
2022-12-02
1
-2
/
+2
*
lib: implement an eml message view
Koni Marti
2022-11-09
1
-0
/
+4
*
msgview: enable next/prev with unfetched headers
Koni Marti
2022-10-19
1
-14
/
+26
*
commands: split open-link in separate file
Robin Jarry
2022-10-16
2
-19
/
+46
*
msgpart: factorize mime type and filename construction
Robin Jarry
2022-10-16
2
-8
/
+2
*
view: add peek flag and propagate
Koni Marti
2022-10-04
1
-1
/
+1
*
viewer: option to not mark message as seen
Koni Marti
2022-10-04
1
-1
/
+2
*
open: allow overriding default program
Robin Jarry
2022-10-01
1
-3
/
+5
*
open: simplify code
Robin Jarry
2022-10-01
1
-21
/
+5
*
go: removed io/ioutil
Moritz Poldrack
2022-08-22
1
-2
/
+1
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
2
-8
/
+5
*
tabs: rename SelectedTab to SelectedTabContent
Robin Jarry
2022-07-23
7
-9
/
+9
*
open: fix mimetype discovery for encrypted or signed messages
Tim Culverhouse
2022-06-26
1
-1
/
+1
*
pgp: fix pipe|open|save command behavior
Tim Culverhouse
2022-06-24
2
-9
/
+5
*
msgviewer: open http links from messages
Koni Marti
2022-06-14
1
-1
/
+19
*
refactor: refactor pgp implementation
Tim Culverhouse
2022-04-27
1
-1
/
+1
*
save: fix path completion
Robin Jarry
2022-03-31
1
-0
/
+9
*
save: add -a option to save all attachments
Robin Jarry
2022-03-24
1
-15
/
+47
*
logging: added a log on panic
Moritz Poldrack
2022-03-23
2
-0
/
+6
*
statusline: implement per-account status
Koni Marti
2022-03-18
1
-4
/
+3
*
viewer: add key passthrough mode
kt programs
2022-03-14
1
-0
/
+35
*
all: fix minor issues found by staticcheck
Moritz Poldrack
2022-03-12
2
-5
/
+3
*
aerc: always check SelectedAccount return value
Robin Jarry
2022-02-25
1
-0
/
+5
*
go.mod: change base git url
Robin Jarry
2021-11-05
7
-12
/
+12
*
Get rid of the aerc.PushError(" " + $string) idiom
Reto Brunner
2021-01-30
1
-3
/
+3
*
Refactor lib/open to accept user provided arguments
Reto Brunner
2021-01-30
1
-8
/
+16
*
save: if part name is a path, only use the filename
Robin Opletal
2021-01-14
1
-1
/
+9
*
Allow open to be asynchronous
Andrew Jeffery
2020-07-08
1
-3
/
+2
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
3
-7
/
+5
*
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-28
3
-7
/
+10
*
Remove duration from the status methods
Reto Brunner
2020-05-27
3
-10
/
+7
*
Add Style configuration
Reto Brunner
2020-05-27
3
-5
/
+7
*
pgp: fail gracefully from email decryption
Ray Ganardi
2020-05-25
1
-1
/
+5
*
FetchBodyPart doesn't need the parent body structure
Reto Brunner
2020-05-17
2
-16
/
+15
*
Try to open attachments with correct extension
Galen Abell
2020-04-06
1
-1
/
+13
*
Refactoring: remove store from PartInfo
Drew DeVault
2020-03-09
2
-2
/
+4
*
Initial support for PGP decryption & signatures
Drew DeVault
2020-03-03
1
-2
/
+6
*
msgview/open: remove manual decoding
Reto Brunner
2020-01-20
1
-11
/
+0
*
msgview/save: Adapt to already decoded reader
Reto Brunner
2020-01-20
1
-70
/
+125
*
FetchBodyParts: decode source in the workers
Reto Brunner
2020-01-05
2
-2
/
+2
*
failback to Content-Type filename when encoded Content-Disposition is used
Leszek CimaĆa
2019-12-07
1
-0
/
+2
*
Cleanup pager processes after closing a msgviewer
Kevin Kuehler
2019-10-16
1
-0
/
+1
*
Make commands join args with spaces
Jeffas
2019-09-20
1
-8
/
+10
*
commands: move ParseNextPrevMessage error value to its last return value
Wagner Riffel
2019-09-04
1
-1
/
+1
[next]