John J. Foster | 1 Dec 02:45

Re: query_format current entry number starts at zero with 1.5.18

On Sun, Nov 30, 2008 at 08:45:39PM +0100, Rocco Rutte wrote:
> Hi,
>
> * John J. Foster wrote:
>> I've just recently switched to 1.5.18 (mainly because of increased
>> hcache performance) and have noticed that the results shown from a
>> query_command start at 0 as opposed to 1.
>
> This is fixed in
>
>      http://dev.mutt.org/hg/mutt/rev/927a1d30a44e
>
> Thanks for reporting.
>
Thanks Rocco! You folks do most excellent work.
festus
--

-- 
I just want to break even.
Rocco Rutte | 1 Dec 12:16
Picon

Re: save-message to ? and then sync the folder

Hi,

* trance202 <at> gmx.ch wrote:
>> >      macro s "<save-message>?\n<sync-mailbox>"
>> > or
>> >      macro s "<save-message>?<enter><sync-mailbox>"
>>
>> I think the issue is that he would like to select a mailbox using the
>> folder browser, and then continue on executing the rest of the macro.
>
>yes, I want to using the browser, then after syncing the mailbox...

Sorry, that won't work as Michael described. I already wondered why
someone would name a mailbox "?" :)

Rocco

Kyle Wheeler | 1 Dec 16:17

Re: save-message to ? and then sync the folder


On Thursday, November 27 at 02:20 PM, quoth trance202 <at> gmx.ch:
>how can I sync the mailbox after save a message to any folder like 
>this:
>
>macro s "<save-message>?"
>
>the above works great, but after this save mutt should sync
>automatically. Like this:
>
>macro s "<save-message>?<sync-mailbox>"

Well, the trick here is that you're giving mutt a bunch of things to 
do all at once, as others on this list have suggested. HOWEVER, I 
think this can be done if you're especially clever.

