.emacs-my
changeset 745 81e7f065031c
parent 744 d3fc2caa5498
child 746 f7ce19afa666
equal deleted inserted replaced
744:d3fc2caa5498 745:81e7f065031c
  1161  gnus-read-active-file nil
  1161  gnus-read-active-file nil
  1162  gnus-check-new-newsgroups nil
  1162  gnus-check-new-newsgroups nil
  1163  gnus-check-bogus-newsgroups nil
  1163  gnus-check-bogus-newsgroups nil
  1164  )
  1164  )
  1165 
  1165 
  1166 (add-to-list
  1166 (setq
  1167  'gnus-posting-styles
  1167  gnus-posting-styles
  1168  '(".*"
  1168  '(
       
  1169    (".*"
  1169     (organization "At home.")
  1170     (organization "At home.")
  1170     (signature-file "~/.signature")
  1171     (signature-file "~/.signature")
  1171     )
  1172     )
  1172    )
  1173    ))
  1173 
  1174 
  1174 (setq gnus-article-time-format "%Y-%m-%d %T%z %a")
  1175 (setq gnus-article-time-format "%Y-%m-%d %T%z %a")
  1175 (defun my-gnus-open-article-hook ()
  1176 (defun my-gnus-open-article-hook ()
  1176   (gnus-article-date-user)
  1177   (gnus-article-date-user)
  1177   )
  1178   )