summaryrefslogtreecommitdiff
path: root/.wl
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 15:04:50 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 15:04:50 -0400
commitd383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 (patch)
tree25f4a7ce8f40cab3b76fd35ba8b8d31145f7ee4f /.wl
parent41be5454a224acda28025ac2a67d9ca27c80b5e9 (diff)
A bunch of different, small things
* .bash_aliases: fix hardcoded location of dircolors * .bashrc: move daemon-starting to... * .profile: * .wl: set up SMTP, increase folder-window-width * .crontab: run make every 5 min. * .emacs: o load php-mode-improved, mmm-mode, dtrt-indent, folding o set default theme to color-theme-ttyp-dark (override for X11) o (setq default indent-tabs-mode t) o set up flymake for PHP * .git.info.exclude: ignore .bogofilter/* * .maildirproc/default.rc: tweak filters
Diffstat (limited to '.wl')
-rw-r--r--.wl8
1 files changed, 7 insertions, 1 deletions
diff --git a/.wl b/.wl
index b1a95e7..c6bf63c 100644
--- a/.wl
+++ b/.wl
@@ -5,9 +5,15 @@
elmo-maildir-folder-path "~/Maildir" ;; where I store my mail
wl-stay-folder-window t ;; show the folder pane (left)
- wl-folder-window-width 25 ;; toggle on/off with 'i'
+ wl-folder-window-width 35 ;; toggle on/off with 'i'
+
+ wl-local-domain "lukeshu.ath.cx"
+ wl-draft-send-mail-function 'wl-draft-send-mail-with-smtp
+ wl-smtp-connection-type (quote ssl)
+ wl-smtp-authenticate-type "login"
wl-smtp-posting-server "plus.smtp.mail.yahoo.com"
+ wl-smtp-posting-port 465
wl-smtp-posting-user "lukeshu@sbcglobal.net"
wl-message-id-domain "lukeshu@sbcglobal.net" ;; put a unique identifier here
wl-from "Luke Shumaker <lukeshu@sbcglobal.net>" ;; my From: