Mark all send message with same domain "Message-Id" to provide for replays to
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 12 Aug 2012 01:21:39 +0300
changeset 905 ad0a4c3396f9
parent 904 c111bc99b7e1
child 906 da962aa69458
Mark all send message with same domain "Message-Id" to provide for replays to me in followups.
.emacs-my
--- a/.emacs-my	Sun Aug 12 01:00:13 2012 +0300
+++ b/.emacs-my	Sun Aug 12 01:21:39 2012 +0300
@@ -1316,6 +1316,10 @@
   )
 (add-hook 'message-mode-hook 'my-message-mode-hook)
 
+;; Mark all send message with same domain "Message-Id" to provide for replays
+;; to me in followups.
+(setq message-user-fqdn "gavenkoa.example.com")
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "gnus, mh-e")