From: Tomi Ollila Date: Mon, 2 Nov 2015 15:15:02 +0000 (+0200) Subject: more indent, link fix X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=4e26b6934a801efa6afb0de60931d740d7f1cc68 more indent, link fix --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 84d6161..2a91c94 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -296,17 +296,17 @@ SMTP server via TCP connection. It is pretty easy to configure: 1. Set some variables in .emacs or in [notmuch init file](/notmuch-emacs#notmuch_init_file) - (setq smtpmail-smtp-server "smtp.server.tld" ;; <-- edit this !!! - ;; smtpmail-smtp-service 25 ;; 25 is default -- uncomment and edit if needed - ;; smtpmail-stream-type 'starttls - ;; smtpmail-debug-info t - ;; smtpmail-debug-verb t - message-send-mail-function 'message-smtpmail-send-it) + (setq smtpmail-smtp-server "smtp.server.tld" ;; <-- edit this !!! + ;; smtpmail-smtp-service 25 ;; 25 is default -- uncomment and edit if needed + ;; smtpmail-stream-type 'starttls + ;; smtpmail-debug-info t + ;; smtpmail-debug-verb t + message-send-mail-function 'message-smtpmail-send-it) More information for smtpmail is available: * In Emacs: `M-x info-display-manual smtpmail` -* At http://www.emacswiki.org/emacs/SendingMail +* [EmacsWiki Page](http://www.emacswiki.org/emacs/SendingMail) ## Address completion when composing