diff options
author | joe <rbo@gmx.us> | 2025-10-16 17:41:24 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-16 17:41:24 +0200 |
commit | d3a80ebc250a9ee00ad7aea543a27eb1c3ebeb22 (patch) | |
tree | eeb96394d751c53164a8a35c9a7e3ec09b26234a | |
parent | up (diff) | |
download | dotfiles-bsd-d3a80ebc250a9ee00ad7aea543a27eb1c3ebeb22.tar.gz dotfiles-bsd-d3a80ebc250a9ee00ad7aea543a27eb1c3ebeb22.tar.bz2 dotfiles-bsd-d3a80ebc250a9ee00ad7aea543a27eb1c3ebeb22.tar.xz dotfiles-bsd-d3a80ebc250a9ee00ad7aea543a27eb1c3ebeb22.tar.zst dotfiles-bsd-d3a80ebc250a9ee00ad7aea543a27eb1c3ebeb22.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/accounts/1-gmx_rbo.muttrc | 2 | ||||
-rw-r--r-- | .config/mutt/accounts/2-gmx_shop.muttrc | 2 | ||||
-rw-r--r-- | .config/mutt/accounts/3-gmail_br.muttrc | 2 | ||||
-rw-r--r-- | .config/mutt/accounts/4-gmail_oon.muttrc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.config/mutt/accounts/1-gmx_rbo.muttrc b/.config/mutt/accounts/1-gmx_rbo.muttrc index 7c8f018..c9c7596 100644 --- a/.config/mutt/accounts/1-gmx_rbo.muttrc +++ b/.config/mutt/accounts/1-gmx_rbo.muttrc @@ -36,7 +36,7 @@ set spoolfile = +INBOX macro index,pager gs "<change-folder>=Sent<enter>" "go to sent" macro index,pager Ms ";<save-message>=Sent<enter>" "move mail to sent" macro index,pager Cs ";<copy-message>=Sent<enter>" "copy mail to sent" -set record = "" +set record = +Sent macro index,pager gd "<change-folder>=Drafts<enter>" "go to drafts" macro index,pager Md ";<save-message>=Drafts<enter>" "move mail to drafts" macro index,pager Cd ";<copy-message>=Drafts<enter>" "copy mail to drafts" diff --git a/.config/mutt/accounts/2-gmx_shop.muttrc b/.config/mutt/accounts/2-gmx_shop.muttrc index 7000213..bfda76c 100644 --- a/.config/mutt/accounts/2-gmx_shop.muttrc +++ b/.config/mutt/accounts/2-gmx_shop.muttrc @@ -35,7 +35,7 @@ set spoolfile = +INBOX macro index,pager gs "<change-folder>=Sent<enter>" "go to sent" macro index,pager Ms ";<save-message>=Sent<enter>" "move mail to sent" macro index,pager Cs ";<copy-message>=Sent<enter>" "copy mail to sent" -set record = "" +set record = +Sent macro index,pager gd "<change-folder>=Drafts<enter>" "go to drafts" macro index,pager Md ";<save-message>=Drafts<enter>" "move mail to drafts" macro index,pager Cd ";<copy-message>=Drafts<enter>" "copy mail to drafts" diff --git a/.config/mutt/accounts/3-gmail_br.muttrc b/.config/mutt/accounts/3-gmail_br.muttrc index 137881b..d114173 100644 --- a/.config/mutt/accounts/3-gmail_br.muttrc +++ b/.config/mutt/accounts/3-gmail_br.muttrc @@ -36,7 +36,7 @@ set spoolfile = "+INBOX" macro index,pager gs "<change-folder>=[Gmail]/Sent Mail<enter>" "go to sent" macro index,pager Ms ";<save-message>=[Gmail]/Sent Mail<enter>" "move mail to sent" macro index,pager Cs ";<copy-message>=[Gmail]/Sent Mail<enter>" "copy mail to sent" -set record = "" +set record = "+[Gmail]/Sent Mail" macro index,pager gd "<change-folder>=[Gmail]/Drafts<enter>" "go to drafts" macro index,pager Md ";<save-message>=[Gmail]/Drafts<enter>" "move mail to drafts" macro index,pager Cd ";<copy-message>=[Gmail]/Drafts<enter>" "copy mail to drafts" diff --git a/.config/mutt/accounts/4-gmail_oon.muttrc b/.config/mutt/accounts/4-gmail_oon.muttrc index f1267a5..c69f27e 100644 --- a/.config/mutt/accounts/4-gmail_oon.muttrc +++ b/.config/mutt/accounts/4-gmail_oon.muttrc @@ -36,7 +36,7 @@ set spoolfile = +INBOX macro index,pager gs "<change-folder>=[Gmail]/Sent Mail<enter>" "go to sent" macro index,pager Ms ";<save-message>=[Gmail]/Sent Mail<enter>" "move mail to sent" macro index,pager Cs ";<copy-message>=[Gmail]/Sent Mail<enter>" "copy mail to sent" -set record = "" +set record = "+[Gmail]/Sent Mail" macro index,pager gd "<change-folder>=[Gmail]/Drafts<enter>" "go to drafts" macro index,pager Md ";<save-message>=[Gmail]/Drafts<enter>" "move mail to drafts" macro index,pager Cd ";<copy-message>=[Gmail]/Drafts<enter>" "copy mail to drafts" |