From 28fc9fa53da1449498392f83d63a8502a5a958a3 Mon Sep 17 00:00:00 2001 From: Galen Abell Date: Sun, 26 May 2019 17:37:39 -0400 Subject: Add :save and :pipe commands to viewer * :save takes a path and saves the current message part to that location * :pipe is the same as pipe on the account page, but uses the current message part rather than the whole email (ie :pipe gzip -d) * Refactored account:pipe and extracted common pipe code to commands.util.QuickTerm * Added helper command aerc.PushError --- config/binds.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/binds.conf b/config/binds.conf index 6a3ff23..9168885 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -51,6 +51,7 @@ Rr = :reply -a Rq = :reply -aq = :prev-part = :next-part +S = :save [compose] # Keybindings used when the embedded terminal is not selected in the compose -- cgit v1.2.3