From 194c46fa54aa8e16f84aa2246eeb7e15f03c6a4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Fri, 26 Jun 2009 18:50:52 +0200 Subject: [PATCH] Emacs/Gnus: modification diverses --- emacs/emacs.el | 2 +- emacs/gnus.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 0ccddb3..f7adf6d 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -57,7 +57,7 @@ ;; font (if (>= emacs-major-version 23) - (set-default-font "DejaVu Sans Mono-10")) + (set-frame-font "DejaVu Sans Mono-10")) ;; ,---- ;; | Comportement diff --git a/emacs/gnus.el b/emacs/gnus.el index ca46086..aa2617b 100644 --- a/emacs/gnus.el +++ b/emacs/gnus.el @@ -305,7 +305,7 @@ ;; Selection des headers à afficher (setq gnus-visible-headers - "^\\(From:\\|Subject:\\|Date:\\|Followup-To:\\|Newsgroups:\\|To:\\|Cc:\\|X-Newsreader:\\|User-Agent:\\|X-Mailer:\\)") + "^\\(From:\\|Subject:\\|Date:\\|Followup-To:\\|Newsgroups:\\|To:\\|Cc:\\|X-Newsreader:\\|User-Agent:\\|X-Mailer:\\|Archived-At:\\)") ;; L'affichage des messages (setq gnus-article-display-hook '(gnus-article-hide-headers-if-wanted -- 2.30.2