bind doesn't work even though it's listed with ?

2008-12-13 Thread Dave Wood
I'm using  to read next-undeleted which works fine, but when I set
 to read previous-undeleted it says key not bound. I have it
set for index and pager:

bindindex  next-undeleted
bindpager  next-undeleted
bindindex   previous-undeleted
bindpager   previous-undeleted

Any ideas why this isn't working?

-- 
The truth is what is; what should be is a dirty lie.
-- Lenny Bruce



Re: bind doesn't work even though it's listed with ?

2008-12-13 Thread Dave Wood
On (22:09 13/12/08), Dave Wood  put forth the proposition:
> I'm using  to read next-undeleted which works fine, but when I set
>  to read previous-undeleted it says key not bound. I have it
> set for index and pager:
> 
> bindindex  next-undeleted
> bindpager  next-undeleted
> bindindex   previous-undeleted
> bindpager   previous-undeleted
> 
> Any ideas why this isn't working?

Incidently, it is listed when I press ?

> 
> -- 
> The truth is what is; what should be is a dirty lie.
>   -- Lenny Bruce

-- 
... And malt does more than Milton can
To justify God's ways to man
-- A. E. Housman



Re: Can I make one send-hook command out of these two?

2008-12-13 Thread rj
On Fri 12/12/08 at 02:54 PM -0500, rj  wrote:

> send-hook '(~C @mutt\.org| ~C @sunsite)' 'my_hdr From: rj '
> send-hook '(~C @mutt\.org| ~C @sunsite)' 'set crypt_autosign'
> 
> Can I put the 'set crypt_autosign' somewhere in the top send-hook?  I tried
> doing it several ways, but don't know if it's possible, & if it is, I don't
> know the sytax.  Thanks.

Put the question a bit more simply, is is possible to put two commands into
one send-hook?

The following doesn't work: send-hook '(~C @mutt\.org| ~C @sunsite)' 'set \
crypt_autosign' 'my_hdr From: rj '


pgp3iXq2Y8A9B.pgp
Description: PGP signature


Re: Can I make one send-hook command out of these two?

2008-12-13 Thread Christian Ebert
* rj on Saturday, December 13, 2008 at 17:34:31 -0500
> Put the question a bit more simply, is is possible to put two commands into
> one send-hook?
> 
> The following doesn't work: send-hook '(~C @mutt\.org| ~C @sunsite)' 'set \
> crypt_autosign' 'my_hdr From: rj '

Separate the commands with semicolons:

send-hook '(~C @mutt\.org| ~C @sunsite)' '\
set crypt_autosign; my_hdr From: rj '

c
-- 
\black\trash movie_C O W B O Y_  _C A N O E_  _C O M A_
Ein deutscher Western/A German Western
-->> http://www.blacktrash.org/underdogma/ccc.html
-->> http://www.blacktrash.org/underdogma/ccc-en.html


Warning: couldn't save certificate

2008-12-13 Thread tchomby
When using Mutt 1.5.18 to connect to Google Mail via IMAP I'm asked to accept a 
TLS/SSL certificate check, when I enter 'accept always' Mutt gives the error 
"Warning: couldn't save certificate". The next time I launch Mutt it'll ask me 
to accept the certificate again.

To get Mutt connect to secure IMAP and SMTP servers I had to install some extra 
packages. I'm running Mutt on an OLPC XO-1/Sugar operating system 8.2.0, which 
is based on Fedora 9. So I think the solution might be to install the necessary 
package so that Mutt can save certificates. But what package do I need?

Thanks


Re: Warning: couldn't save certificate

2008-12-13 Thread Joel Esler

On Dec 13, 2008, at 8:34 PM, tchomby allegedly wrote:

When using Mutt 1.5.18 to connect to Google Mail via IMAP I'm asked  
to accept a
TLS/SSL certificate check, when I enter 'accept always' Mutt gives  
the error
"Warning: couldn't save certificate". The next time I launch Mutt  
it'll ask me

to accept the certificate again.


Does mutt have permissions to write in whatever directory it's trying  
to save into?  I don't have an issue with it.


J


Re: bind doesn't work even though it's listed with ?

2008-12-13 Thread Michael Tatge
* On Sat, Dec 13, 2008 10:09PM + Dave Wood (d...@unrealize.co.uk) muttered:
> I'm using  to read next-undeleted which works fine, but when I set
>  to read previous-undeleted it says key not bound. I have it
> set for index and pager:
> 
> bindindex  next-undeleted
> bindpager  next-undeleted
> bindindex   previous-undeleted
> bindpager   previous-undeleted

Try  instead. For what it's worth you can check what
key(sequence) mutt recieves with the what-key function.

HTH,

Michael
-- 
The only "intuitive" interface is the nipple. After that, it's all learned.
(Bruce Ediger, bedi...@teal.csn.org, in comp.os.linux.misc, on X interfaces.)

PGP-Key-ID: 0xDC1A44DD
Jabber: init...@amessage.de


Re: bind doesn't work even though it's listed with ?

2008-12-13 Thread bill lam
On Sat, 13 Dec 2008, Dave Wood wrote:
> I'm using  to read next-undeleted which works fine, but when I set
>  to read previous-undeleted it says key not bound. I have it
> set for index and pager:
> 
> bindindex  next-undeleted
> bindpager  next-undeleted
> bindindex   previous-undeleted
> bindpager   previous-undeleted

I guess you run mutt inside screen. screen emits the same sequence for
both tab and shift-tab.  My experience is that it works with xterm but
not screen inside xterm.

-- 
regards,

GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
唐詩187 杜甫  登樓
花近高樓傷客心  萬方多難此登臨  錦江春色來天地  玉壘浮雲變古今
北極朝庭終不改  西山寇盜莫相侵  可憐後主還祠廟  日暮聊為梁父吟


Re: bind doesn't work even though it's listed with ?

2008-12-13 Thread Dave Wood
On (10:22 14/12/08), bill lam  put forth the proposition:
> On Sat, 13 Dec 2008, Dave Wood wrote:
> > I'm using  to read next-undeleted which works fine, but when I set
> >  to read previous-undeleted it says key not bound. I have it
> > set for index and pager:
> > 
> > bindindex  next-undeleted
> > bindpager  next-undeleted
> > bindindex   previous-undeleted
> > bindpager   previous-undeleted
> 
> I guess you run mutt inside screen. screen emits the same sequence for
> both tab and shift-tab.  My experience is that it works with xterm but
> not screen inside xterm.

Well I do use screen sometimes but I'm not using it at the moment. Perhaps
the console I'm using (Yakuake) has a bind already - I will check that.
Thanks for pointing that out.

> 
> -- 
> regards,
> 
> GPG key 1024D/4434BAB3 2008-08-24
> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> 唐詩187 杜甫  登樓
> 花近高樓傷客心  萬方多難此登臨  錦江春色來天地  玉壘浮雲變古今
> 北極朝庭終不改  西山寇盜莫相侵  可憐後主還祠廟  日暮聊為梁父吟

-- 
Conscience is a mother-in-law whose visit never ends.
-- H. L. Mencken



Re: bind doesn't work even though it's listed with ?

2008-12-13 Thread Dave Wood
On (02:30 14/12/08), Dave Wood  put forth the proposition:
> On (10:22 14/12/08), bill lam  put forth the proposition:
> > On Sat, 13 Dec 2008, Dave Wood wrote:
> > > I'm using  to read next-undeleted which works fine, but when I set
> > >  to read previous-undeleted it says key not bound. I have it
> > > set for index and pager:
> > > 
> > > bindindex  next-undeleted
> > > bindpager  next-undeleted
> > > bindindex   previous-undeleted
> > > bindpager   previous-undeleted
> > 
> > I guess you run mutt inside screen. screen emits the same sequence for
> > both tab and shift-tab.  My experience is that it works with xterm but
> > not screen inside xterm.
> 
> Well I do use screen sometimes but I'm not using it at the moment. Perhaps
> the console I'm using (Yakuake) has a bind already - I will check that.
> Thanks for pointing that out.

No this is not a terminal error. Mutt actually gives a message that the key
is unbound.

> 
> > 
> > -- 
> > regards,
> > 
> > GPG key 1024D/4434BAB3 2008-08-24
> > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> > 唐詩187 杜甫  登樓
> > 花近高樓傷客心  萬方多難此登臨  錦江春色來天地  玉壘浮雲變古今
> > 北極朝庭終不改  西山寇盜莫相侵  可憐後主還祠廟  日暮聊為梁父吟
> 
> -- 
> Conscience is a mother-in-law whose visit never ends.
>   -- H. L. Mencken

-- 
The truth of a proposition has nothing to do with its credibility.  And
vice versa.



Mutt 1.5.18 (2008-12-10) and folder_format

2008-12-13 Thread Dave Wood
Just testing 1.5.18 and noticed that now %s is showing in KBytes instead of
bytes. Is there a new format for bytes?

-- 
The Kennedy Constant:
Don't get mad -- get even.