Mutt and courier-imap

2007-02-27 Thread John
Hello all, I'm using Mutt locally with Maildir folders, and now I would like to run courier-imap on top of this. So I want to: (1) use ssh+mutt and (2) use thunderbird+imap(s) to access my mail, both using the same Maildir tree. Is this possible? I.e., mutt and courier are using (R/W access) t

Re: Mutt and courier-imap

2007-02-27 Thread Peter Wiersig
On Tue, Feb 27, 2007 at 10:37:23AM +0100, John wrote: > > So I want to: (1) use ssh+mutt and (2) use thunderbird+imap(s) to access > my mail, both using the same Maildir tree. > > Is this possible? I.e., mutt and courier are using (R/W access) > the same physical mail store. I'm doing this and

jump to a message given by filename

2007-02-27 Thread Nagyon Almos
Hello all, I would like to use mutt with an external search tool (like beagle) to search for mails in my local maildirs. More precisely, I would like to open the file cur/1168331824.2665_3.pc:2,S in the =thisone maildir folder in mutt to read that email and possibly answer it. (and, of course,

Re: jump to a message given by filename

2007-02-27 Thread Patrick Shanahan
* Nagyon Almos <[EMAIL PROTECTED]> [02-27-07 07:48]: > I would like to use mutt with an external search tool (like beagle) > to search for mails in my local maildirs. > More precisely, I would like to open the file > cur/1168331824.2665_3.pc:2,S in the =thisone maildir folder in mutt > to read t

Re: jump to a message given by filename

2007-02-27 Thread Nagyon Almos
> have a look at mairix, http://www.rc0.org.uk/mairix Thanks for the tip, but I already know the filename (from beagle or mc or anything else). Or simply extract the message-id and search for it with -e? Is there a nicer solution? Regards, A. _ Válogas

Re: Not seeing new mail at all - BSD system

2007-02-27 Thread Travis H.
On Tue, Feb 06, 2007 at 02:37:53PM +, [EMAIL PROTECTED] wrote: > On Tue, Feb 06, 2007 at 02:11:48PM +, [EMAIL PROTECTED] wrote: > > I am migrating my main mail reading activity from a Linux system (this > > one) to a BSD one. > > However mutt is not telling me at all when new mail arrives.

Re: jump to a message given by filename

2007-02-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, February 27 at 02:54 PM, quoth Nagyon Almos: >> have a look at mairix, http://www.rc0.org.uk/mairix > > Thanks for the tip, but I already know the filename > (from beagle or mc or anything else). > > Or simply extract the message-id and se

Re: Mutt and courier-imap

2007-02-27 Thread Steve Kirk
On Tue, Feb 27, 2007 at 01:44:02PM +0100, Peter Wiersig wrote: > On Tue, Feb 27, 2007 at 10:37:23AM +0100, John wrote: > > > > So I want to: (1) use ssh+mutt and (2) use thunderbird+imap(s) to access > > my mail, both using the same Maildir tree. > > > > Is this possible? I.e., mutt and courier

Re: total size of mailbox

2007-02-27 Thread Bharath Bhushan
Patrick Shanahan wrote: * Bharath Bhushan <[EMAIL PROTECTED]> [02-26-07 20:44]: Is there a way to see the total size of a mailbox in mutt? Googling did not help. The closest was "total size of all messages visible". du --help du -hs Oops, incomplete question. I have a remote IMAP ma

Re: jump to a message given by filename

2007-02-27 Thread Nagyon Almos
> > I think the -e, as cumbersome as that is, is probably your best bet. > The thing with mutt is that it supports all kinds of different mail > storage types, so the authors are usually unwilling to add features > that only work for some (i.e. say we had --read-mail-in-file as an > option,

Re: jump to a message given by filename

2007-02-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, February 27 at 06:41 PM, quoth Nagyon Almos: > Thank you very much for this script. (Hence I dont have to dig into > those manuals...; Unfortunately the 822field can not be found in > Edgy Eft; I suppose grep -i ^message-id: |head -n 1 w

Re: Mutt and courier-imap

2007-02-27 Thread William Yardley
On Tue, Feb 27, 2007 at 10:37:23AM +0100, John wrote: > I'm using Mutt locally with Maildir folders, and now I would like to run > courier-imap on top of this. > > So I want to: (1) use ssh+mutt and (2) use thunderbird+imap(s) to access > my mail, both using the same Maildir tree. > > Is this

Re: Mutt and courier-imap

2007-02-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, February 27 at 10:53 AM, quoth William Yardley: > It's possible; you'll probably want to adjust the setting of $mask > so you can see the - I used to use 'set mask="^\\."'. > > Someone did a patch for Courier's "Maildir++" scheme (which, A

Re: Mutt and courier-imap

2007-02-27 Thread William Yardley
On Tue, Feb 27, 2007 at 12:01:20PM -0700, Kyle Wheeler wrote: > On Tuesday, February 27 at 10:53 AM, quoth William Yardley: > > but I don't think it's been maintained. > > I'm speaking out of ignorance here, but why would you need a patch for > this? (Unless maybe it's making mutt use the new fi

Re: jump to a message given by filename

2007-02-27 Thread Nagyon Almos
> A better idea: > > awk '{if(tolower($0)~/^message-id: /){print $2;exit}}' > > It's a better idea only because this way you don't need two programs > to do the work of one. :) Thanks again, I always learn something new ;-) > > [...] Best regards, A. ___

Re: jump to a message given by filename

2007-02-27 Thread Christoph Berg
Re: Kyle Wheeler 2007-02-27 <[EMAIL PROTECTED]> > A simpler, but slightly less generic one would be: > > awk '/^[Mm]essage-[Ii][Dd]: /{print $2; exit}' formail -xMessage-Id Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/ signature.asc Description: Digital signature

Re: Does --with-libiconv-prefix work?

2007-02-27 Thread Rocco Rutte
Hi, * John Salinas [07-02-22 12:07:03 -0600] wrote: I have run configure like this: ./configure --with-libiconv-prefix=/users/jsalinas/mutt-src/lib/ --with-curses=/users/jsalinas/mutt-src/usr --prefix=/users/jsalinas/mutt-src --enable-imap --enable-flock --disable-fcntl Please try again

mutt + smtp.gmail.com + ml

2007-02-27 Thread Alessio 'mOLOk' Bolognino
Hi list, I do know it's a Gmail thing, but it's annoying: every time I send a mail to a mailing list (using smtp.gmail.com), gmail "filters" it when the mailing list sends me a copy of my message. Is there a workaround for this? Cheers, -- Alessio 'mOLOk' Bolognino Arch Linux Trusted User http:

Re: mutt + smtp.gmail.com + ml

2007-02-27 Thread Patrick Shanahan
* Alessio 'mOLOk' Bolognino <[EMAIL PROTECTED]> [02-27-07 17:10]: > I do know it's a Gmail thing, but it's annoying: every time I send a > mail to a mailing list (using smtp.gmail.com), gmail "filters" it > when the mailing list sends me a copy of my message. Is there a > workaround for this? ye

Re: mutt + smtp.gmail.com + ml

2007-02-27 Thread Angel Olivera
On Tue, Feb 27 2007 17:15, Patrick Shanahan wrote: > * Alessio 'mOLOk' Bolognino <[EMAIL PROTECTED]> [02-27-07 17:10]: > > I do know it's a Gmail thing, but it's annoying: every time I send a > > mail to a mailing list (using smtp.gmail.com), gmail "filters" it > > when the mailing list sends me a

Re: mutt + smtp.gmail.com + ml

2007-02-27 Thread Patrick Shanahan
* Angel Olivera <[EMAIL PROTECTED]> [02-27-07 19:22]: > On Tue, Feb 27 2007 17:15, Patrick Shanahan wrote: [...] > > yes, relay your outbound mail via your provider, ie: > > smtp-server.indy.rr.com > > I guess he uses gmail because of its archive. Doing what you suggest > would render it unus

Re: mutt + smtp.gmail.com + ml

2007-02-27 Thread Angel Olivera
On Tue, Feb 27 2007 19:30, Patrick Shanahan wrote: > I save/archive my outgoing mail on my local box and use gmail as an > archive for incoming mail. But you can have your cake and eat it too, > just set a tag on gmail for mail you generate (your posting addr). > Then you can copy those to you

Re: mutt + smtp.gmail.com + ml

2007-02-27 Thread Alessio 'mOLOk' Bolognino
On 19:30 Tue 27 Feb , Patrick Shanahan wrote: > * Angel Olivera <[EMAIL PROTECTED]> [02-27-07 19:22]: > > On Tue, Feb 27 2007 17:15, Patrick Shanahan wrote: > [...] > > > yes, relay your outbound mail via your provider, ie: > > > smtp-server.indy.rr.com > > > > I guess he uses gmail becaus

Re: mutt + smtp.gmail.com + ml

2007-02-27 Thread Alessio 'mOLOk' Bolognino
On 22:07 Tue 27 Feb , Angel Olivera wrote: > On Tue, Feb 27 2007 19:30, Patrick Shanahan wrote: > > I save/archive my outgoing mail on my local box and use gmail as an > > archive for incoming mail. But you can have your cake and eat it too, > > just set a tag on gmail for mail you generate