From 198485f6d623ca2fdaa3272bb9f2eb71e9745fe0 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 6 Feb 2022 22:05:10 +0100 Subject: [PATCH] Remove uliege and ULG accounts --- mail.org | 153 +------------------------------------------------------ 1 file changed, 1 insertion(+), 152 deletions(-) diff --git a/mail.org b/mail.org index f806d11..824faf1 100644 --- a/mail.org +++ b/mail.org @@ -146,116 +146,6 @@ Expunge Near Sync Pull #+END_SRC -** ULG Student Account -#+BEGIN_SRC conf -IMAPAccount ulg -Host mail.ulg.ac.be -User thomas.dehaeze@doct.uliege.be -PassCmd "pass email/thomas.dehaeze@doct.uliege.be" -SSLType IMAPS -AuthMechs LOGIN -#+END_SRC - -#+BEGIN_SRC conf -IMAPStore ulg-remote -Account ulg - -MaildirStore ulg-local -Path ~/.mail/ulg/ -Inbox ~/.mail/ulg/Inbox - -Channel ulg-Home -Far :ulg-remote:INBOX -Near :ulg-local:Inbox - -Channel ulg-Drafts -Far :ulg-remote:Drafts -Near :ulg-local:Drafts - -Channel ulg-Archive -Far :ulg-remote:Archive -Near :ulg-local:Archive - -Channel ulg-Sent -Far :ulg-remote:Sent -Near :ulg-local:Sent - -Channel ulg-Trash -Far :ulg-remote:Trash -Near :ulg-local:Trash -#+END_SRC - -#+BEGIN_SRC conf -Channel ulg -Far :ulg-remote: -Near :ulg-local: -#+END_SRC - -For doing a quick sync of just the INBOX with `mbsync ulg-download`. -#+BEGIN_SRC conf -Channel ulg-download -Far :ulg-remote:INBOX -Near :ulg-local:Inbox -Create Near -Expunge Near -Sync Pull -#+END_SRC - -** ULG Personal Account -#+BEGIN_SRC conf -IMAPAccount uliege -Host mail.ulg.ac.be -User tdehaeze@uliege.be -PassCmd "pass email/tdehaeze@uliege.be" -SSLType IMAPS -AuthMechs LOGIN -#+END_SRC - -#+BEGIN_SRC conf -IMAPStore uliege-remote -Account uliege - -MaildirStore uliege-local -Path ~/.mail/uliege/ -Inbox ~/.mail/uliege/Inbox - -Channel uliege-Home -Far :uliege-remote:INBOX -Near :uliege-local:Inbox - -Channel uliege-Drafts -Far :uliege-remote:Drafts -Near :uliege-local:Drafts - -Channel uliege-Archive -Far :uliege-remote:Archive -Near :uliege-local:Archive - -Channel uliege-Sent -Far :uliege-remote:Sent -Near :uliege-local:Sent - -Channel uliege-Trash -Far :uliege-remote:Trash -Near :uliege-local:Trash -#+END_SRC - -#+BEGIN_SRC conf -Channel uliege -Far :uliege-remote: -Near :uliege-local: -#+END_SRC - -For doing a quick sync of just the INBOX with `mbsync uliege-download`. -#+BEGIN_SRC conf -Channel uliege-download -Far :uliege-remote:INBOX -Near :uliege-local:Inbox -Create Near -Expunge Near -Sync Pull -#+END_SRC - * =msmtp= - Send Mails :PROPERTIES: :header-args:conf: :tangle ~/.config/msmtp/config @@ -295,33 +185,9 @@ tls_starttls off passwordeval "pass email/thomas.dehaeze@esrf.fr" #+END_SRC -** ULG Account -#+BEGIN_SRC conf -account ulg -host smtp.ulg.ac.be -port 587 -protocol smtp -from thomas.dehaeze@doct.uliege.be -user s177313 -tls_starttls on -passwordeval "pass email/thomas.dehaeze@doct.uliege.be" -#+END_SRC - -** ULIEGE Account -#+BEGIN_SRC conf -account uliege -host smtp.ulg.ac.be -port 587 -protocol smtp -from tdehaeze@uliege.be -user u231244 -tls_starttls on -passwordeval "pass email/tdehaeze@uliege.be" -#+END_SRC - ** Default Account #+BEGIN_SRC conf -account default : gmail +account default : esrf #+END_SRC * =mu= - Mail Indexer @@ -749,7 +615,6 @@ macro index C "?" "copy a message to a mailbox" macro index M "?" "move a message to a mailbox" #+END_SRC - *** Limit #+begin_src conf bind index L limit @@ -1004,11 +869,7 @@ set from = "dehaeze.thomas@gmail.com" folder-hook gmail/* source ~/.config/neomutt/accounts/gmail folder-hook esrf/* source ~/.config/neomutt/accounts/esrf -folder-hook ulg/* source ~/.config/neomutt/accounts/ulg -folder-hook uliege/* source ~/.config/neomutt/accounts/uliege -macro index,pager gl "+uliege/Inbox" "go to inbox" -macro index,pager gu "+ulg/Inbox" "go to inbox" macro index,pager ge "+esrf/Inbox" "go to inbox" macro index,pager gm "+gmail/Inbox" "go to inbox" #+END_SRC @@ -1296,18 +1157,6 @@ named-mailboxes "  Sent" =esrf/Sent named-mailboxes "  Drafts" =esrf/Drafts named-mailboxes " ﮊ Archive" =esrf/Archive named-mailboxes "  Trash" =esrf/Trash -named-mailboxes " ULG" =empty/ulg -named-mailboxes "  Inbox" =ulg/Inbox -named-mailboxes "  Sent" =ulg/Sent -named-mailboxes "  Drafts" =ulg/Drafts -named-mailboxes " ﮊ Archive" =ulg/Archive -named-mailboxes "  Trash" =ulg/Trash -named-mailboxes " ULIEGE" =empty/uliege -named-mailboxes "  Inbox" =uliege/Inbox -named-mailboxes "  Sent" =uliege/Sent -named-mailboxes "  Drafts" =uliege/Drafts -named-mailboxes " ﮊ Archive" =uliege/Archive -named-mailboxes "  Trash" =uliege/Trash #+END_SRC #+BEGIN_SRC conf