diff options
Diffstat (limited to '')
-rw-r--r-- | .config/mutt/muttrc | 8 | ||||
-rw-r--r-- | .config/mutt/sig/1-gmx_rbo | 2 | ||||
-rw-r--r-- | .config/mutt/sig/2-gmail_br | 3 | ||||
-rw-r--r-- | .config/mutt/sig/2-gmx_shop | 2 | ||||
-rw-r--r-- | .config/mutt/sig/3-gmail_oon | 2 | ||||
-rw-r--r-- | .config/mutt/sig/4-gmail_tos | 3 | ||||
-rw-r--r-- | .config/mutt/sig/5-ss_perso | 2 | ||||
-rwxr-xr-x | .local/bin/fetch_mail.sh | 4 |
8 files changed, 6 insertions, 20 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 81f903a..8555076 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -5,9 +5,9 @@ macro index,pager <f1> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mut macro index,pager 1 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/1-gmx_rbo.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbo@gmx.us" macro index,pager <f2> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/2-gmx_shop.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbo_shop@gmx.us" macro index,pager 2 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/2-gmx_shop.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to rbo_shop@gmx.us" -# macro index,pager <f4> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/4-gmail_br.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" -# macro index,pager 4 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/4-gmail_br.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" -# macro index,pager <f5> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/5-gmail_oon.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" -# macro index,pager 5 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/5-gmail_oon.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" +macro index,pager <f3> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/3-gmail_br.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" +macro index,pager 3 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/3-gmail_br.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to bousset.rudy@gmail.com" +macro index,pager <f4> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/4-gmail_oon.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" +macro index,pager 4 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/4-gmail_oon.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to olsen.oyvind.nor@gmail.com" # macro index,pager <f6> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/6-gmail_tos.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to towerofsilence777@gmail.com" # macro index,pager 6 '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/accounts/6-gmail_tos.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to towerofsilence777@gmail.com" diff --git a/.config/mutt/sig/1-gmx_rbo b/.config/mutt/sig/1-gmx_rbo index ebd66b8..222e28b 100644 --- a/.config/mutt/sig/1-gmx_rbo +++ b/.config/mutt/sig/1-gmx_rbo @@ -1,3 +1,3 @@ joe -jozan.org +https://jozan.org +337 86 27 02 09 diff --git a/.config/mutt/sig/2-gmail_br b/.config/mutt/sig/2-gmail_br deleted file mode 100644 index 8dd6a60..0000000 --- a/.config/mutt/sig/2-gmail_br +++ /dev/null @@ -1,3 +0,0 @@ -Rudy Bousset -jozanofastora.xyz -+337 86 27 02 09 diff --git a/.config/mutt/sig/2-gmx_shop b/.config/mutt/sig/2-gmx_shop index ebd66b8..222e28b 100644 --- a/.config/mutt/sig/2-gmx_shop +++ b/.config/mutt/sig/2-gmx_shop @@ -1,3 +1,3 @@ joe -jozan.org +https://jozan.org +337 86 27 02 09 diff --git a/.config/mutt/sig/3-gmail_oon b/.config/mutt/sig/3-gmail_oon deleted file mode 100644 index 1fd803a..0000000 --- a/.config/mutt/sig/3-gmail_oon +++ /dev/null @@ -1,2 +0,0 @@ -Joe -jozanofastora.xyz diff --git a/.config/mutt/sig/4-gmail_tos b/.config/mutt/sig/4-gmail_tos deleted file mode 100644 index e5378c5..0000000 --- a/.config/mutt/sig/4-gmail_tos +++ /dev/null @@ -1,3 +0,0 @@ -Joe <Tower Of Silence> -+337 86 27 02 09 -777 diff --git a/.config/mutt/sig/5-ss_perso b/.config/mutt/sig/5-ss_perso deleted file mode 100644 index 93cdcfc..0000000 --- a/.config/mutt/sig/5-ss_perso +++ /dev/null @@ -1,2 +0,0 @@ -Rudy Bousset <SecuServe> -+337 86 27 02 09 diff --git a/.local/bin/fetch_mail.sh b/.local/bin/fetch_mail.sh index 9f6a1f8..416f7e0 100755 --- a/.local/bin/fetch_mail.sh +++ b/.local/bin/fetch_mail.sh @@ -1,9 +1,5 @@ #!/bin/sh -set -f -set +f -set -m - export GNUPGHOME=$HOME/.local/share/gnupg export PASSWORD_STORE_DIR=$HOME/.local/share/pass |