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
/
delete.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
notmuch: add strategies for multi-file messages
Jason Cox
2024-04-02
1
-3
/
+20
*
commands: rename confusing constants
Robin Jarry
2024-03-04
1
-1
/
+1
*
commands: refactor registration
Robin Jarry
2024-01-20
1
-1
/
+6
*
ui: correct some push status messages
inwit
2023-11-12
1
-1
/
+8
*
commands: use completion from go-opt
Robin Jarry
2023-10-28
1
-4
/
+0
*
commands: parse arguments with go-opt
Robin Jarry
2023-10-28
1
-5
/
+0
*
app: export global functions
Robin Jarry
2023-10-10
1
-11
/
+11
*
widgets: rename package to app
Robin Jarry
2023-10-10
1
-5
/
+5
*
tabs: make sure to close tab content
Robin Jarry
2023-04-01
1
-3
/
+3
*
findNextNonDeleted: set next to nil if last message
Tim Culverhouse
2022-12-14
1
-0
/
+3
*
config: make various sections accessible via global vars
Robin Jarry
2022-12-14
1
-2
/
+3
*
invalidatable: cleanup dead code
Tim Culverhouse
2022-10-12
1
-1
/
+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
*
delete: fix find-next function
Koni Marti
2022-08-22
1
-3
/
+6
*
store: extract marking behavior and add tests
Koni Marti
2022-08-22
1
-3
/
+4
*
delete: revert deleted messages if Delete is unsupported
Tim Culverhouse
2022-08-05
1
-0
/
+3
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-1
/
+1
*
msglist: remove invalidate from commands which remove messages
Tim Culverhouse
2022-08-01
1
-1
/
+0
*
msgstore: leave visual-mark mode after certain commands
Tim Culverhouse
2022-08-01
1
-0
/
+3
*
delete: improve find next function
Koni Marti
2022-07-26
1
-8
/
+16
*
msgstore: implement a uid-based architecture
Koni Marti
2022-07-26
1
-2
/
+2
*
delete: select new last message if last message was deleted
Tim Culverhouse
2022-07-24
1
-0
/
+7
*
delete: move tab replace logic into Done callback
Tim Culverhouse
2022-07-24
1
-27
/
+25
*
refactor: refactor pgp implementation
Tim Culverhouse
2022-04-27
1
-1
/
+1
*
all: fix minor issues found by staticcheck
Moritz Poldrack
2022-03-12
1
-8
/
+7
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-4
/
+4
*
Fix linter warnings
Reto Brunner
2021-02-26
1
-1
/
+0
*
Get rid of the aerc.PushError(" " + $string) idiom
Reto Brunner
2021-01-30
1
-1
/
+1
*
delete: push unsupported error up to the user
Reto Brunner
2020-07-05
1
-0
/
+3
*
Rework msglist scrolling
Jeffas
2020-06-09
1
-2
/
+2
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
1
-2
/
+2
*
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-28
1
-3
/
+4
*
Remove duration from the status methods
Reto Brunner
2020-05-27
1
-4
/
+3
*
Add Style configuration
Reto Brunner
2020-05-27
1
-2
/
+2
*
pgp: fail gracefully from email decryption
Ray Ganardi
2020-05-25
1
-1
/
+5
*
commands/helper: remove duplicated method
Reto Brunner
2020-05-11
1
-1
/
+1
*
gofmt fixes
Drew DeVault
2020-04-24
1
-1
/
+1
*
Use aerc.PushError where appropriate
Ben Fiedler
2020-04-23
1
-4
/
+1
*
Initial support for PGP decryption & signatures
Drew DeVault
2020-03-03
1
-2
/
+5
*
msg/delete: remove redundant err check
Reto Brunner
2020-02-29
1
-3
/
+0
*
delete: adapt to ProvidesMessages
Reto Brunner
2019-12-21
1
-21
/
+59
*
Config for deleting message from message viewer
Srivathsan Murali
2019-09-20
1
-1
/
+1
*
all: purge redundant underscores
Wagner Riffel
2019-09-04
1
-3
/
+3
*
select next message when deleting from message viewer
Aditya Srivastava
2019-08-02
1
-3
/
+10
*
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
-3
/
+3
*
Crash on delete in empty folder (#213)
Zach Sisco
2019-07-04
1
-0
/
+3
*
Implement basic tab completion support
Gregory Mullen
2019-06-29
1
-3
/
+12
*
Move select functionality from msglist to msgstore
Kevin Kuehler
2019-06-11
1
-1
/
+2
[next]