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
/
msg
/
pipe.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
lint: add missing panic handlers in goroutines
Robin Jarry
2023-01-06
1
-0
/
+1
*
logging: rename package to log
Robin Jarry
2022-12-02
1
-5
/
+5
*
lib: implement an eml message view
Koni Marti
2022-11-09
1
-1
/
+15
*
pipe: reorder patches based on email subjects
Robin Jarry
2022-10-25
1
-25
/
+7
*
logging: substitute %w for %v
Koni Marti
2022-10-02
1
-1
/
+1
*
store: extract marking behavior and add tests
Koni Marti
2022-08-22
1
-1
/
+1
*
lint: ensure errors are at least logged (errcheck)
Moritz Poldrack
2022-08-04
1
-3
/
+10
*
lint: formatted code
Moritz Poldrack
2022-08-04
1
-1
/
+3
*
pipe: fix ordering by message id for long patch series
Robin Jarry
2022-08-01
1
-9
/
+40
*
tabs: rename SelectedTab to SelectedTabContent
Robin Jarry
2022-07-23
1
-1
/
+1
*
pipe: use go-mbox for writing multiple messages
Koni Marti
2022-07-14
1
-38
/
+13
*
pgp: fix pipe|open|save command behavior
Tim Culverhouse
2022-06-24
1
-2
/
+5
*
visual-mode: deselect messages after performing command
Tim Culverhouse
2022-06-14
1
-1
/
+1
*
logging: added a log on panic
Moritz Poldrack
2022-03-23
1
-0
/
+5
*
pipe: allow piping multiple marked messages
Robin Jarry
2022-02-25
1
-9
/
+102
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-3
/
+3
*
Get rid of the aerc.PushError(" " + $string) idiom
Reto Brunner
2021-01-30
1
-2
/
+2
*
Implement style configuration.
Kalyan Sriram
2020-08-06
1
-7
/
+7
*
Revert "Implement style configuration."
Reto Brunner
2020-07-30
1
-7
/
+7
*
Implement style configuration.
Kalyan Sriram
2020-07-30
1
-7
/
+7
*
pipe: don't crash if part is nil
Reto Brunner
2020-07-05
1
-0
/
+3
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
1
-9
/
+9
*
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-28
1
-4
/
+5
*
Remove duration from the status methods
Reto Brunner
2020-05-27
1
-5
/
+4
*
Add Style configuration
Reto Brunner
2020-05-27
1
-9
/
+9
*
FetchBodyPart doesn't need the parent body structure
Reto Brunner
2020-05-17
1
-1
/
+1
*
store.FetchFull: Change callback type to expose entire message
Ben Fiedler
2020-05-01
1
-3
/
+4
*
gofmt fixes
Drew DeVault
2020-04-24
1
-1
/
+1
*
Use aerc.PushError where appropriate
Ben Fiedler
2020-04-23
1
-2
/
+1
*
Refactoring: remove store from PartInfo
Drew DeVault
2020-03-09
1
-1
/
+2
*
FetchBodyParts: decode source in the workers
Reto Brunner
2020-01-05
1
-11
/
+1
*
all: purge redundant underscores
Wagner Riffel
2019-09-04
1
-3
/
+3
*
commands: Don't crash when store is nil
Kevin Kuehler
2019-07-15
1
-0
/
+3
*
Fix crashes when operating on empty folder (#216)
Daniel Bridges
2019-07-10
1
-1
/
+4
*
Fix :pipe -b actually writing to stdin
Drew DeVault
2019-07-08
1
-1
/
+9
*
Fix re-opening of expired pipe tabs
Drew DeVault
2019-07-08
1
-2
/
+6
*
:exec, :pipe: show exit status on completion
Drew DeVault
2019-07-08
1
-1
/
+2
*
Add :exec and :pipe -b(ackground)
Drew DeVault
2019-07-08
1
-17
/
+44
*
Make :pipe command more generic
Drew DeVault
2019-07-05
1
-0
/
+105