Re: Changing signing key

2006-07-02 Thread issdr
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 dab

Re: For the complete novice without knowledge of code how to deal with the code for setting up mail in gnus

2006-07-02 Thread B. T. Raven
"Johan Bockgård" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "B. T. Raven" <[EMAIL PROTECTED]> writes: > > > How can I use one email address for mail and one for news, using > > gnus for both? > > Like > > (setq gnus-posting-styles > '(... > (message-new

Re: For the complete novice without knowledge of code how to deal with the code for setting up mail in gnus

2006-07-02 Thread Don Saklad
Thank you Ed. B. T. Raven ! In the future, how could gnus be developed to automatically setup for users' mail?... even with all the variable predicaments. The difficulty of giving code for novices to add is that the other thing

Re: For the complete novice without knowledge of code how to deal with the code for setting up mail in gnus

2006-07-02 Thread Johan Bockgård
"B. T. Raven" <[EMAIL PROTECTED]> writes: > How can I use one email address for mail and one for news, using > gnus for both? Like (setq gnus-posting-styles '(... (message-news-p (address "[EMAIL PROTECTED]")) ...)) See (info "(gnus)Posting Sty

Re: For the complete novice without knowledge of code how to deal with the code for setting up mail in gnus

2006-07-02 Thread B. T. Raven
"Don Saklad" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > For the complete novice without good knowledge of code, how can > setting up mail in gnus be explained? > > There's got to be an easier way of explaining what some think to > be unexplainable. So you don't know lisp, here's

Re: utf-8 problem with emacs-nt

2006-07-02 Thread Egor Pervuninski
Hello Kamen, Kamen TOMOV <[EMAIL PROTECTED]> wrote: > I need to use Emacs on Windows and of course Gnus. > There is no problem reading messages encoded in cp1251 or iso8859-5, > but those that are in UTF-8 appear garbed. Please help. > You can see the versions of Emacs and Gnus in the message'

smtpmail and starttls

2006-07-02 Thread Hadron Quark
I've been googling for ages now and am still unable to get gnus talking to gmail's smtp server. I need to pass off sending of emails to an external smtp because my dynamic IP gets black listed as a mail source for the likes of hotmail which doesnt trust non permanent smtp servers. if anyone has t

Re: Changing signing key

2006-07-02 Thread leandro noferini
issdr <[EMAIL PROTECTED]> writes: >> I would like to change the gpg key to sign for some groups like >> something the posting styles: is it possibile some way? > > here's what i'd do: get into topic mode (hit `t' on the group buffer), > then `G p' on the `Gnus' main topic and write > >

Re: expiring articles after specified time

2006-07-02 Thread Hadron Quark
Ivan Boldyrev <[EMAIL PROTECTED]> writes: > On 9522 day of my life Hadron Quark wrote: I'd like to setup some groups so, that articles in that group are automatically expired after some specified time, i.e. 1 month, regardless wether they have been read or not. > >>> Look for "total

Re: very quick question about open buffers after sending replies...

2006-07-02 Thread Martin Jørgensen
"Robert D. Crawford" <[EMAIL PROTECTED]> writes: -snip- > At this point I really don't remember which. > > As concerns using apropos to search for variables and then doing C-h v, > sometimes it is easy and you know pretty much what you are going to need > to search for. Other times you will have

utf-8 problem with emacs-nt

2006-07-02 Thread Kamen TOMOV
Hi, I need to use Emacs on Windows and of course Gnus. There is no problem reading messages encoded in cp1251 or iso8859-5, but those that are in UTF-8 appear garbed. Please help. You can see the versions of Emacs and Gnus in the message's headers. TIA, -- Kamen _

Re: Changing the first line of the answers

2006-07-02 Thread issdr
leandro noferini wrote: > I would like to change the first line of the answers not writing the > email address of the original poster but only the names (because it's > not good writing email addresses in the body of messages) but I can't > understand how. many ways to get there. i cust

Re: Changing signing key

2006-07-02 Thread issdr
leandro noferini wrote: > I would like to change the gpg key to sign for some groups like > something the posting styles: is it possibile some way? here's what i'd do: get into topic mode (hit `t' on the group buffer), then `G p' on the `Gnus' main topic and write ((pgg-default-use

Re: expiring articles after specified time

2006-07-02 Thread Ivan Boldyrev
On 9522 day of my life Hadron Quark wrote: >>> I'd like to setup some groups so, that articles in that group are >>> automatically expired after some specified time, i.e. 1 month, >>> regardless wether they have been read or not. >> Look for "total expire" > Ive had a look and read the manual and