format: statusbar
date display mailbox display battery icon
This commit is contained in:
parent
a2a86bf24e
commit
6de603081f
@ -3,11 +3,9 @@
|
|||||||
# More information : https://github.com/LukeSmithxyz/mutt-wizard
|
# More information : https://github.com/LukeSmithxyz/mutt-wizard
|
||||||
|
|
||||||
|
|
||||||
# This file contains part of mutt-wizard's default settings.
|
|
||||||
# mutt-wizard will have this file sourced from your muttrc.
|
|
||||||
set mailcap_path = /home/swytch/.config/mutt/mailcap:$mailcap_path
|
set mailcap_path = /home/swytch/.config/mutt/mailcap:$mailcap_path
|
||||||
set mime_type_query_command = "file --mime-type -b %s"
|
set mime_type_query_command = "file --mime-type -b %s"
|
||||||
set date_format="%y/%m/%d %I:%M%p"
|
set date_format="%d/%m/%y %I:%M%p"
|
||||||
set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
|
set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
|
||||||
set sort = 'reverse-date'
|
set sort = 'reverse-date'
|
||||||
set smtp_authenticators = 'gssapi:login'
|
set smtp_authenticators = 'gssapi:login'
|
||||||
|
@ -42,7 +42,7 @@ do
|
|||||||
status=""
|
status=""
|
||||||
else
|
else
|
||||||
case "$capacity" in
|
case "$capacity" in
|
||||||
[8-9][0-9]) status="" ;;
|
100|[8-9][0-9]) status="" ;;
|
||||||
[6-7][0-9]) status="" ;;
|
[6-7][0-9]) status="" ;;
|
||||||
[4-5][0-9]) status="" ;;
|
[4-5][0-9]) status="" ;;
|
||||||
[2-3][0-9]) status="" ;;
|
[2-3][0-9]) status="" ;;
|
||||||
|
@ -17,7 +17,7 @@ do
|
|||||||
if [ $new -gt 0 ]; then
|
if [ $new -gt 0 ]; then
|
||||||
[ -n "$(echo "$acc" | sed -n '/@etu/p')" ] && box=""
|
[ -n "$(echo "$acc" | sed -n '/@etu/p')" ] && box=""
|
||||||
[ -n "$(echo "$acc" | sed -n '/@posteo/p')" ] && box=""
|
[ -n "$(echo "$acc" | sed -n '/@posteo/p')" ] && box=""
|
||||||
unread="$unread/$box:$new"
|
unread="$unread/$box$new"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
[ -n "$unread" ] && unread="($(echo "$unread" | cut -c 2-))" || exit
|
[ -n "$unread" ] && unread="($(echo "$unread" | cut -c 2-))" || exit
|
||||||
|
Reference in New Issue
Block a user