# HG changeset patch # User Oleksandr Gavenko # Date 1319399286 -10800 # Node ID 81e7f065031cd1124798bdcc1db0b0e1e33787fd # Parent d3fc2caa549863312e6937348f48f6107ca4d130 Fix error: 'gnus-posting-styles' does not defined. diff -r d3fc2caa5498 -r 81e7f065031c .emacs-my --- a/.emacs-my Sun Oct 23 22:17:11 2011 +0300 +++ b/.emacs-my Sun Oct 23 22:48:06 2011 +0300 @@ -1163,13 +1163,14 @@ gnus-check-bogus-newsgroups nil ) -(add-to-list - 'gnus-posting-styles - '(".*" +(setq + gnus-posting-styles + '( + (".*" (organization "At home.") (signature-file "~/.signature") ) - ) + )) (setq gnus-article-time-format "%Y-%m-%d %T%z %a") (defun my-gnus-open-article-hook ()