Compare commits

...

3 Commits

Author SHA1 Message Date
Jean-Claude e0357f49d6
Add new mail addresses and remove old one
Add jeanclaude.graf@thealternative.ch and bienen@jeanclaudegraf.ch and remove
ml@jeanclaudegraf.ch
2023-08-11 09:09:56 +02:00
Jean-Claude 668575a60e
Add gef 2023-07-23 14:02:06 +02:00
Jean-Claude 2b433a2c5c
Remove env variable as it is redundant
Option already specified in config file
2023-07-19 08:43:52 +02:00
7 changed files with 92 additions and 25 deletions

View File

@ -104,25 +104,25 @@ SyncState *
MaxMessages 0
ExpireUnread no
## ml@jeanclaudegraf.ch
IMAPStore ml@jeanclaudegraf.ch-remote
## bienen@jeanclaudegraf.ch
IMAPStore bienen@jeanclaudegraf.ch-remote
Host mail.hosting.de
Port 143
User ml@jeanclaudegraf.ch
PassCmd "pass online/hosting.de/ml@jeanclaudegraf.ch"
User bienen@jeanclaudegraf.ch
PassCmd "pass online/hosting.de/bienen@jeanclaudegraf.ch"
SSLType STARTTLS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore ml@jeanclaudegraf.ch-local
MaildirStore bienen@jeanclaudegraf.ch-local
Subfolders Verbatim
Path ~/.local/share/mail/ml@jeanclaudegraf.ch/
Inbox ~/.local/share/mail/ml@jeanclaudegraf.ch/INBOX
Path ~/.local/share/mail/bienen@jeanclaudegraf.ch/
Inbox ~/.local/share/mail/bienen@jeanclaudegraf.ch/INBOX
Flatten .
Channel ml@jeanclaudegraf.ch
Channel bienen@jeanclaudegraf.ch
Expunge Both
Master :ml@jeanclaudegraf.ch-remote:
Slave :ml@jeanclaudegraf.ch-local:
Master :bienen@jeanclaudegraf.ch-remote:
Slave :bienen@jeanclaudegraf.ch-local:
Patterns *
Create Both
SyncState *
@ -181,6 +181,32 @@ SyncState *
MaxMessages 0
ExpireUnread no
## jeanclaude.graf@thealternative.ch
IMAPStore jeanclaude.graf@thealternative.ch-remote
Host imap.mail.hostpoint.ch
Port 143
User jeanclaude.graf@thealternative.ch
PassCmd "pass online/hostpoint.ch/jeanclaude.graf@thealternative.ch"
SSLType STARTTLS
AuthMechs PLAIN
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore jeanclaude.graf@thealternative.ch-local
Subfolders Verbatim
Path ~/.local/share/mail/jeanclaude.graf@thealternative.ch/
Inbox ~/.local/share/mail/jeanclaude.graf@thealternative.ch/INBOX
Flatten .
Channel jeanclaude.graf@thealternative.ch
Expunge Both
Master :jeanclaude.graf@thealternative.ch-remote:
Slave :jeanclaude.graf@thealternative.ch-local:
Patterns * !"Archive"
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
## jean-claude.graf@epfl.ch
IMAPStore jean-claude.graf@epfl.ch-remote
Host ewa.epfl.ch

View File

@ -44,13 +44,13 @@ from me@jeanclaudegraf.ch
user me@jeanclaudegraf.ch
passwordeval "pass online/hosting.de/me@jeanclaudegraf.ch"
# ml@jeanclaudegraf.ch
account ml@jeanclaudegraf.ch
# bienen@jeanclaudegraf.ch
account bienen@jeanclaudegraf.ch
host mail.hosting.de
port 587
from ml@jeanclaudegraf.ch
user ml@jeanclaudegraf.ch
passwordeval "pass online/hosting.de/ml@jeanclaudegraf.ch"
from bienen@jeanclaudegraf.ch
user bienen@jeanclaudegraf.ch
passwordeval "pass online/hosting.de/bienen@jeanclaudegraf.ch"
# jegraf@ethz.ch
account jegraf@ethz.ch
@ -60,6 +60,14 @@ from jegraf@ethz.ch
user jegraf@ethz.ch
passwordeval "pass online/ethz.ch/jegraf"
# jeanclaude.graf@thealternative.ch
account jeanclaude.graf@thealternative.ch
host asmtp.mail.hostpoint.ch
port 587
from jeanclaude.graf@thealternative.ch
user jeanclaude.graf@thealternative.ch
passwordeval "pass online/hostpoint.ch/jeanclaude.graf@thealternative.ch"
# jean-claude.graf@epfl.ch
account jean-claude.graf@epfl.ch
host mail.epfl.ch

View File

