diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-12-30 16:21:49 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-12-30 16:21:49 +0000 |
commit | d089b89be37f6ac2ffbd87d52a11c63501d943b5 (patch) | |
tree | 177278f6fef661942adf3e7a20bffc987e654281 | |
parent | 29bbb064e9eabf5fba2b0b0f2c4f3c3acc2ffa0b (diff) | |
download | infra-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/muttrc | 3 |
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 |