--- a/.emacs-my Mon Apr 01 01:27:34 2013 +0300
+++ b/.emacs-my Thu Apr 04 22:26:19 2013 +0300
@@ -1416,8 +1416,8 @@
(flyspell-mode 1))
(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.
+;; Mark all my messages by "common" string in "Message-Id" field to simplify
+;; lookup for followups to me.
(setq message-user-fqdn "gavenkoa.example.com")
;; Kill message buffer after mail send. You always can use C-c C-s to preserve it.
@@ -1473,10 +1473,7 @@
(let ( (gnus-interactive-exit nil) )
(gnus-group-exit)
))
-(eval-after-load 'gnus
- '(progn
- (add-hook 'kill-emacs-hook 'my-kill-gnus)
- ))
+(eval-after-load 'gnus '(add-hook 'kill-emacs-hook 'my-kill-gnus))
(eval-after-load 'gnus-art
'(progn