Re: searching in "sent"

2007-12-07 Thread Michael Tatge
* On Fri, Dec 07, 2007 Pau Amaro-Seoane ([EMAIL PROTECTED]) muttered: > I have not found the way of modifying the To: thing. It must be > related to $to_chars, but how? Thanks for your answer > This is what I have: > > set index_format="%4C %Z %{%b %d} %-15.15L (%4c) %s" Change %-15.15L into %-15

Re: searching in "sent"

2007-12-07 Thread Pau Amaro-Seoane
This is what I have: set index_format="%4C %Z %{%b %d} %-15.15L (%4c) %s" I have not found the way of modifying the To: thing. It must be related to $to_chars, but how? Thanks for your answer 2007/12/6, Nicolas Rachinsky <[EMAIL PROTECTED]>: > * Pau Amaro-Seoane <[EMAIL PROTECTED]> [2007-12-06 1

Re: Reliable/safe way of removing empty maildirs?

2007-12-07 Thread Patrick Shanahan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Cameron Simpson <[EMAIL PROTECTED]> [12-07-07 01:38]: > Yeah, but without even invoking find: > > rmdir dir/new dir/tmp dir/cur dir \ > || mkdir -p dir/new dir/tmp dir/cur > > Robust, safe, trivial. > > People always seem to forget that rmdir

Re: Reliable/safe way of removing empty maildirs?

2007-12-07 Thread Chris G
On Thu, Dec 06, 2007 at 09:05:32PM -0700, Michael Endsley wrote: > > On Thu, Dec 06, 2007 at 10:28:26PM +, Chris G wrote: > > On Thu, Dec 06, 2007 at 09:15:10PM +, A Darren Dunham wrote: > > > > >> chmod a-w dir/new > > > > >> if [ `find dir -type f` ] ; then > > > > > > > > > > You have t

Re: Reliable/safe way of removing empty maildirs?

2007-12-07 Thread Michael
On Fri, Dec 07, 2007 at 12:18:03PM +, Chris G wrote: > On Thu, Dec 06, 2007 at 09:05:32PM -0700, Michael Endsley wrote: > > > > On Thu, Dec 06, 2007 at 10:28:26PM +, Chris G wrote: > > > On Thu, Dec 06, 2007 at 09:15:10PM +, A Darren Dunham wrote: > > > > > >> chmod a-w dir/new > > > >

Re: First "fcc-hook" is not more working...

2007-12-07 Thread Michelle Konzack
Hello Rocco, The problem is definitivly NOT IN MUTT since I get exact the same error now in one of my scripts usin "egrep" Am 2007-11-30 15:22:54, schrieb Rocco Rutte: > * Michelle Konzack wrote: > >8<-- > >[EMAIL PROTECTED]:~/]

Re: searching in "sent"

2007-12-07 Thread Pau Amaro-Seoane
I must be mentally retarded, but I tried that one and it didn't work for me... I get always the "To:"... ??? Please corroborate mi IQ 2007/12/7, Michael Tatge <[EMAIL PROTECTED]>: > * On Fri, Dec 07, 2007 Pau Amaro-Seoane ([EMAIL PROTECTED]) muttered: > > I have not found the way of modifying the

Re: mailbox close while accessing exchange over imap

2007-12-07 Thread Jason Joines
Jason Joines wrote: Jason Joines wrote: Kyle Wheeler wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, November 30 at 02:37 PM, quoth Jason Joines: The reason I'm working on this in the first place is someone else reported the same problem with an imap_keepalive=300. So, I set

Re: Reliable/safe way of removing empty maildirs?

2007-12-07 Thread Chris G
On Fri, Dec 07, 2007 at 05:37:45PM +1100, Cameron Simpson wrote: > On 06Dec2007 21:15, A Darren Dunham <[EMAIL PROTECTED]> wrote: > | > >> chmod a-w dir/new > | > >> if [ `find dir -type f` ] ; then > | > > > | > > You have to do something like this instead: > | [snip other responses] > | > | Perh

Re: terminal settings

2007-12-07 Thread Stefanie Slamon
On Fri, Dec 07, 2007 at 03:51:30PM -0500, Dave Dodge wrote: > Try setting the environment variable LANG=C setenv LC_ALL C fixed it. Thanks for the nudge. ~S -- [EMAIL PROTECTED]I love my country, but I fear my government.

Re: mailbox close while accessing exchange over imap

