On Tuesday 10/25/11 12:27:20 CST, du yang wrote:
> If you want to color mails from someone special, you can try the
> expression '~t x...@xyx.com' in color command. It is case-insensitive.
>
Sorry again. the expression should like this '~f x...@xyx.com' ;-)
--
oooO:
(..):
:\.(::
On Tuesday 10/25/11 12:06:10 CST, du yang wrote:
> On Tuesday 10/25/11 11:46:48 CST, stardiviner wrote:
> > I want to color one special mail in a thread from one mailing list.
> > for example:
> > Subject .
> > [r] `-> (I replied here)
> > | `->
> > |
> > `-> (someone repli
=> On [2011-10-25 11:46:48 +0800]:
stardiviner Said:
> I want to color one special mail in a thread from one mailing list.
> for example:
> Subject .
> [r] `-> (I replied here)
> | `->
> |
> `-> (someone replied me at here, I want to color this mail in mutt
> color theme
On Tuesday 10/25/11 11:46:48 CST, stardiviner wrote:
> I want to color one special mail in a thread from one mailing list.
> for example:
> Subject .
> [r] `-> (I replied here)
> | `->
> |
> `-> (someone replied me at here, I want to color this mail in mutt
> color theme)
I want to color one special mail in a thread from one mailing list.
for example:
Subject .
[r] `-> (I replied here)
| `->
|
`-> (someone replied me at here, I want to color this mail in mutt color
theme)
how to do this ?
--
stardiviner GPG: 5D9F64D8 Twitter: @numbch
On Monday 10/24/11 17:39:14 CST, Aaron Toponce wrote:
> The "tls_socket_read" connection issues are related to GnuTLS. If you
> recompile Mutt with OpenSSL instead, those errors go away. Might be worth
> looking into if it's a big issue for you.
> Possible. Again, running tcpdump(1) should be the
On 24Oct2011 17:04, Volker Bouffier wrote:
| > You can even do it in one step ;)
| >
| > :call append('.', map(readfile('/tmp/foobar'), '"Attach:
| > ".substitute(v:val," ",''\\ '',"g")'))
| This seems to be perfect. So here is my final .vimrc script:
I expect it to break with tabs etc in the fi
Brendan Cully wrote:
>On Monday, 24 October 2011 at 08:29, Philippe Meunier wrote:
>This error is due to the broken sequence numbers, I think. Mutt
>shouldn't hang at this point (the a0005 OK should terminate the
>message loop), so that's a bug. But the server is also broken.
That's what I suspect
> I find most of people who using Mutt has this situation.=20
> They have a lot of mails to download, I think someone should write a
> stuff =
> to download=20
> all mails from mailing list. This will save a lot of project and time.
> So that you do not need to save those mails from mailing list.
>
On 2011-10-24, stardiviner wrote:
>> Garbage. I have over 70,000 emails in my account, over 40,000 of which are
>> in the debian-users mailing list folder. I just recently reinstalled my
>> computer, and had to re-fetch all 40K headers, and while it took a while to
>> do so over IMAP, it did so s
* Andre Klaerner [10-24-11 12:46]:
> I have a bit trouble filtering for this mailing-list.
>
> I tried filtering for:
> * From: mutt
> * To: mutt
> * ListID: mutt
>
> What do you use to filter the mails from the mailing-list into abother folder?
>
> FYI: I am using exim4 .forward-files in my h
Hello alltogether,
I have a bit trouble filtering for this mailing-list.
I tried filtering for:
* From: mutt
* To: mutt
* ListID: mutt
What do you use to filter the mails from the mailing-list into abother folder?
FYI: I am using exim4 .forward-files in my homedir.
Thanks and greetings,
And
=> On [2011-10-24 03:09:40 -0600]:
Aaron Toponce Said:
> On Sun, Oct 23, 2011 at 02:02:01PM +0800, stardiviner wrote:
> > => On [2011-10-23 10:56:38 +0800]: du yang Said:
> > > I have a gmail INBOX with more than 20,000 messages. I configured mutt
> > > IMAP to this mailbox. For this is the first
=> On [2011-10-24 03:09:40 -0600]:
Aaron Toponce Said:
> On Sun, Oct 23, 2011 at 02:02:01PM +0800, stardiviner wrote:
> > => On [2011-10-23 10:56:38 +0800]: du yang Said:
> > > I have a gmail INBOX with more than 20,000 messages. I configured mutt
> > > IMAP to this mailbox. For this is the first
On Monday, 24 October 2011 at 08:29, Philippe Meunier wrote:
> Hello,
>
> I'm trying to use mutt (1.5.21 on OpenBSD 4.9) to connect to an IMAP
> server. Connection and authentication work fine but then something
> goes wrong while fetching message headers: I get a "skipping FETCH
> response for u
> You can even do it in one step ;)
>
> :call append('.', map(readfile('/tmp/foobar'), '"Attach:
> ".substitute(v:val," ",''\\ '',"g")'))
This seems to be perfect. So here is my final .vimrc script:
| " mutt: insert attachment with ranger
| fun! RangerMuttAttach()
| if filereadable('/tmp/c
On Monday 10/24/11 21:17:41 CST, stardiviner wrote:
> I find most of people who using Mutt has this situation.
> They have a lot of mails to download, I think someone should write a stuff to
> download
> all mails from mailing list. This will save a lot of project and time.
> So that you do not
=> On [2011-10-24 03:09:40 -0600]:
Aaron Toponce Said:
> On Sun, Oct 23, 2011 at 02:02:01PM +0800, stardiviner wrote:
> > => On [2011-10-23 10:56:38 +0800]: du yang Said:
> > > I have a gmail INBOX with more than 20,000 messages. I configured mutt
> > > IMAP to this mailbox. For this is the first
Hello,
I'm trying to use mutt (1.5.21 on OpenBSD 4.9) to connect to an IMAP
server. Connection and authentication work fine but then something
goes wrong while fetching message headers: I get a "skipping FETCH
response for unknown message number" error for every message and then
mutt gets stuck a
On Mon, October 24, 2011 11:44 am, Volker Bouffier wrote:
>> Even better, avoid sed altogether:
>> call append('.', map(readfile('/tmp/chosenfiles'), '"Attach: ".v:val'))
> Sed is the better choice in this case. The above command does not work
> with whitespaces.
Of course it works with whitespac
On Monday 10/24/11 17:39:14 CST, Aaron Toponce wrote:
> The "tls_socket_read" connection issues are related to GnuTLS. If you
> recompile Mutt with OpenSSL instead, those errors go away. Might be worth
> looking into if it's a big issue for you.
Thanks for this good hint, I will try it.
Currently
> Even better, avoid sed altogether:
> call append('.', map(readfile('/tmp/chosenfiles'), '"Attach: ".v:val'))
Sed is the better choice in this case. The above command does not work with
whitespaces.
There must be a backslash in front of a whitespace character.
On Mon, Oct 24, 2011 at 05:31:45PM +0800, du yang wrote:
> I search a lot about the "tls_socket_read" problem. It's caused by SSL
> connection time out or broken. In my case, I tuned mutt with many
> timeout parameters but without success. If mutt's no problem, the
> connection may be disconnected
On Monday 10/24/11 17:09:40 CST, Aaron Toponce wrote:
> On Sun, Oct 23, 2011 at 02:02:01PM +0800, stardiviner wrote:
> > => On [2011-10-23 10:56:38 +0800]: du yang Said:
> > > I have a gmail INBOX with more than 20,000 messages. I configured mutt
> > > IMAP to this mailbox. For this is the first ti
On Mon, Oct 24, 2011 at 02:17:23AM -0700, Michael Graham wrote:
> Then perhaps Du Yang’s problem was caused by a bad/dropped connection?
Possibly. A tcpdump(1) could tell for sure.
--
. o . o . o . . o o . . . o .
. . o . o o o . o . o o . . o
o o o . o . . o o o o . o o o
On Mon, Oct 24, 2011 at 02:09, Aaron Toponce wrote:
> Garbage. I have over 70,000 emails in my account, over 40,000 of which are in
> the debian-users mailing list folder. I just recently reinstalled my
> computer, and had to re-fetch all 40K headers, and while it took a while to
> do so over
On Sun, Oct 23, 2011 at 11:54:06AM +0100, Michael Graham wrote:
> I’m with Stardiviner on this one: I don’t think this *is* really a fault
> in mutt. I don’t think mutt was designed to handle that many emails in a
> single folder
I disagree. Mutt seems to be to be designed around those who have t
On Sun, Oct 23, 2011 at 02:02:01PM +0800, stardiviner wrote:
> => On [2011-10-23 10:56:38 +0800]: du yang Said:
> > I have a gmail INBOX with more than 20,000 messages. I configured mutt
> > IMAP to this mailbox. For this is the first time to this mailbox, mutt
> > try to fetch all the headers at t
On Monday 10/24/11 16:45:22 CST, Michael Graham wrote:
> On Sun, Oct 23, 2011 at 05:06, du yang wrote:
>
> > Yes, I can try to workaround the problem as Stardiviner suggests. But to
> > make mutt more error-tolerant I think mutt still has something to be
> > improved.
>
> I agree that mutt cou
On Sun, Oct 23, 2011 at 05:06, du yang wrote:
> Yes, I can try to workaround the problem as Stardiviner suggests. But to make
> mutt more error-tolerant I think mutt still has something to be improved.
I agree that mutt could do a better job of handling it, but all the MUAs I’ve
ever used exte
30 matches
Mail list logo