summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreric casteleijn <eric@eric-Studio-XPS-9100.(none)>2011-05-23 10:06:37 -0400
committereric casteleijn <eric@eric-Studio-XPS-9100.(none)>2011-05-23 10:06:37 -0400
commit2d44339b72f243553f08c9dae1c182aec0380e82 (patch)
tree36046119e61c55a9b3035d899db76128479126a3
parentf1bc6af50df4383abc038fd22d26356eb18075bc (diff)
fixed the link markup
-rw-r--r--emacstips.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index 3be6ae7..5cf885d 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -252,9 +252,9 @@ the rest will go to the default account.
If you have a hard time getting the above to work for you, as I did,
it's also possible to add a message-send-mail-hook in your .emacs to
-send the from header explicitly as an argument to msmtp:
-
-(http://www.emacswiki.org/cgi-bin/wiki/GnusMSMTP#toc2)
+send the from header explicitly as an argument to msmtp as described
+[here on the
+emacswiki](http://www.emacswiki.org/cgi-bin/wiki/GnusMSMTP#toc2)
## <span id="address_completion">Address completion when composing</span>