diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-04-08 15:58:53 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-05-13 16:19:43 -0400 |
commit | 6d122ce6d7bd321f8923ed0c68150e7a72a71829 (patch) | |
tree | 9ab593707c8d18ea184ff9d3f016638a2901451d | |
parent | Got BBDB fully working (diff) |
Use the sendmail program in VM
Diffstat (limited to '')
-rw-r--r-- | .vm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ ; Keep the -> line centered (setq vm-auto-center-summary t) +;; Use a sendmail program +(setq send-mail-function 'sendmail-send-it) + ; Enable multiple sender profiles (require 'vm-pcrisis) (vmpc-my-identities "rak@debian.org" "ryanakca@gmail.com" |