From 936e17a9d819a6f55bec09eafd1beec523dcaa64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 23 Aug 2016 22:46:36 +0200 Subject: Add newmail-notify and some other small tweaks --- mutt/muttrc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mutt/muttrc') diff --git a/mutt/muttrc b/mutt/muttrc index d20f08d..ef59a5a 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -8,6 +8,7 @@ set sort=reverse-threads set sort_aux=last-date-received set mailcap_path = "~/.mutt/mailcap" set sleep_time = 0 +set delete = yes auto_view text/html alternative_order text/enriched text/plain text/html @@ -28,6 +29,15 @@ bind index,pager \CP sidebar-prev bind index,pager \CN sidebar-next bind index,pager \CO sidebar-open +bind pager j next-line +bind pager k previous-line +bind attach,index,pager \CD next-page +bind attach,index,pager \CU previous-page +bind pager g top +bind pager G bottom +bind attach,index g first-entry +bind attach,index G last-entry + macro index ':source ~/.mutt/muttemailc~/.mail/email/INBOX' source ~/.mutt/color -- cgit v1.2.3