summaryrefslogtreecommitdiffstats
path: root/.local/bin/mailto_handler
diff options
context:
space:
mode:
authorYigit Sever2021-11-07 23:42:15 +0300
committerYigit Sever2021-11-07 23:42:15 +0300
commit9fa9973c2d2f91cef7bdd26cb52064c13f4d682e (patch)
tree13aa64b09bc91e16f3dd3217bf3d647559af2cf9 /.local/bin/mailto_handler
parent9382166b5522a5d9e2d62e93e702b4d0886cedb4 (diff)
parentfcb2237c01bcd2b7982bb844cea4cf9447f20d03 (diff)
downloaddotfiles-9fa9973c2d2f91cef7bdd26cb52064c13f4d682e.tar.gz
dotfiles-9fa9973c2d2f91cef7bdd26cb52064c13f4d682e.tar.bz2
dotfiles-9fa9973c2d2f91cef7bdd26cb52064c13f4d682e.zip
Merge remote-tracking branch 'origin/main'
Diffstat (limited to '.local/bin/mailto_handler')
-rwxr-xr-x.local/bin/mailto_handler2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/mailto_handler b/.local/bin/mailto_handler
index 9493558..36c38bd 100755
--- a/.local/bin/mailto_handler
+++ b/.local/bin/mailto_handler
@@ -21,6 +21,6 @@ for account in "${ACCOUNTSDIR}"/*.muttrc; do
21 21
22done 22done
23 23
24picked=$(printf "${choices}" | rofi -dmenu) 24picked=$(printf '%s' "${choices}" | rofi -dmenu)
25 25
26exec kitty -e neomutt -F "$HOME/.config/mutt/muttrc" -e "source /home/yigit/.config/mutt/accounts/${picked}.muttrc" -- "$@" 26exec kitty -e neomutt -F "$HOME/.config/mutt/muttrc" -e "source /home/yigit/.config/mutt/accounts/${picked}.muttrc" -- "$@"