summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrenzionky <grenzionky@gmail.com>2020-02-29 05:58:07 -0500
committerGitHub <noreply@github.com>2020-02-29 05:58:07 -0500
commit82c01a9a6b5bc853f184f56fc43b47e92c0a73df (patch)
treed7a18ecf9d690f7e5fb063b760c72bd6f306346d
parent528388cfeebfe83bd53f2499679b2ae2a538beeb (diff)
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
-rwxr-xr-xbin/mw2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/mw b/bin/mw
index 616b528..52a24b0 100755
--- 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