Collin J. Doering
b3b095701f
Missed adding authinfo for mbsync along with .bin/isync-auth.sh which uses gpg to decrypt the mbsync authinfo file and return the password for a given account. This new authinfo is required because it uses a slightly different format then the one use for gnus and offlineimap (both of which are now depreciated and will soon be removed). Also missed adding mbsync configuration (.mbsyncrc). Missed adding emacs bookmark file .emacs.d/bookmarks Added .local/share/applications/transmission-remote.desktop so it can be set as the default application for torrents and magnet links when using xdg-open Fixed key binding for url-picker (Urxvt) in .Xresources where there was a missing colon Added support for 256 color mimicry in tmux (which doesn't support true 256 colors) (in .xmonad/xmonad.hs when opening emacs-scratch and .tmux.conf) Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
66 lines
2.2 KiB
Plaintext
66 lines
2.2 KiB
Plaintext
IMAPAccount collin.doering-gmail
|
|
# Address to connect to
|
|
Host imap.gmail.com
|
|
User collin.doering@gmail.com
|
|
PassCmd "isync-auth.sh collin.doering-gmail"
|
|
# Use SSL
|
|
UseIMAPS yes
|
|
# The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section.
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
#CertificateFile ~/.cert/imap.gmail.com.pem
|
|
#CertificateFile ~/.cert/Equifax_Secure_CA.pem
|
|
|
|
IMAPStore collin.doering-gmail-remote
|
|
Account collin.doering-gmail
|
|
|
|
MaildirStore collin.doering-gmail-local
|
|
# The trailing "/" is important
|
|
Path ~/.mail/collin.doering-gmail/
|
|
Inbox ~/.mail/collin.doering-gmail/Inbox
|
|
|
|
IMAPAccount rekahsoft-gmail
|
|
# Address to connect to
|
|
Host imap.gmail.com
|
|
User rekahsoft@gmail.com
|
|
PassCmd "isync-auth.sh rekahsoft-gmail"
|
|
# Use SSL
|
|
UseIMAPS yes
|
|
# The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section.
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
#CertificateFile ~/.cert/imap.gmail.com.pem
|
|
#CertificateFile ~/.cert/Equifax_Secure_CA.pem
|
|
|
|
IMAPStore rekahsoft-gmail-remote
|
|
Account rekahsoft-gmail
|
|
|
|
MaildirStore rekahsoft-gmail-local
|
|
# The trailing "/" is important
|
|
Path ~/.mail/rekahsoft-gmail/
|
|
Inbox ~/.mail/rekahsoft-gmail/Inbox
|
|
|
|
Channel collin.doering-gmail
|
|
Master :collin.doering-gmail-remote:
|
|
Slave :collin.doering-gmail-local:
|
|
# Exclude everything under the internal [Gmail] folder, except the interesting folders
|
|
#Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Spam"
|
|
# Or include everything
|
|
Patterns *
|
|
# Automatically create missing mailboxes, both locally and on the server
|
|
Create Both
|
|
# Save the synchronization state files in the relevant directory
|
|
SyncState *
|
|
|
|
|
|
Channel rekahsoft-gmail
|
|
Master :rekahsoft-gmail-remote:
|
|
Slave :rekahsoft-gmail-local:
|
|
# Exclude everything under the internal [Gmail] folder, except the interesting folders
|
|
Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail" "[Gmail]/Spam"
|
|
# Or include everything
|
|
#Patterns *
|
|
# Automatically create missing mailboxes, both locally and on the server
|
|
Create Both
|
|
# Save the synchronization state files in the relevant directory
|
|
SyncState *
|
|
|