diff options
author | Yigit Sever | 2022-12-07 09:52:30 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-07 09:52:39 +0300 |
commit | b0e096c22e7ab5ea94cebcef1504c2c597b3f429 (patch) | |
tree | d9f01cac5cd2977375b935150d584072560615a3 /.config/mutt/accounts | |
parent | 9fc65ddc209318db1d4d9121e458d67cccf89fa0 (diff) | |
download | dotfiles-b0e096c22e7ab5ea94cebcef1504c2c597b3f429.tar.gz dotfiles-b0e096c22e7ab5ea94cebcef1504c2c597b3f429.tar.bz2 dotfiles-b0e096c22e7ab5ea94cebcef1504c2c597b3f429.zip |
feat(mutt): add trash to xyz
add trash folder to xyz (it was already there but not visible)
Diffstat (limited to '.config/mutt/accounts')
-rw-r--r-- | .config/mutt/accounts/5-xyz.muttrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/mutt/accounts/5-xyz.muttrc b/.config/mutt/accounts/5-xyz.muttrc index a1ac0f6..8ac6ea6 100644 --- a/.config/mutt/accounts/5-xyz.muttrc +++ b/.config/mutt/accounts/5-xyz.muttrc | |||
@@ -27,6 +27,7 @@ named-mailboxes " 📦 archive" "=Archive" | |||
27 | named-mailboxes " 📜 drafts" "=Drafts" | 27 | named-mailboxes " 📜 drafts" "=Drafts" |
28 | named-mailboxes " 🐦 sent" "=Sent" | 28 | named-mailboxes " 🐦 sent" "=Sent" |
29 | named-mailboxes " 🚮 junk" "=Junk" | 29 | named-mailboxes " 🚮 junk" "=Junk" |
30 | named-mailboxes " 🚮 trash" "=Trash" | ||
30 | named-mailboxes " ----- lists ----- " "=." | 31 | named-mailboxes " ----- lists ----- " "=." |
31 | named-mailboxes " 🔢 l/crypto" "=lists/crypto" | 32 | named-mailboxes " 🔢 l/crypto" "=lists/crypto" |
32 | named-mailboxes " 📅 l/remind" "=lists/remind" | 33 | named-mailboxes " 📅 l/remind" "=lists/remind" |