commit 82c01a9a6b5bc853f184f56fc43b47e92c0a73df
parent 528388cfeebfe83bd53f2499679b2ae2a538beeb
Author: grenzionky <grenzionky@gmail.com>
Date: Sat, 29 Feb 2020 05:58:07 -0500
add current email to status bar (#373)
when u have multiple emails in neomutt at the same time, you can sometimes forget which email u'r currently viewing, so with this addition youll be able to see.
all i did was add the email to the default status bar configuration
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/mw b/bin/mw
@@ -86,6 +86,7 @@ set folder = \"$maildir/$title\"
set header_cache = $cachedir/$title/headers
set message_cachedir = $cachedir/$title/bodies
set mbox_type = Maildir
+set status_format="-%r-"$from": %D [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---"
bind index,pager gg noop
bind index,pager g noop
@@ -107,6 +108,7 @@ set imap_user = \"$login\"
set header_cache = $cachedir/$title/headers
set message_cachedir = $cachedir/$title/bodies
set imap_pass = \"\`pass mutt-wizard-$title\`\"
+set status_format="-%r-"$from": %D [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---"
set mbox_type = Maildir
set ssl_starttls = yes