summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-12-30 16:21:49 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-12-30 16:21:49 +0000
commitd089b89be37f6ac2ffbd87d52a11c63501d943b5 (patch)
tree177278f6fef661942adf3e7a20bffc987e654281
parent29bbb064e9eabf5fba2b0b0f2c4f3c3acc2ffa0b (diff)
downloadinfra-d089b89be37f6ac2ffbd87d52a11c63501d943b5.tar.gz
infra-d089b89be37f6ac2ffbd87d52a11c63501d943b5.tar.bz2
infra-d089b89be37f6ac2ffbd87d52a11c63501d943b5.zip
Add hotkey to refresh inbox manually
See [1] for source. [1]: https://unix.stackexchange.com/questions/49980/mutt-responsive-way-to-refresh-inbox
-rw-r--r--misc/dotfiles/muttrc3
1 files changed, 3 insertions, 0 deletions
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