From 4242a01983eb57ac44d5fcfbda75339d486ea4f1 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 27 May 2025 11:13:06 +0530 Subject: Refactor email setup + add email sender to notification --- modules/email/aerc-binds.conf | 146 ------------------------------------------ 1 file changed, 146 deletions(-) delete mode 100644 modules/email/aerc-binds.conf (limited to 'modules/email/aerc-binds.conf') diff --git a/modules/email/aerc-binds.conf b/modules/email/aerc-binds.conf deleted file mode 100644 index 442c9ea..0000000 --- a/modules/email/aerc-binds.conf +++ /dev/null @@ -1,146 +0,0 @@ - = :prev-tab - = :next-tab - = :term -? = :help keys - = :prompt 'Quit? ' quit - = :prompt 'Quit? ' quit - = :suspend - - - - -[messages] -q = :prompt 'Quit? ' quit - -a = :read -A = :unread -i = :tag +important -I = :tag -important - - = :view - -j = :next -k = :prev - = :next 50% - = :next 100% - = :prev 50% - = :prev 100% -g = :select 0 -G = :select -1 - -J = :next-folder -K = :prev-folder - -v = :mark -t - = :mark -t:next -V = :mark -v - -T = :toggle-threads -za = :fold -t - -C = :compose - -rr = :reply -a -Rr = :reply - -! = :term -| = :pipe - -/ = :search -\ = :filter -n = :next-result -N = :prev-result - = :clear - -s = :split -S = :vsplit - -[messages:folder=Drafts] - = :recall - - - - -[view] -/ = :toggle-key-passthrough/ -q = :close -o = :open -S = :save -| = :pipe -D = :delete - - = :open-link - -f = :forward -rr = :reply -a -Rr = :reply - -H = :toggle-headers - = :prev-part - = :next-part -J = :next -K = :prev - - - - -[view::passthrough] -$noinherit = true -$ex = - = :toggle-key-passthrough - - - - -[compose] -$noinherit = true -$ex = -$complete = - = :prev-field - = :next-field - = :next-field - = :prev-field - = :prev-tab - = :next-tab - = :prompt 'Quit? ' quit -f - = :attach -m ~ - = :preview - - - - -[compose::editor] -$noinherit = true -$ex = - = :prev-field - = :next-field - = :prev-tab - = :next-tab - = :prompt 'Quit? ' quit -f - = :attach -m ~ - = :preview - - - - -[compose::review] -# Inline comments are used as descriptions on the review screen -y = :send # Send -n = :abort # Abort (discard message, no confirmation) -p = :preview # Preview message -e = :edit # Edit (body and headers) -a = :attach # Add attachment -d = :detach # Remove attachment -P = :postpone # Postpone - - - - - -[terminal] -$noinherit = true -$ex = - - = :prev-tab - = :next-tab - -- cgit v1.3.1