Re: How can I know if error happens when sending mail?

2009-06-03 Thread Chengqi(Lars) Song
Hi All, Eventually I solved it by a simple wrapper of msmtp. It looks like this: -code lars:~$ less .bin/msmtp-wrap #! /bin/bash msmtp $* if [ $? != 0 ] then gxmessage -wrap -fg red -bg black -default okay -center MSMTP: `tail -1 ~/.getmail/msmtp.log` fi --

Re: Color problem

2009-06-03 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tuesday, June 2 at 08:08 PM, quoth Ken Weingold: > I hope I can explain this well. I just built mutt 1.5.19 after using > 1.5.10 for quite a long time. 1.5.10 was using ncurses 5.2 and 1.5.19 > was compiled using ncurses 5.6 (5.4 is also avai

Re: make install failure

2009-06-03 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wednesday, June 3 at 11:48 AM, quoth Ravi Uday: >Ok, i did 'make clean' and 'make install' after changing toplevel Makefile. > >Following errors are seen. Any clues ? What I said before was that, according to google, these errors most likely in

Re: How can I know if error happens when sending mail?

2009-06-03 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wednesday, June 3 at 05:20 PM, quoth Chengqi(Lars) Song: >-code >lars:~$ less .bin/msmtp-wrap >#! /bin/bash > >msmtp $* >if [ $? != 0 ] >then > gxmessage -wrap -fg red -bg black -default okay -center MSMTP: `tail -1 > ~/.getmail

Re: Color problem

2009-06-03 Thread Ken Weingold
On Wed, Jun 3, 2009, Kyle Wheeler wrote: > On Tuesday, June 2 at 08:08 PM, quoth Ken Weingold: > > I hope I can explain this well. I just built mutt 1.5.19 after using > > 1.5.10 for quite a long time. 1.5.10 was using ncurses 5.2 and 1.5.19 > > was compiled using ncurses 5.6 (5.4 is also ava

Re: Color problem

2009-06-03 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wednesday, June 3 at 11:18 AM, quoth Ken Weingold: >> Do you mean that they're un-bolded while the indicator is >> highlighting them? Or do you mean that they're un-bolded only if >> the indicator is higher up on the list than they are and that

Re: Color problem

2009-06-03 Thread Ken Weingold
On Wed, Jun 3, 2009, Kyle Wheeler wrote: > What it's compiling against and what it's linking against could be two > different things. Mutt gets the version number from the ncurses header > files; but it's quite possible that those headers are mis-matched to > the library that was actually used

Re: Color problem

2009-06-03 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wednesday, June 3 at 11:36 AM, quoth Ken Weingold: >Ah, crap. :) This on panix.com servers. I used > >--with-curses=/usr/local/ncurses-5.6 > >They are really good, so I assume it is correct. There is also an >ncurses-5.4 install under /usr/loc

Re: Color problem

2009-06-03 Thread Ken Weingold
On Wed, Jun 3, 2009, Kyle Wheeler wrote: > >Either way, there is a patch I used for the last version of mutt I > >was using, 1.5.10. "5patch-1.5.1.nr.indicator_not_bright". This was > >to make any text under the indicator bar not bold. It still works, > >and interestintly enough, also fixes

Re: How can I know if error happens when sending mail?

2009-06-03 Thread Chengqi(Lars) Song
thanks, your suggestion is applied :) On Wed, 03 Jun 2009, Kyle Wheeler wrote: > On Wednesday, June 3 at 05:20 PM, quoth Chengqi(Lars) Song: > >-code > >lars:~$ less .bin/msmtp-wrap > >#! /bin/bash > > > >msmtp $* > >if [ $? != 0 ] > >then > > gxmessage -wrap -fg red -bg black -d

Re: make install failure

2009-06-03 Thread Ravi Uday
I was expecting the 'configure' script to fail with 'old gcc' error msg ? - Ravi On Wed, Jun 3, 2009 at 8:42 PM, Kyle Wheeler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On Wednesday, June  3 at 11:48 AM, quoth Ravi Uday: >>Ok, i did 'make clean' and 'make install' after chang

Re: use current folder name as argument to abitrary command

2009-06-03 Thread Cameron Simpson
On 31May2009 21:29, David J. Weller-Fahy wrote: | * Cameron Simpson [2009-05-31 01:41 -0500]: [...big snip...] | > What if you change: | > \\\` | > into plain | > \` | > at the start and end? | | As you suggested, I changed the \\\` to \`, and voilà! It works without | the macro! I can on