The '<save-message>?' part of the macro puts you into the browser. To 
then get mutt to do something as you *exit* the browser (i.e. after 
you've selected an entry), you'd need to tuck your desired behavior 
into the methods of exiting from the browser. For example:

     macro index s "<enter-command> macro browser \\<return\\>
     '<select-entry><sync-mailbox>'<enter><save-message>?"

It would be even cooler if you could have the secondary macro clean up 
after itself:

     macro index s "<enter-command> macro browser \\<return\\>
     '<enter-command>bind browser
     return<enter><select-entry><sync-mailbox>'<enter><save-message>?"
(Continue reading)

David Champion | 2 Dec 00:40
Favicon

Re: save-message to ? and then sync the folder

* On 2008.11.27, in <20081127132013.GA17151 <at> dracona>,
*	"trance202 <at> gmx.ch" <trance202 <at> gmx.ch> wrote: 
> 
> Hello 
> 
> how can I sync the mailbox after save a message to any folder like this:
> 
> macro s "<save-message>?"
> 
> the above works great, but after this save mutt should sync
> automatically. Like this:
> 
> macro s "<save-message>?<sync-mailbox>"

This works for me.

macro index S '<enter-command>set my_folder=`mutt-prompt "Save to folder" \\`; push <refresh><save-message>$my_folder\<enter\><sync-mailbox><enter>'

Be sure to enter it in only one line.  The backslashes are wacky, but so
are mutt's quoting rules.  This is no typo; it really does work on my
system.

A "mutt-prompt" script is required; see attachment.

--

-- 
 -D.    dgc <at> uchicago.edu    NSIT    University of Chicago
#!/bin/sh
##
(Continue reading)

Shaochun Wang | 2 Dec 03:38
Picon

Is there a way to let mutt send rfc2047 encoded attachment?

Hi all:

I know RFC 2047 encoding MIME is explicitly prohibited by the
standard. But unfortunately, a lot of my correspondents use the email
client which only decoded RFC 2047 encoded attachment, not RFC 2231,
including gmail.

So my question is that is there some way to let mutt sent RFC 2047
encoding attachment?

--

-- 
Shaochun Wang <scwang <at> ios.ac.cn>

Jabber:	fungusw <at> jabber.org

Kyle Wheeler | 2 Dec 03:47

Re: Is there a way to let mutt send rfc2047 encoded attachment?


On Tuesday, December  2 at 10:38 AM, quoth Shaochun Wang:
> I know RFC 2047 encoding MIME is explicitly prohibited by the 
> standard. But unfortunately, a lot of my correspondents use the 
> email client which only decoded RFC 2047 encoded attachment, not RFC 
> 2231,

Nope. According to the man page: "mutt will unconditionally use the 
encoding specified in RFC2231" ... for *sending*. I.e. mutt can *read* 
incorrect messages, but cannot *send* incorrect messages.

> including gmail.

Yikes!

> So my question is that is there some way to let mutt sent RFC 2047 
> encoding attachment?

Not at the moment. You may want to make the request to mutt-dev

~Kyle
--

-- 
Most truths are so naked that people feel sorry for them and cover 
them up, at least a little bit.
                                                    -- Edward R. Murrow
Shaochun Wang | 2 Dec 07:00
Picon

Re: Is there a way to let mutt send rfc2047 encoded attachment?

As pointed by Kun Niu <haoniukun <at> gmail.com>, I finally get that one
working. Although the patch is provided for mutt-1.5.10, it also works
for mutt-1.5.16. 
See http://learn.tsinghua.edu.cn:8080/2002315162/muttpatched.html

That webpage is written in Chinese. So I summarize it in the
following:

First you need download a patch for mutt, which is at
http://www.emaillab.org/mutt/download1510.html. Then apply the patch.
Finally you can set whether or not to send RFC 2047 encoded mail by
setting the parameter "create_rfc2047_parameters" to yes or no.

I also set some send-hook for convience:
	send-hook "\.ac\.cn" "set create_rfc2047_parameters=yes"
	send-hook "\.gmail\.com" "set create_rfc2047_parameters=yes"

You can set your own hook like these.

On Tue, Dec 02, 2008 at 10:38:50AM +0800, Shaochun Wang wrote:
> Hi all:
> 
> 
> I know RFC 2047 encoding MIME is explicitly prohibited by the
> standard. But unfortunately, a lot of my correspondents use the email
> client which only decoded RFC 2047 encoded attachment, not RFC 2231,
> including gmail.
> 
> So my question is that is there some way to let mutt sent RFC 2047
> encoding attachment?
(Continue reading)

Chengqi(Lars) Song | 2 Dec 12:09
Picon

Replying a mail in a mail list

Hi,

When I'm replying a mail in a mail list, for example, a mail in
mutt-users <at> mutt.org from ABC <at> gmail.com, the default target is 

  "To: ABC <at> gmail.com", 

how to changed it to the following?

  "To: ABC <at> gmail.com, Cc:mutt-users <at> mutt.org"

Do I need something like hook? Could you please help me on this? Thanks.

Best
Lars

Picon
Picon

Re: Replying a mail in a mail list

On  2-12-2008, at 19h 09'34", Chengqi(Lars) Song wrote about "Replying a mail in a mail list"
> Hi,
> 
> When I'm replying a mail in a mail list, for example, a mail in
> mutt-users <at> mutt.org from ABC <at> gmail.com, the default target is 
>   
>   "To: ABC <at> gmail.com", 
> 
> how to changed it to the following?
> 
>   "To: ABC <at> gmail.com, Cc:mutt-users <at> mutt.org"
> 
> Do I need something like hook? Could you please help me on this? Thanks.
> 

If you declare it as a mail list you can use `L' instead of `r' to
replay.

lists mutt-users <at> mutt.org       #this declare the mail list (you will be cc-ed by list members)
subscribe mutt-users <at> mutt.org   #this tells mutt you are subscribed and you will not be cc-ed.

Regards,
        Ionel

Picon
Picon

Re: Replying a mail in a mail list

On  2-12-2008, at 12h 18'00", Ionel Mugurel Ciobica wrote about "Re: Replying a mail in a mail list"
> 
> If you declare it as a mail list you can use `L' instead of `r' to
> replay.
> 

I ment to reply. Sorry.

Ionel


Gmane