diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-03-25 10:33:32 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-03-25 10:33:32 +0000 |
commit | 9c6f1f8f3f5b5e0a68bfd493df245aed1736faef (patch) | |
tree | c5828c89cfd8ffbffc99f3199c651bdb442f216d /mutt | |
parent | 94e1faac9f163c66b053e1194e41fdfd633d1a4e (diff) |
Some changes
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/cache/headers | bin | 642304 -> 741376 bytes | |||
-rw-r--r-- | mutt/colormutt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/mutt/cache/headers b/mutt/cache/headers Binary files differindex 76ae554..1134e74 100644 --- a/mutt/cache/headers +++ b/mutt/cache/headers diff --git a/mutt/colormutt b/mutt/colormutt index 51e9da1..d0e1225 100644 --- a/mutt/colormutt +++ b/mutt/colormutt @@ -3,7 +3,7 @@ h=`date +%H` if [ $h -lt 9 ]; then theme=dark -elif [ $h -lt 17 ]; then +elif [ $h -lt 18 ]; then theme=light else theme=dark |