From d30fd8ea96799196035cb53a1374a50dd967fedf Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 3 Oct 2022 13:24:45 +0200 Subject: update --- .mbsyncrc | 38 +++++++++++++++++++++++++++ .mutt/free | 8 ++++++ .mutt/muttrc | 68 +++++++++++++++++++++++++++++++++++++++++++++++++ swift/etc/nsswitch.conf | 19 ++++++++++++++ 4 files changed, 133 insertions(+) create mode 100644 .mbsyncrc create mode 100644 .mutt/free create mode 100644 .mutt/muttrc create mode 100644 swift/etc/nsswitch.conf diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..dcfe913 --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,38 @@ +IMAPStore free-remote +Host imap.free.fr +SSLType IMAPS +User mvertes@free.fr +PassCmd "pass email/mvertes@free.fr" + +MaildirStore free-local +Path ~/Mail/free/ +Inbox ~/Mail/free/INBOX +Subfolders Verbatim + +Channel free +Far :free-remote: +Near :free-local: +Create Both +Expunge Both +Patterns * +SyncState * + +IMAPStore gmail-remote +Host imap.gmail.com +SSLType IMAPS +AuthMechs LOGIN +User marc.vertes@traefik.io +PassCmd "pass email/marc.vertes@traefik.io" + +MaildirStore gmail-local +Path ~/Mail/gmail/ +Inbox ~/Mail/gmail/INBOX +Subfolders Verbatim + +Channel gmail +Far :gmail-remote: +Near :gmail-local: +Create Both +Expunge Both +Patterns * !"[Gmail]/All Mail" !"[Gmail]/Important" !"[Gmail]/Starred" !"[Gmail]/Bin" +SyncState * diff --git a/.mutt/free b/.mutt/free new file mode 100644 index 0000000..4694401 --- /dev/null +++ b/.mutt/free @@ -0,0 +1,8 @@ +set folder = "~/Mail/free/" +set spoolfile = "+INBOX" +set postponed = "+Drafts" +set trash = "+Trash" +set record = "" + +set from = "mvertes@free.fr" +set realname = "Marc Vertes" diff --git a/.mutt/muttrc b/.mutt/muttrc new file mode 100644 index 0000000..817065b --- /dev/null +++ b/.mutt/muttrc @@ -0,0 +1,68 @@ +set folder=~/Mail/free +set spoolfile=+/INBOX +set header_cache=~/.cache/mutt +auto_view text/html +alternative_order text/plain text/enriched text/html + +color normal black default + +color hdrdefault red default +color signature blue default +color indicator black brightyellow +color error brightred default +color status white blue +color tree red default # the thread tree in the index menu +color tilde magenta default +color message blue default +color markers cyan default +color attachment brightmagenta default +color search black green # how to hilite searches in the pager +color quoted blue default # quoted text +color quoted1 magenta default +color quoted2 red default +color quoted3 green default +color quoted4 cyan default +color quoted5 blue default +color quoted6 magenta default +color quoted7 red default +color quoted8 green default +color quoted9 cyan default +color underline brightgreen default +color index green default ~F + +color header red default ^(From|Subject): +# point out url's +color body black default "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" +color body cyan default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses + +# smilies and the like +color body brightgreen default "<[Gg]>" +color body brightgreen default "<[Bb][Gg]>" +# see also the variables smileys +color body black yellow ">?[;:][-^]?[][)(><}{|/DP][)}]*" + +# +# Mono +# + +mono normal none # normal text +mono indicator reverse # actual message +mono tree none # thread arrows +mono status reverse # status line +#mono error bold +mono error standout +mono message none # info messages +mono quoted bold +mono signature none +mono attachment underline # MIME attachments +mono search reverse # search matches +mono tilde none # ~ at bottom of msg +mono markers bold # + at beginning of wrapped lines +mono hdrdefault none # default header lines +mono bold bold # hilite bold patterns in body +mono underline underline # hilite underlined patterns in body +mono header bold "^(from|subject):" +mono body underline "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" +mono body underline "[-a-z_0-9.]+@[-a-z_0-9.]+" +mono body bold "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]" +mono body underline "(^| )_[-a-z0-9äöüß_]+_[,.?]?[ \n]" diff --git a/swift/etc/nsswitch.conf b/swift/etc/nsswitch.conf new file mode 100644 index 0000000..392c640 --- /dev/null +++ b/swift/etc/nsswitch.conf @@ -0,0 +1,19 @@ +# Name Service Switch configuration file. +# See nsswitch.conf(5) for details. + +passwd: files systemd +group: files [SUCCESS=merge] systemd +shadow: files + +publickey: files + +# hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns +hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns +networks: files + +protocols: files +services: files +ethers: files +rpc: files + +netgroup: files -- cgit v1.2.3