@ -1,23 +1,23 @@
# muttrc file for account ml@jeanclaudegraf.ch
# muttrc file for account bienen@jeanclaudegraf.ch
## Identification
set realname = "Jean-Claude"
set from = "ml@jeanclaudegraf.ch"
set from = "bienen@jeanclaudegraf.ch"
# set sig_dashes = "no"
# set signature = "somePath"
## Cache
set header_cache = "~/.cache/mutt/ml@jeanclaudegraf.ch/headers"
set message_cachedir = "~/.cache/mutt/ml@jeanclaudegraf.ch/bodies"
set header_cache = "~/.cache/mutt/bienen@jeanclaudegraf.ch/headers"
set message_cachedir = "~/.cache/mutt/bienen@jeanclaudegraf.ch/bodies"
## Maildir
set mbox_type = Maildir
set folder = "~/.local/share/mail/ml@jeanclaudegraf.ch"
set folder = "~/.local/share/mail/bienen@jeanclaudegraf.ch"
set spoolfile = "+INBOX"
set record = "+Sent"
set postponed = "+Drafts"
set trash = "+Trash"
named-mailboxes "--- ml@jeanclaudegraf.ch ---" ="."
named-mailboxes "--- bienen@jeanclaudegraf.ch ---" ="."
named-mailboxes "Inbox" ="INBOX"
named-mailboxes "Drafts" ="Drafts"
named-mailboxes "Sent" ="Sent"
@ -25,6 +25,6 @@ named-mailboxes "Trash" ="Trash"
named-mailboxes "Junk" ="Junk"
# Hook Sendmail
set sendmail = "msmtp -a ml@jeanclaudegraf.ch"
set sendmail = "msmtp -a bienen@jeanclaudegraf.ch"
# vim: filetype=neomuttrc

View File

@ -0,0 +1,30 @@
# muttrc file for account mail@jeanclaudegraf.ch
## Identification
set realname = "Jean-Claude"
set from = "jeanclaude.graf@thealternative.ch"
# set sig_dashes = "no"
# set signature = "somePath"
## Cache
set header_cache = "~/.cache/mutt/jeanclaude.graf@thealternative.ch/headers"
set message_cachedir = "~/.cache/mutt/mjeanclaude.graf@thealternative.ch/bodies"
## Maildir
set mbox_type = Maildir
set folder = "~/.local/share/mail/jeanclaude.graf@thealternative.ch"
set spoolfile = "+INBOX"
set record = "+Sent"
set postponed = "+Drafts"
set trash = "+Trash"
named-mailboxes "--- jeanclaude.graf@thealternative.ch ---" ="."
named-mailboxes "Inbox" ="INBOX"
named-mailboxes "Drafts" ="Drafts"
named-mailboxes "Sent" ="Sent"
named-mailboxes "Trash" ="Trash"
named-mailboxes "Junk" ="spam"
# Hook Sendmail
set sendmail = "msmtp -a jeanclaude.graf@thealternative.ch"
# vim: filetype=neomuttrc

View File

@ -121,12 +121,15 @@ folder-hook $folder 'source ~/.config/mutt/accounts/git@jeanclaudegraf.ch.muttrc
source "~/.config/mutt/accounts/me@jeanclaudegraf.ch.muttrc"
folder-hook $folder 'source ~/.config/mutt/accounts/me@jeanclaudegraf.ch.muttrc'
source "~/.config/mutt/accounts/ml@jeanclaudegraf.ch.muttrc"
folder-hook $folder 'source ~/.config/mutt/accounts/ml@jeanclaudegraf.ch.muttrc'
source "~/.config/mutt/accounts/bienen@jeanclaudegraf.ch.muttrc"
folder-hook $folder 'source ~/.config/mutt/accounts/bienen@jeanclaudegraf.ch.muttrc'
source "~/.config/mutt/accounts/jegraf@ethz.ch.muttrc"
folder-hook $folder 'source ~/.config/mutt/accounts/jegraf@ethz.ch.muttrc'
source "~/.config/mutt/accounts/jeanclaude.graf@thealternative.ch.muttrc"
folder-hook $folder 'source ~/.config/mutt/accounts/jeanclaude.graf@thealternative.ch.muttrc'
source "~/.config/mutt/accounts/jean-claude.graf@epfl.ch.muttrc"
folder-hook $folder 'source ~/.config/mutt/accounts/jean-claude.graf@epfl.ch.muttrc'

View File

@ -1,3 +1,4 @@
source /usr/share/gef/gef.py
set auto-load safe-path /home/jeanclaude
set history save on
set debuginfod enabled on

View File

@ -109,7 +109,6 @@ export TIMEWARRIORDB="$XDG_CONFIG_HOME"/timewarrior
# Taskwarrior
export TASKRC="$XDG_CONFIG_HOME"/taskwarrior/taskrc
export TASKDATA="$XDG_DATA_HOME"/taskwarrior
# GHC
export GHCUP_USE_XDG_DIRS=1