Skip to content

Commit

Permalink
Remove uplus mail
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Mar 3, 2021
1 parent 49af203 commit 875ef05
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
7 changes: 0 additions & 7 deletions .msmtprc
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,4 @@ from [email protected]
user [email protected]
passwordeval "echo $(pass sites/seznam.cz) | cut -d' ' -f1"

account uplus
host smtp.gmail.com
port 587
from [email protected]
user [email protected]
passwordeval "echo $(pass uplus/google.com) | cut -d' ' -f1"

# vim: set ft=msmtp syntax=msmtp:
9 changes: 0 additions & 9 deletions .mutt/acc_uplus

This file was deleted.

4 changes: 0 additions & 4 deletions .mutt/muttrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ named-mailboxes '=== gmail ===' '=gmail/INBOX'
mailboxes `mutt_get_mailboxes gmail`
named-mailboxes '=== seznam ===' '=seznam/INBOX'
mailboxes `mutt_get_mailboxes seznam`
named-mailboxes '== uplus ==' '=uplus/INBOX'
mailboxes `mutt_get_mailboxes uplus`
alternates "tampakrap@((opensuse|gentoo(-el)?)\.org|gmail\.com|seznam\.cz|(cronos|linuxteam(\.cs)?)\.teilar\.gr)|theo(doros)?@chatzimichos\.gr|t(heodoros\.)?chatzimichos@suse\.(com|de|cz)|chatzimichos@(usertechnologies\.com|u(t)?\.plus)"

subscribe [email protected]
subscribe [email protected]
subscribe (announce|talk)@linuxdays)\.cz
subscribe '(all|devops|admin(\+[:alnum:]+)?|digitalocean|domains|domeny|help)@(usertechnologies\.com|u(t)?\.plus)'

ignore *
unignore From: To: Cc: Bcc: Date: Subject:
Expand All @@ -50,4 +47,3 @@ source ~/.mutt/sidebar

folder-hook 'gmail' 'source ~/.mutt/acc_gmail'
folder-hook 'seznam' 'source ~/.mutt/acc_seznam'
folder-hook 'uplus' 'source ~/.mutt/acc_uplus'
20 changes: 0 additions & 20 deletions .offlineimaprc
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,3 @@ remotepasseval = get_passeval('seznam')
ssl = yes
sslcacertfile = /usr/local/etc/openssl/cert.pem
remoteport = 993

[Account uplus]
localrepository = local_uplus
remoterepository = remote_uplus
autorefresh = 4
quick = 0

[Repository local_uplus]
type = Maildir
localfolders = ~/.Mail/uplus

[Repository remote_uplus]
type = Gmail
remoteuser = [email protected]
remotepasseval = get_passeval('uplus')
sslcacertfile = /usr/local/etc/openssl/cert.pem
folderfilter = lambda foldername: foldername not in [
'[Gmail]/All Mail',
'[Gmail]/Important',
'[Gmail]/Starred',]

0 comments on commit 875ef05

Please sign in to comment.