info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing signing key


From: issdr
Subject: Re: Changing signing key
Date: 3 Jul 2006 05:19:04 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 Hamster-Pg/1.25.2.0

leandro noferini wrote:

>>     ((add-to-list 'gnus-newsgroup-variables 'pgg-default-user-id))
>
> It seems to work good!
>
> Only one little thing: the line above is only with one parenthesis
>
> (add-to-list 'gnus-newsgroup-variables 'pgg-default-user-id)

yes, that's correct. sometimes i use dabbrev blindly...

>> in my `.gnus.el' file. (see (info "(gnus)group parameters") to understand
>> why)
>
> I could not understand.

,----
| `(VARIABLE FORM)'
|      You can use the group parameters to set variables local to the
|      group you are entering.  If you want to turn threading off in
|      `news.answers', you could put `(gnus-show-threads nil)' in the
|      group parameters of that group.  `gnus-show-threads' will be made
|      into a local variable in the summary buffer you enter, and the
|      form `nil' will be `eval'ed there.
| 
|      Note that this feature sets the variable locally to the summary
|      buffer.  But some variables are evaluated in the article buffer,
|      or in the message buffer (of a reply or followup or otherwise
|      newly created message).  As a workaround, it might help to add the
|      variable in question to `gnus-newsgroup-variables'.  *Note Various
|      Summary Stuff::.  So if you want to set `message-from-style' via
|      the group parameters, then you may need the following statement
|      elsewhere in your `~/.gnus' file:
| 
|           (add-to-list 'gnus-newsgroup-variables 'message-from-style)
`----

-- 
  np: no song


reply via email to

[Prev in Thread] Current Thread [Next in Thread]