From ce5ff8bf5e2acce9623d8db5ec5ae3571364ead5 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 15 Jan 2025 17:03:54 +0800 Subject: Update --- mutt/default | 4 ++-- mutt/muttrc.topo | 12 +++++------- profile | 1 + 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/mutt/default b/mutt/default index c46f9ec..c254e5f 100644 --- a/mutt/default +++ b/mutt/default @@ -53,10 +53,9 @@ macro index,pager c '=' macro index q '?' bind index o sort-reverse bind index O sort-mailbox -bind index E edit-type bind index,pager sync-mailbox -bind index y edit-label bind index x tag-entry +bind index y edit-label bind index t edit-label bind index,browser l select-entry bind index \\ limit @@ -191,6 +190,7 @@ color index blue green "~N~v~(~F~N)" # color index blue green "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) color index magenta black "~h Stay" # marked as Stay +color index lightblack black "~h Done" # marked as Done # color header color header green black "^(From)" diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo index b198741..7490aef 100644 --- a/mutt/muttrc.topo +++ b/mutt/muttrc.topo @@ -27,14 +27,13 @@ mailboxes -label 'INBOX' -poll + \ -poll +do \ -poll +on \ -poll +box \ - -poll +riverbien \ + -poll -label '[r]' +river \ "+-- Permanent ---" \ -poll -label 'de[v]' +DEV \ - -label '[t]alk 🍺' +talk \ - -label '[n]ews 📰' +news \ + -poll -label '[t]alk 🍺' +talk \ + -poll -label '[n]ews 📰' +news \ + -poll -label '[p]ay 💲' +pay \ -poll -label '[l]ogin' +login \ - -poll -label '[J]OB' +JOB \ - -poll -label '[p]ay 💲' +pay \ -poll -label '[u]pdate' +update \ # Keybinding @@ -64,7 +63,6 @@ macro index,pager gP "+MISC/promote" macro index,pager gT "+Trash" macro index,pager gl "+login" macro index,pager gf "+feedback" -macro index,pager gj "+JOB" -macro index,pager gr "+riverbien" +macro index,pager gr "+river" macro index,pager gv "+DEV" macro index,pager gu "+update" diff --git a/profile b/profile index 2c3f8ca..578c762 100644 --- a/profile +++ b/profile @@ -25,6 +25,7 @@ source $SETTING_DIR/alias # sourcr rc files in private/ and bin/ [[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done +find $SETTING_DIR/bin -mindepth 1 -type d | while read dir; do PATH+=:${dir}; done # fzf if which fzf &>/dev/null; then -- cgit v1.2.3-70-g09d2