zhang zhengquan | 1 Apr 05:13
Picon

address alias file for mutt from command line

Dear mutt community:
Recently I found that
echo | mutt -s subjetc -a attachment recipient <at> host

extremely convenient to use especially if you have lots of attachments.

The only problem is that the recipient name is sometimes cumbersome to type.

I wonder if there is an alias file that I can edit for this purpose.

Thanks for any pointers,
Zhang

Chengqi(Lars) Song | 1 Apr 05:19
Picon

Re: address alias file for mutt from command line

i think you can find your alias file and edit it directly.

lars

On Tue, 31 Mar 2009, zhang zhengquan wrote:

> Dear mutt community:
> Recently I found that
> echo | mutt -s subjetc -a attachment recipient <at> host
> 
> extremely convenient to use especially if you have lots of attachments.
> 
> The only problem is that the recipient name is sometimes cumbersome to type.
> 
> I wonder if there is an alias file that I can edit for this purpose.
> 
> Thanks for any pointers,
> Zhang

zhang zhengquan | 1 Apr 05:23
Picon

[solved] Re: address alias file for mutt from command line

Thanks, I was stereotyped..
Zhang

2009/3/31 Chengqi(Lars) Song <songcq <at> gmail.com>:
> i think you can find your alias file and edit it directly.
>
> lars
>
> On Tue, 31 Mar 2009, zhang zhengquan wrote:
>
>> Dear mutt community:
>> Recently I found that
>> echo | mutt -s subjetc -a attachment recipient <at> host
>>
>> extremely convenient to use especially if you have lots of attachments.
>>
>> The only problem is that the recipient name is sometimes cumbersome to type.
>>
>> I wonder if there is an alias file that I can edit for this purpose.
>>
>> Thanks for any pointers,
>> Zhang
>

Jeffery Small | 1 Apr 09:14
Gravatar

Enhance mutt to recognize window resizing

Has there ever been any discussion regarding this issue?  Other programs,
such as the vim editor, can deal with the terminal window being resized
while the program is running, but mutt is unforgiving.  Mutt recognizes
the terminal size when started, but if you stretch or shorten the terminal
height or width during a running session, then the display can get totally
screwed up.  Couldn't mutt be made to respond to these size changes the
same way vim does?  It would make the program much more flexible.

Regards,
--
Jeff

Picon

Re: Enhance mutt to recognize window resizing

* Jeffery Small <jeff <at> cjsa.com> [20090401 09:15]:
> Has there ever been any discussion regarding this issue?  Other programs,
> such as the vim editor, can deal with the terminal window being resized
> while the program is running, but mutt is unforgiving.  Mutt recognizes
> the terminal size when started, but if you stretch or shorten the terminal
> height or width during a running session, then the display can get totally
> screwed up.  Couldn't mutt be made to respond to these size changes the
> same way vim does?  It would make the program much more flexible.

I don't know what version of mutt you are using, but the 1.5 branch
have handled this for as long as I can remember using it. It could be
dependent on your OS version, terminal program or factors outside of
mutt's control.

Fedora 6 and later, mutt and any of gnome-terminal, xterm, rxvt,
rxvt-unicode, aterm, eterm or mlterm has worked fine for me.

It would be interesting to know a bit more about your setup (and
looking at the date, find out if this is a wind-up ;).

--

-- 
Anders Rayner-Karlsson <anders <at> trudheim.co.uk>
All-Round Linux Tinkerer, RHCE and PITA DeLuxe

Rocco Rutte | 1 Apr 10:59
Picon

Re: Enhance mutt to recognize window resizing

Hi,

* Anders Rayner-Karlsson wrote:

>I don't know what version of mutt you are using, but the 1.5 branch
>have handled this for as long as I can remember using it. It could be
>dependent on your OS version, terminal program or factors outside of
>mutt's control.

..and terminal abstraction library, i.e. curses. One unsolved issue is:

       http://dev.mutt.org/trac/ticket/2960

Rocco

Jeffery Small | 1 Apr 12:31
Gravatar

Re: Enhance mutt to recognize window resizing

Anders Rayner-Karlsson <anders <at> trudheim.co.uk> writes:

>* Jeffery Small <jeff <at> cjsa.com> [20090401 09:15]:
>> Has there ever been any discussion regarding this issue?  Other programs,
>> such as the vim editor, can deal with the terminal window being resized
>> while the program is running, but mutt is unforgiving.  Mutt recognizes
>> the terminal size when started, but if you stretch or shorten the terminal
>> height or width during a running session, then the display can get totally
>> screwed up.  Couldn't mutt be made to respond to these size changes the
>> same way vim does?  It would make the program much more flexible.

>I don't know what version of mutt you are using, but the 1.5 branch
>have handled this for as long as I can remember using it. It could be
>dependent on your OS version, terminal program or factors outside of
>mutt's control.

Ah yes, you are correct.  I'm still using version 1.4.2.1i because all
later versions have serious keyboard mapping problems on my Sun Solaris 10
SPARC system.  I'm sure that it is related to ncurses and that there is
probably some solution for the problems I have, but I now remember spending
a huge amount of time trying to get my macros assigned to the function and
keypad keys to work under 1.5 and finally gave up and went back to 1.4.  It
has been so long that I have been living with 1.4 that I forgot that I was 
using the old version.  Thanks for setting me straight and I'm sorry for
bringing up an old subject like this.

Regards,
--
Jeff

(Continue reading)

Russ Urquhart | 1 Apr 13:56
Picon

Re: Compiling mutt for OS X; using SMTP option. What libraries

I would have thought so. I think the issue was that i had told  
configure to USE SASL, but hadn't specified where it was located.

I have since gotten Mutt to compile and work.

Thanks,

Russ
On Mar 31, 2009, at 4:04 AM, Rocco Rutte wrote:

> Hi,
>
> * russurquhart1 <at> verizon.net wrote:
>
>> when i get to the make part, it bombs out looking for sasl.
>
> In that case, shouldn't configure fail earlier?
>
> Rocco

Grant Edwards | 1 Apr 17:03
Favicon

Re: Enhance mutt to recognize window resizing

On 2009-04-01, Jeffery Small <jeff <at> cjsa.com> wrote:

> Has there ever been any discussion regarding this issue?

No.

> Other programs, such as the vim editor, can deal with the
> terminal window being resized while the program is running,
> but mutt is unforgiving.  Mutt recognizes the terminal size
> when started, but if you stretch or shorten the terminal
> height or width during a running session, then the display can
> get totally screwed up.

I've been using mutt for 10+ years, and resizing has always
worked fine for me under both Linux and Solaris, using both
slrn and ncurses.

> Couldn't mutt be made to respond to these size changes the
> same way vim does? It would make the program much more
> flexible.

That feature has been there since day 1.

--

-- 
Grant Edwards                   grante             Yow! I haven't been married
                                  at               in over six years, but we
                               visi.com            had sexual counseling every
                                                   day from Oral Roberts!!

(Continue reading)

Chengqi(Lars) Song | 2 Apr 16:15
Picon

better mailbox lists

hi,

when i type "c ?" in my mutt i got these:

 1     drwx------ 70 lars     lars         4.0K Apr 02 22:03 ../                                                                 
 2     drwxr-xr-x  5 lars     lars         4.0K Jan 09 15:12 inbox/                                                              
 8     drwxr-xr-x  5 lars     lars         4.0K Jan 09 15:12 postponed/ 
 9     drwxr-xr-x  5 lars     lars         4.0K Jan 09 15:12 sent/ 

how can i remove that ../ ?

thanks
lars


Gmane