On Tue, Dec 13 2011,Philippe M. Coatmeur Philippe M. Coatmeur wrote:

> Hi everyone ; I'm getting up to speed with gnus and I really like to be
> able to format and mail any piece of text. But there is one thing that I
> can't seem to understand : How to make the (imap folders) summary display, 
> well, *all*
> articles exept those that I explicitely delete of flag otherwise ?
> The articles are here, they exist, I can search them using nnir, and
> they magically re-appear, bit how can I make them stay there ?

In the Group Buffer, against a group, hit ' G P' and enter the
following

((display . 100))

and then hit C-c C-c.  Now enter the group, you should see the last
100 articles; the number can be changed to suit your taste.  You may
also want to read up on 'Group Parameters' in the info file.

>
> Couple of additionnal noob questions :
> -How to make the mail fields (To:, Subject:, etc.) read-only ?

Could  you elaborate on this?

>
> -How to set the default number of displayed (nntp) articles, say to 200
>  ?
>
> Phil

See the first suggestion.  It may be a good idea to do it in the .gnus
file by doing something like this
        ("mail\\.misc" 
         (visible . t) 
         (display . all) 
         (posting-style 
          (address "[email protected]") 
          (name "Sivaram Neelakantan") 
          (body "\n\n sivaram\n -- \n") 
          (user-mail-address "[email protected]"))) 

on a per group basis.  See also Posting Styles documentation.


 sivaram
 -- 


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to