Skip to content

Commit

Permalink
aerc: mark as read and move to Trash on delete
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Apr 28, 2024
1 parent 11a5516 commit aca8997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/aerc/files/binds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ zR = :unfold -a<Enter>
<tab> = :fold -t<Enter>

<Enter> = :view<Enter>
d = :prompt 'Really delete this message?' 'delete-message'<Enter>
#d = :prompt 'Really delete this message?' 'delete-message'<Enter>
d = :unmark -a<Enter>:read<Enter>:move Trash<Enter>
D = :delete<Enter>
a = :archive flat<Enter>
A = :unmark -a<Enter>:mark -T<Enter>:archive flat<Enter>
Expand Down

0 comments on commit aca8997

Please sign in to comment.