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
*
open: create a file even if filename is empty
Bence Ferdinandy
2024-04-14
1
-1
/
+12
*
open: preserve the original filename
Maarten Aertsen
2024-04-13
1
-15
/
+12
*
log: move package to lib
Robin Jarry
2024-02-14
3
-3
/
+3
*
commands: refactor registration
Robin Jarry
2024-01-20
9
-124
/
+34
*
cd: fix completion of folders with a space
Robin Jarry
2024-01-17
1
-1
/
+1
*
completion: refactor filter list api
Robin Jarry
2023-11-02
1
-1
/
+1
*
commands: use completion from go-opt
Robin Jarry
2023-10-28
8
-34
/
+8
*
open: run commands with sh -c
Robin Jarry
2023-10-28
2
-3
/
+3
*
commands: parse arguments with go-opt
Robin Jarry
2023-10-28
8
-138
/
+68
*
app: export global functions
Robin Jarry
2023-10-10
8
-38
/
+37
*
widgets: rename package to app
Robin Jarry
2023-10-10
8
-36
/
+36
*
xdg: get rid of deprecated dependencies
Robin Jarry
2023-08-27
1
-7
/
+3
*
open: add option -d to automatically delete temporary files
Vitaly Ovchinnikov
2023-07-07
1
-2
/
+24
*
open: use the original attachment extension if possible
Vitaly Ovchinnikov
2023-06-25
1
-3
/
+9
*
save: fix saving of multiple files with the same name
Moritz Poldrack
2023-06-17
2
-2
/
+44
*
save: new option for saving attachments
Vitaly Ovchinnikov
2023-06-10
1
-7
/
+10
*
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
[next]