Cleaning up more old mail stuff, and other misc
This commit is contained in:
parent
174e998731
commit
283e56dc30
6 changed files with 12 additions and 105 deletions
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
~/dotfiles/bin/notmuch_osx_menubar_count.rb &
|
|
||||||
while true; do
|
|
||||||
afew -m; offlineimap; notmuch new
|
|
||||||
sleep 45
|
|
||||||
done
|
|
||||||
|
|
@ -48,10 +48,9 @@ nvm
|
||||||
offline-imap
|
offline-imap
|
||||||
openssl
|
openssl
|
||||||
perforce
|
perforce
|
||||||
pinentry
|
pinentry-mac
|
||||||
postgresql
|
postgresql
|
||||||
python3
|
python3
|
||||||
ranger
|
|
||||||
readline
|
readline
|
||||||
reattach-to-user-namespace
|
reattach-to-user-namespace
|
||||||
rlog
|
rlog
|
||||||
|
|
@ -68,7 +67,6 @@ tree
|
||||||
urlview
|
urlview
|
||||||
w3m
|
w3m
|
||||||
watch
|
watch
|
||||||
weechat
|
|
||||||
wget
|
wget
|
||||||
zsh
|
zsh
|
||||||
emacs --cocoa --with-mailutils --with-imagemagick
|
emacs --cocoa --with-glib --with-imagemagick --with-librsvg --with-mailutils
|
||||||
29
khal.conf
29
khal.conf
|
|
@ -160,28 +160,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
[Account google]
|
[calendars]
|
||||||
user: dustinswan@gmail.com
|
[[Google]]
|
||||||
resource: https://www.google.com/calendar/dav/dustinswan@gmail.com/user/
|
path = ~/calendars/google
|
||||||
ssl_verify: /usr/local/etc/openssl/cert.pem
|
color = blue
|
||||||
ssl_verify: True
|
|
||||||
readonly: True
|
|
||||||
#server_type: http
|
|
||||||
#color: dark blue
|
|
||||||
|
|
||||||
[sqlite]
|
|
||||||
path: ~/.khal/khal.db
|
|
||||||
|
|
||||||
[default]
|
|
||||||
default_timezone: America/Chicago
|
|
||||||
local_timezone: America/Chicago
|
|
||||||
|
|
||||||
timeformat: %H:%M
|
|
||||||
dateformat: %d.%m.
|
|
||||||
longdateformat: %d.%m.%Y
|
|
||||||
datetimeformat: %d.%m. %H:%M
|
|
||||||
longdatetimeformat: %d.%m.%Y %H:%M
|
|
||||||
|
|
||||||
firstweekday: 0
|
|
||||||
|
|
||||||
debug: 1
|
|
||||||
|
|
|
||||||
54
mbsyncrc
54
mbsyncrc
|
|
@ -1,54 +0,0 @@
|
||||||
IMAPAccount gmail
|
|
||||||
Host imap.gmail.com
|
|
||||||
User dustinswan@gmail.com
|
|
||||||
PassCmd "gpg -d ~/.gmail-password.gpg"
|
|
||||||
UseIMAPS yes
|
|
||||||
#CertificateFile ~/.mail/gmail.pem
|
|
||||||
|
|
||||||
IMAPStore gmail-remote
|
|
||||||
Account gmail
|
|
||||||
#Path [Gmail]/
|
|
||||||
|
|
||||||
MaildirStore gmail-local
|
|
||||||
Path ~/.mail/gmail/
|
|
||||||
Inbox ~/.mail/gmail/INBOX
|
|
||||||
Flatten .
|
|
||||||
|
|
||||||
Channel gmail
|
|
||||||
Master :gmail-remote:
|
|
||||||
Slave :gmail-local:
|
|
||||||
# Include everything
|
|
||||||
Patterns *
|
|
||||||
# Automatically create missing mailboxes, both locally and on the server
|
|
||||||
Create Both
|
|
||||||
# Expunge Both
|
|
||||||
# Save the synchronization state files in the relevant directory
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
IMAPAccount iocom
|
|
||||||
Host secure.emailsrvr.com
|
|
||||||
User dswan@insors.com
|
|
||||||
PassCmd "gpg -d ~/.iocom-password.gpg"
|
|
||||||
UseIMAPS yes
|
|
||||||
|
|
||||||
IMAPStore iocom-remote
|
|
||||||
Account iocom
|
|
||||||
Path INBOX
|
|
||||||
|
|
||||||
MaildirStore iocom-local
|
|
||||||
Path ~/.mail/iocom/
|
|
||||||
Inbox ~/.mail/iocom/INBOX
|
|
||||||
Flatten .
|
|
||||||
|
|
||||||
Channel iocom
|
|
||||||
Master :iocom-remote:
|
|
||||||
Slave :iocom-local:
|
|
||||||
# Include everything
|
|
||||||
Patterns *
|
|
||||||
# Automatically create missing mailboxes, both locally and on the server
|
|
||||||
Create Both
|
|
||||||
# Expunge Both
|
|
||||||
# Save the synchronization state files in the relevant directory
|
|
||||||
SyncState *
|
|
||||||
13
msmtprc
13
msmtprc
|
|
@ -1,6 +1,6 @@
|
||||||
defaults
|
defaults
|
||||||
protocol smtp
|
protocol smtp
|
||||||
logfile ~/.msmtp.log
|
logfile "~/.msmtp.log"
|
||||||
|
|
||||||
account DustinswanGmail
|
account DustinswanGmail
|
||||||
host smtp.gmail.com
|
host smtp.gmail.com
|
||||||
|
|
@ -8,12 +8,10 @@ port 587
|
||||||
protocol smtp
|
protocol smtp
|
||||||
from dustinswan@gmail.com
|
from dustinswan@gmail.com
|
||||||
user dustinswan@gmail.com
|
user dustinswan@gmail.com
|
||||||
passwordeval gpg --no-tty -d ~/.gmail-password.gpg
|
passwordeval "gpg --no-tty -q -d ~/.gmail-password.gpg"
|
||||||
auth on
|
auth on
|
||||||
tls on
|
tls on
|
||||||
tls_trust_file /usr/local/etc/openssl/cert.pem
|
tls_trust_file "/usr/local/etc/openssl/cert.pem"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
account DswanIOCOM
|
account DswanIOCOM
|
||||||
host secure.emailsrvr.com
|
host secure.emailsrvr.com
|
||||||
|
|
@ -23,9 +21,8 @@ port 587
|
||||||
from dswan@iocom.com
|
from dswan@iocom.com
|
||||||
tls on
|
tls on
|
||||||
tls_starttls on
|
tls_starttls on
|
||||||
tls_trust_file /usr/local/etc/openssl/cert.pem
|
tls_trust_file "/usr/local/etc/openssl/cert.pem"
|
||||||
user dswan@insors.com
|
user dswan@insors.com
|
||||||
passwordeval gpg -d ~/.iocom-password.gpg
|
passwordeval "gpg --no-tty -q -d ~/.iocom-password.gpg"
|
||||||
|
|
||||||
|
|
||||||
account default : DustinswanGmail
|
account default : DustinswanGmail
|
||||||
|
|
|
||||||
|
|
@ -5,13 +5,6 @@
|
||||||
# A folder where vdirsyncer can store some metadata about each pair.
|
# A folder where vdirsyncer can store some metadata about each pair.
|
||||||
status_path = ~/.vdirsyncer/status/
|
status_path = ~/.vdirsyncer/status/
|
||||||
|
|
||||||
# The amount of processes to use when synchronizing. If the CPU of your server
|
|
||||||
# is the bottleneck (which is plausible for small homeservers), set this to the
|
|
||||||
# number of cores * 2. Defaults to one process for each collection, which means
|
|
||||||
# all collections will be synced at once. The value 0 will be ignored, the
|
|
||||||
# value 1 disables multiprocessing.
|
|
||||||
processes = 2
|
|
||||||
|
|
||||||
# CONTACTS
|
# CONTACTS
|
||||||
#[pair google_contacts]
|
#[pair google_contacts]
|
||||||
## A `[pair <name>]` block defines two storages `a` and `b` that should be
|
## A `[pair <name>]` block defines two storages `a` and `b` that should be
|
||||||
|
|
@ -70,7 +63,7 @@ b = google_calendar_remote
|
||||||
|
|
||||||
[storage google_calendar_local]
|
[storage google_calendar_local]
|
||||||
type = filesystem
|
type = filesystem
|
||||||
path = ~/.calendar
|
path = ~/Calendars/
|
||||||
fileext = .ics
|
fileext = .ics
|
||||||
|
|
||||||
[storage google_calendar_remote]
|
[storage google_calendar_remote]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue