# HG changeset patch # User Oleksandr Gavenko # Date 1419937659 -7200 # Node ID fe95fd8f763ba49d15b5d0bab2f6e18210efa71f # Parent 43925b28ed7378c4768e42a7911cd71ab0dc67f8 SMTP authorisation. diff -r 43925b28ed73 -r fe95fd8f763b .emacs-post --- a/.emacs-post Fri Dec 19 22:50:14 2014 +0200 +++ b/.emacs-post Tue Dec 30 13:07:39 2014 +0200 @@ -2,9 +2,13 @@ ;; ;; For load order see README. +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; (require 'cygwin-mount) ;; (cygwin-mount-activate) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; (when (featurep 'jabber) ;; (setq jabber-account-list ;; '( @@ -23,8 +27,16 @@ ;; (jabber-connect-all) ;; ) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; (setq etags-table-alist ;; (list ;; '(".*\\.\\([ch]\\|cpp\\|rc\\)" "c:/Program Files/Microsoft SDKs/Windows/v6.1/Include/TAGS") ;; )) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;; (setq smtpmail-smtp-server "192.168.0.xxx") +;; (setq smtpmail-smtp-service "25") +;; (setq send-mail-function 'smtpmail-send-it) +;; (setq message-send-mail-function 'smtpmail-send-it)