Re: Processing HTML Emails

2008-02-20 Thread Tassilo Horn
Jake Colman <[EMAIL PROTECTED]> writes: Hi Jake, > Is there a way for me to see the exactly command-line that is being > executed? Yes, I figured it out for you. It calls something like: firefox -remote openURL(www.google.de) firefox -remote openURL(www.google.de,new-tab) firefox -remote

problems with the message-setup-hook

2008-02-20 Thread Uwe Brauer
Hello I have asked that question some time ago, but it was pointed out to me that supercite was the culprit. I desactived supercite and my problem remains: I have written a function which adds at the beginning of each mail a message which is based on an entry in the bbdb. Like --8<-

Re: problems with the message-setup-hook

2008-02-20 Thread Uwe Brauer
> "Uwe" == Uwe Brauer <[EMAIL PROTECTED]> writes: > Thanks for your last message, >> Joe wrote: >> Look this is a great idea > --88--- > The point is how that should be combined with > gnus-summary-reply-with-origin

Re: Per group settings.

2008-02-20 Thread Reiner Steib
On Mon, Feb 18 2008, giglio robbo' d'acciaio wrote: > Where does Gnus stores per group settings modifies through "G c"? ~/.newsrc.eld Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ ___ i

Re: I'm stumped, how on earth do I get gnus to use ssl and not cleartext passwords?

2008-02-20 Thread Tassilo Horn
Andreas Davour <[EMAIL PROTECTED]> writes: Hi Andreas, > Since an openssl connection is made, is this just a nonsense warning It's no warning, only an information. > that I'm sending a cleartext password along my ssl connection, > i.e. not sending the password in cleartext at all? Exactly. Yo

Re: Processing HTML Emails

2008-02-20 Thread Charles philip Chan
Tassilo Horn <[EMAIL PROTECTED]> writes: > Yes, I figured it out for you. It calls something like: > > firefox -remote openURL(www.google.de) > firefox -remote openURL(www.google.de,new-tab) > firefox -remote openURL(www.google.de,new-window) > > I guess you use an old firefox version that

Re: I'm stumped, how on earth do I get gnus to use ssl and not cleartext passwords?

2008-02-20 Thread Ted Zlatanov
On Wed, 20 Feb 2008 17:47:50 +0100 Andreas Davour <[EMAIL PROTECTED]> wrote: AD> Reading active file via nnfolder... AD> nnfolder: Reading incoming mail from imap... AD> imap: Connecting to ... AD> imap: Opening SSL connection with `openssl s_client -quiet -ssl3 AD> -connect %s:%p'...done AD> Wai

Re: Processing HTML Emails

2008-02-20 Thread Jake Colman
> "JC" == Jake Colman <[EMAIL PROTECTED]> writes: > "TH" == Tassilo Horn <[EMAIL PROTECTED]> writes: TH> Jake Colman <[EMAIL PROTECTED]> writes: TH> Hi Jake, >>> Is there a way for me to see the exactly command-line that is being >>> executed? TH> Yes, I figured it out for

Re: Processing HTML Emails

2008-02-20 Thread Jake Colman
> "TH" == Tassilo Horn <[EMAIL PROTECTED]> writes: TH> Jake Colman <[EMAIL PROTECTED]> writes: TH> Hi Jake, >> Is there a way for me to see the exactly command-line that is being >> executed? TH> Yes, I figured it out for you. It calls something like: TH> firefox -remot

Re: I'm stumped, how on earth do I get gnus to use ssl and not cleartext passwords?

2008-02-20 Thread Jens Thiele
Andreas Davour <[EMAIL PROTECTED]> writes: > [...] > But when I look at the *Messages* buffer I see this: > > Reading active file via nnfolder... > nnfolder: Reading incoming mail from imap... > imap: Connecting to ... > imap: Opening SSL connection with `openssl s_client -quiet -ssl3 > -connect %

Re: howto define dynamic color with gnus-summary-line-format

2008-02-20 Thread haomiao
On Feb 20, 3:16 pm, Bastien <[EMAIL PROTECTED]> wrote: > Try this instead: > > (defun gnus-user-format-function-z (header) > "Test dynamic color" > (let ((date-time (safe-date-to-time (mail-header-date header > (if (string= date-time (format-time-string "%m%d")) > (propertize da

Re: Processing HTML Emails

2008-02-20 Thread Jake Colman
> "CpC" == Charles philip Chan <[EMAIL PROTECTED]> writes: CpC> Tassilo Horn <[EMAIL PROTECTED]> writes: >> Yes, I figured it out for you. It calls something like: >> >> firefox -remote openURL(www.google.de) >> firefox -remote openURL(www.google.de,new-tab) >> firefox -rem