2007-12-07 Thread Jason Joines
Jason Joines wrote: Brendan Cully wrote: On Friday, 30 November 2007 at 16:22, Jason Joines wrote: Subject: mailbox close while accessing exchange over imap From: Jason Joines <[EMAIL PROTECTED]> To: mutt-users@mutt.org Date: Fri Nov 30 14:37:52 2007 Any suggestions for other client side twe

Re: terminal settings

2007-12-07 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, December 7 at 03:39 PM, quoth Stefanie Slamon: >After being away from the joys of a shell account for a while, I'm >back to reading mail as it should be read. Unfortunately, I'm >having a witch of a time getting a compatible term and char

Re: locale and external address

2007-12-07 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, December 7 at 09:41 PM, quoth Mauro Sacchetto: >I made some experiments more. >If I put in my .muttrc: >send-hook .* 'my_hdr From: spiderman <[EMAIL PROTECTED]> >exim4 sends correctly the message, >and in the header I read the new address.

Re: searching in "sent"

2007-12-07 Thread Nicolas Rachinsky
[Please do not top-post] * Pau Amaro-Seoane <[EMAIL PROTECTED]> [2007-12-07 16:11 +0100]: > I must be mentally retarded, but I tried that one and it didn't work > for me... I get always the "To:"... ??? Please corroborate mi IQ I just noted that I don't know a way to avoid the 'To '. I seem to ig

Re: mailbox close while accessing exchange over imap

2007-12-07 Thread Brendan Cully
On Friday, 07 December 2007 at 12:16, Jason Joines wrote: >> < a0006 OK STATUS completed. >> mutt_num_postponed: 4 postponed IMAP messages found. >> > a0007 NOOP >> Error talking to mail.okstate.edu (Connection reset by peer) >> imap_cmd_step: Error reading server response. >> Mailbox closed >> im

Re: First "fcc-hook" is not more working...

2007-12-07 Thread Rocco Rutte
Hi, * Michelle Konzack wrote: Hello Rocco, The problem is definitivly NOT IN MUTT since I get exact the same error now in one of my scripts usin "egrep" Here the code sniplet: 8<-- elif `echo "${LINE}" |egrep '^(---|

Re: mailbox close while accessing exchange over imap

2007-12-07 Thread Jason Joines
Jason Joines wrote: Kyle Wheeler wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, November 30 at 02:37 PM, quoth Jason Joines: The reason I'm working on this in the first place is someone else reported the same problem with an imap_keepalive=300. So, I set up Mutt to connect

Re: locale and external address

2007-12-07 Thread Mauro Sacchetto
Alle venerdì 7 dicembre 2007, Kyle Wheeler ha scritto: > This sounds like something you should more likely be asking the exim > mailing list. Yes, I've already posted a message in exim list... > That said, to prove for a fact whether it's mutt or exim, try > replacing your hooks with this: > send-

Re: terminal settings

2007-12-07 Thread Dave Dodge
On Fri, Dec 07, 2007 at 03:39:48PM -0500, Stefanie Slamon wrote: > 221 O Dec 07 Pau Amaro-Seoan ( 20) Re: searching in "sent" > 222 O Dec 07 Michael Tatge ( 24) ??> > 223 O Dec 07 Pau Amaro-Seoan ( 29) ??> > 224 N Dec 07 Nicolas Rachins ( 13) ??> > >

terminal settings

2007-12-07 Thread Stefanie Slamon
After being away from the joys of a shell account for a while, I'm back to reading mail as it should be read. Unfortunately, I'm having a witch of a time getting a compatible term and charset match to display threading characters correctly. What I'm getting now looks like this: 221 O Dec 07

Re: mailbox close while accessing exchange over imap

2007-12-07 Thread Jason Joines
Brendan Cully wrote: On Friday, 07 December 2007 at 12:16, Jason Joines wrote: < a0006 OK STATUS completed. mutt_num_postponed: 4 postponed IMAP messages found. > a0007 NOOP Error talking to mail.okstate.edu (Connection reset by peer) imap_cmd_step: Error reading server response. Mailbox closed

Re: locale and external address

2007-12-07 Thread Mauro Sacchetto
Alle giovedì 6 dicembre 2007, Kyle Wheeler ha scritto: > > I find again the old external address and not that one specified by > > the hook: "samiel <[EMAIL PROTECTED]>" I'm very confused, but > > I suspect that Exim rewrite the address furnished by Mutt with that > > one present in /etc/mail.addre