Pas d'agent (sinon, Yo, y comprend pas)
darcs-hash:20050928163119-d1718-ed02d402b3aac6d6210b4d7db96a88e865c7060d.gz
This commit is contained in:
parent
dd63b05b74
commit
1a81dbaeb5
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue