-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
0 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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',] |