From d089b89be37f6ac2ffbd87d52a11c63501d943b5 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Mon, 30 Dec 2024 16:21:49 +0000 Subject: Add hotkey to refresh inbox manually See [1] for source. [1]: https://unix.stackexchange.com/questions/49980/mutt-responsive-way-to-refresh-inbox --- misc/dotfiles/muttrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/dotfiles/muttrc b/misc/dotfiles/muttrc index df5755a..815203e 100644 --- a/misc/dotfiles/muttrc +++ b/misc/dotfiles/muttrc @@ -7,6 +7,9 @@ set record = +Sent set postponed = +Drafts set mbox = +All +# Fetch mail from IMAP server manually. +bind index G imap-fetch-mail + # SMTP. set smtp_url = smtps://$imap_user@mail.ilvokhin.com -- cgit v1.2.3-70-g09d2