From ce71c5b1d3e4b22eac78331c9907650db6150ce9 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 18 Mar 2021 10:44:26 +0530 Subject: [PATCH] mutt: Add helper macros for our work account as well --- mutt/.mutt/accounts/asymptotic | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mutt/.mutt/accounts/asymptotic b/mutt/.mutt/accounts/asymptotic index f45cf53..9db97c2 100644 --- a/mutt/.mutt/accounts/asymptotic +++ b/mutt/.mutt/accounts/asymptotic @@ -13,3 +13,6 @@ macro index D \ macro index S \ "+asymptotic/Spam" \ "mark message as spam" + +macro index gi "=asymptotic/Inbox" "Go to Inbox" +macro index gs "=asymptotic/Sent" "Go to Sent"