From 1a81dbaeb59d8c7c18ad8c8de29974f870c6b84d Mon Sep 17 00:00:00 2001 From: bernat Date: Wed, 28 Sep 2005 18:31:19 +0200 Subject: [PATCH] Pas d'agent (sinon, Yo, y comprend pas) darcs-hash:20050928163119-d1718-ed02d402b3aac6d6210b4d7db96a88e865c7060d.gz --- news/moderation.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/news/moderation.el b/news/moderation.el index 1572306c..dda46a0f 100644 --- a/news/moderation.el +++ b/news/moderation.el @@ -1,4 +1,5 @@ (require 'gnus-start) +(require 'gnus-agent) (setq ; Fichier d'initialisation : @@ -12,7 +13,9 @@ ; On ne le sauve pas gnus-save-newsrc-file nil ; Pas d'auto save - gnus-use-dribble-file nil) + gnus-use-dribble-file nil + ; Pas d'agent + gnus-agent nil) ; Comment souscrire à un nouveau groupe ? (defun crans-gnus-subscribe-alphabetically (newgroup)