From: Mart Lubbers Date: Sun, 11 Jun 2017 09:09:38 +0000 (+0200) Subject: fix mutt for archlinux, add tlmgr update X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=ac4ab31c495ffd7d902465037050bebb3501b92a;p=dotfiles.git fix mutt for archlinux, add tlmgr update --- diff --git a/email/.mutt/muttrc b/email/.mutt/muttrc index d341140..701f965 100644 --- a/email/.mutt/muttrc +++ b/email/.mutt/muttrc @@ -80,6 +80,9 @@ macro index,pager A \ # sidebar source ~/.mutt/sidebar.muttrc +# notmuch +source ~/.mutt/notmuch.muttrc + # Crypto source ~/.mutt/gpg.muttrc diff --git a/email/.mutt/notmuch.muttrc b/email/.mutt/notmuch.muttrc new file mode 100644 index 0000000..673ec6f --- /dev/null +++ b/email/.mutt/notmuch.muttrc @@ -0,0 +1,19 @@ +macro index "\ + set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key\ + notmuch-mutt -r --prompt search\ + `echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`\ + set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key" \ + "notmuch: search mail" + +macro index "\ + set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key\ + notmuch-mutt -r thread\ + `echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`\ + set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key" \ + "notmuch: reconstruct thread" + +macro index "\ + set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key\ + notmuch-mutt tag -- -inbox\ + set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key" \ + "notmuch: remove message from inbox" diff --git a/email/.mutt/sidebar.muttrc b/email/.mutt/sidebar.muttrc index a998759..c22b565 100644 --- a/email/.mutt/sidebar.muttrc +++ b/email/.mutt/sidebar.muttrc @@ -7,9 +7,9 @@ set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S' set sidebar_sort_method = 'path' # Keybindings -bind index,pager \Cj sidebar-prev -bind index,pager \Ck sidebar-next -bind index,pager \Cl sidebar-open +bind index,pager K sidebar-prev +bind index,pager J sidebar-next +bind index,pager L sidebar-open bind index,pager B sidebar-toggle-visible # Colors diff --git a/shell/.local/bin/update b/shell/.local/bin/update index 086ef27..3113604 100755 --- a/shell/.local/bin/update +++ b/shell/.local/bin/update @@ -14,4 +14,4 @@ cmd() { } sudo sh -c "`cmd`" -sh -c "offlineimap -u ttyui && vdirsyncer sync && khal $NUL && khard $NUL" +sh -c "tlmgr update --all --self && offlineimap -u ttyui && vdirsyncer sync && khal $NUL && khard $NUL" diff --git a/x/.config/i3/config b/x/.config/i3/config index abbfdde..54a68cf 100644 --- a/x/.config/i3/config +++ b/x/.config/i3/config @@ -14,7 +14,7 @@ set $font DejaVu Sans Mono set $fontsize 12 # lock the screen after 10 minutes -exec xautolock -locker ~/.local/bin/lock.sh & dunst & setxkbmap -layout dvorak,ru,us -variant ,phonetic_dvorak, -option compose:ralt,grp:menu_toggle,caps:super +exec setxkbmap -layout dvorak,ru,us -variant ,phonetic_dvorak, -option compose:ralt,grp:menu_toggle,caps:super # Toggle playback bindsym Pause exec mpc toggle