% Configuration de Nicolas Aupetit % Page de manuel : http://slrn.sourceforge.net/manual/ % la partie avant le @ de votre adresse e-mail set username "PRENOM.NOM" % la partie après le @ de votre adresse e-mail set hostname "enst-bretagne.fr" % Pour forcer le FQDN de la machine, et accélerer le démarrage de slrn posting_host "MACHINE.maisel.enst-bretagne.fr" % votre "surnom" set realname "PRENOM NOM" % Organisation set organization "ResEl ENST Bretagne" % le fichier qui contient votre signature set signature ".signature-ex-newsmaster" % le format de la date set followup_date_format "%d/%m/%Y; %H:%M:%S" % le format de citation des réponses set followup_string "%f (%D) :" % format d'affichage de la liste des continua % par défaut : (switch avec ESC-a) % group_display_format 0 " %F%-5u %n%45g%d" % group_display_format 1 " %F%-5u %n%50g%-8l-%h" % group_display_format 2 " %F%-5u [%-6t] %n" group_display_format 0 " %F%-4u [%-6t] %n%45g%d%100g%-8l-%h" %Remise des paramètres originaux à la suite group_display_format 1 " %F%-5u %n%45g%d" group_display_format 2 " %F%-5u %n%50g%-8l-%h" group_display_format 3 " %F%-5u [%-6t] %n" % format d'affichage de l'arborescence des articles % par défaut (switch avec ESC-a) % header_display_format 0 "%F%B%-5S%G%-5l:[%12r]%t%s" % header_display_format 1 "%F%B%G%-5l:[%12r]%t%s" % header_display_format 2 "%F%B%-5l:%t%s" % header_display_format 3 "%F%B%-5S%-5l:%t%50s %r" % header_display_format 4 "%F%B%-5S[%10r]:%t%49s %-19g[%17d]" header_display_format 0 "%F%B%-5l:[%16r]%t%49s %-19g[%16d]" % Remise des originaux à la suite header_display_format 1 "%F%B%-5S%G%-5l:[%12r]%t%s" header_display_format 2 "%F%B%G%-5l:[%12r]%t%s" header_display_format 3 "%F%B%-5l:%t%s" header_display_format 4 "%F%B%-5S%-5l:%t%50s %r" header_display_format 5 "%F%B%-5S[%10r]:%t%49s %-19g[%17d]" % quelques commandes pour que l'utilisation soit plus intuitive setkey group post "m" setkey article post "m" setkey article followup "f" setkey article reply "r" setkey article catchup_all "z" % pour mettre en évidence les messages non-lus set highlight_unread_subjects 1 % les entêtes que l'on veut voir visible_headers "From:,Subject:,Newsgroups:,NNTP-Posting-Date:,Lines:,User-Agent,Xref:,X-Newsreader:" % le type d'heure set use_localtime 3 % pour trier les messages par ordre chronologique set sorting_method 9 % pour créer un nouveau thread quand le sujet change, meme si c'est un % reply d'un autre message set new_subject_breaks_threads 2 % pour mettre à la poubelle les erreurs set failed_posts_file /dev/null % Bip visuel set beep 2 % The foreground and background colors have to be set to one of the following % strings: % Please note that the colors in the right column are all ``bright'' (or % ``bold'') % black gray % red brightred % green brightgreen % brown yellow % blue brightblue % magenta brightmagenta % cyan brightcyan % lightgray white % Regular text in the article body. color article "lightgray" "default" % The author's name / email address in header overview. color author "magenta" "default" % Text in the article body that is interpreted as *bold*. color boldtext "red" "default" % Text inside of selection boxes (like the one you see when choosing a sorting % mode). color box "white" "default" % The cursor you see in the group window and in header overview. color cursor "green" "default" % The article date in the header overview. color date "red" "default" % The group descriptions (taglines) in group window. color description "yellow" "default" % Error messages in the bottom line. color error "red" "white" % The frame around selection boxes (see also: ``box''). color frame "yellow" "brightblue" % The ``From:'' header line or realname in header overview, in case it % contains your name. (commenté) %color from_myself "red" "default" % The group names in group window. color group "brightblue" "default" % The name of header lines in the pager (e.g. ``From:''). color header_name "yellow" "default" % The header number in header overview. color header_number "yellow" "default" % The content of header lines in the pager. color headers "green" "default" % Text in the article body that is interpreted as /italic/. color italicstext "magenta" "default" % The first line of your display. If mouse reporting is turned on, it contains % a menu. color menu "yellow" "brightblue" % A menu item while you click on it. color menu_press "brightblue" "yellow" % The messages and prompts in the bottom line of the screen. color message "default" "default" % Everything that does not have its own color object. color normal "white" "default" % PGP signatures appended to the article body. color pgpsignature "brown" "white" % Quoted text in the article body. It is now possible to distinguish up to 8 % levels of quoted material by using color objects ``quotes0'' to ``quotes7''. color quotes "red" "default" color quotes1 "magenta" "default" color quotes2 "brown" "default" color quotes3 "yellow" "default" color quotes4 "green" "default" color quotes5 "blue" "default" color quotes6 "red" "default" color quotes7 "magenta" "default" % The highlighted character you need to press if you want to make a selection % (e.g. in ``[Y]es or [N]o?''). color response_char "green" "default" % The ``cursor'' used in selection boxes (see also: ``box''). color selection "yellow" "brightblue" % Signatures appended to the article body. color signature "brown" "default" % The status lines slrn displays. color status "yellow" "brightblue" % The subject in header overview (see also: ``unread_subject''). color subject "yellow" "default" % The number of articles in the thread (displayed in header overview next to % collapsed threads). color thread_number "brightblue" "default" % The tilde displayed at the end of the article body. color tilde "green" "default" % The thread tree drawn in the header overview. color tree "red" "default" % Text in the article body that is interpreted as _underlined_. color underlinetext "cyan" "default" % Used to highlight URLs in the article body. color url "brightred" "white" % Text in the article body enclosed by verbatim marks. color verbatim "green" "default" % se connecter en authentifié (à décommenter au besoin) %set force_authentication 1 %nnrpaccess agora.maisel.enst-bretagne.fr login pass % Le login et le pass peuvent être obtenus sur demande auprès de newsmaster@resel.fr