Thread View: comp.mail.mutt
8 messages
8 total messages
Started by "Bruce W. Mohler
Fri, 12 Nov 1999 00:00
maintaining aliases with mutt
Author: "Bruce W. Mohler
Date: Fri, 12 Nov 1999 00:00
Date: Fri, 12 Nov 1999 00:00
22 lines
652 bytes
652 bytes
The only thing I miss from elm is the ease of adding aliases from within elm (which makes me think that I'm missing something with how I use mutt). From what I can tell from the documentation, I edit the .mutt.aliases file and exit, then restart mutt. Is there an easier way to do this? Thanks, in advance. Bruce -- Bruce W. Mohler <>< 858-826-2675 (voice) SAIC/ITS/Server Support 858-826-7806 (fax) Sr UNIX system administrator 888-781-5697 (pager) Semper fi mailto:bruce.w.mohler@saic.com Of course my password is the same as my pet's name. My dog's name is ony6^trop, but I change it every 90 days.
Re: maintaining aliases with mutt
Author: dbt@meat.net
Date: Fri, 12 Nov 1999 00:00
Date: Fri, 12 Nov 1999 00:00
30 lines
881 bytes
881 bytes
hit "a" in the message view. Bruce W. Mohler <bruce.w.mohler@saic.com> says: >The only thing I miss from elm is the ease of adding aliases from within >elm (which makes me think that I'm missing something with how I use >mutt). > >From what I can tell from the documentation, I edit the .mutt.aliases >file and exit, then restart mutt. > >Is there an easier way to do this? > >Thanks, in advance. > >Bruce > >-- >Bruce W. Mohler <>< 858-826-2675 (voice) >SAIC/ITS/Server Support 858-826-7806 (fax) >Sr UNIX system administrator 888-781-5697 (pager) > Semper fi mailto:bruce.w.mohler@saic.com >Of course my password is the same as my pet's name. >My dog's name is ony6^trop, but I change it every 90 days. -- David Terrell | dbt@meat.net Prime Minister, Nebcorp Inc | http://wwn.nebcorp.com/
Re: maintaining aliases with mutt -> edit alias file and update mutt using screen
Author: guckes@math.fu-b
Date: Sat, 13 Nov 1999 00:00
Date: Sat, 13 Nov 1999 00:00
41 lines
1322 bytes
1322 bytes
* Bruce W. Mohler <bruce.w.mohler@saic.com> says: >The only thing I miss from elm is the ease of adding aliases from within >elm (which makes me think that I'm missing something with how I use mutt). >From what I can tell from the documentation, I edit >the .mutt.aliases file and exit, then restart mutt. >Is there an easier way to do this? * dbt <dbt@meat.net>: > hit "a" in the message view. But this won't update the currently running mutt. I see two options: (1) Source the alias file from within mutt (":source filename") or (2) Copy the new alias definitions into mutt's command line. Copying is easy when you use "screen". Type CTRL-A ESC to get into copy mode, move the cursor with vi-like commands, press SPACE to set the start position, move the cursor again, and press SPACE again at the end position to copy the selected text into the copy buffer. Switch to the mutt window, press ':' (to switch to the command line) and type CTRL-A ] to paste the copied text. Repeat for all new aliases. Done. Sven -- Sven Guckes guckes@math.fu-berlin.de using screen-3.9.5 [990901] SCREEN: www.guckes.net/screen/ - the terminal window manager! Digraph input. Run processes offline. Copy&paste text between windows. Create screen backlogs, dumps and logs. Share your terminal with others - see what they type.
Re: maintaining aliases with mutt -> edit alias file and update mutt using screen
Author: "Bruce W. Mohler
Date: Mon, 15 Nov 1999 00:00
Date: Mon, 15 Nov 1999 00:00
64 lines
2065 bytes
2065 bytes
Sven Guckes wrote: > > * Bruce W. Mohler <bruce.w.mohler@saic.com> says: > >The only thing I miss from elm is the ease of adding aliases from within > >elm (which makes me think that I'm missing something with how I use mutt). > >From what I can tell from the documentation, I edit > >the .mutt.aliases file and exit, then restart mutt. > >Is there an easier way to do this? > > * dbt <dbt@meat.net>: > > hit "a" in the message view. > > But this won't update the currently running mutt. > > I see two options: > (1) Source the alias file from within mutt (":source filename") or > (2) Copy the new alias definitions into mutt's command line. > > Copying is easy when you use "screen". > Type CTRL-A ESC to get into copy mode, > move the cursor with vi-like commands, > press SPACE to set the start position, > move the cursor again, and press SPACE > again at the end position to copy the > selected text into the copy buffer. > > Switch to the mutt window, press ':' > (to switch to the command line) and > type CTRL-A ] to paste the copied text. > > Repeat for all new aliases. > > Done. > > Sven > > -- > Sven Guckes guckes@math.fu-berlin.de using screen-3.9.5 [990901] > SCREEN: www.guckes.net/screen/ - the terminal window manager! Digraph input. > Run processes offline. Copy&paste text between windows. Create screen backlogs, > dumps and logs. Share your terminal with others - see what they type. In other words, there's not an easy, elegent solution. I'm sort of amazed. mutt does so many things well. I really like being able to browse the directories to either save a message or find a file to attach to a message. I wish mutt provided the same easy alias editing of ol' elm... Thanks, Sven. Bruce -- Bruce W. Mohler <>< 858-826-2675 (voice) SAIC/ITS/Server Support 858-826-7806 (fax) Sr UNIX system administrator 888-781-5697 (pager) Semper fi mailto:bruce.w.mohler@saic.com Of course my password is the same as my pet's name. My dog's name is ony6^trop, but I change it every 90 days.
Re: maintaining aliases with mutt -> edit alias file and update mutt using screen
Author: dbt@meat.net
Date: Mon, 15 Nov 1999 00:00
Date: Mon, 15 Nov 1999 00:00
19 lines
617 bytes
617 bytes
Bruce W. Mohler <bruce.w.mohler@saic.com> says: >In other words, there's not an easy, elegent solution. > >I'm sort of amazed. mutt does so many things well. > >I really like being able to browse the directories to either save a >message or find a file to attach to a message. > >I wish mutt provided the same easy alias editing of ol' elm... Sven is confused. The create-alias command adds the alias to the currently running instantiation of mutt. Anything else would be stupid. -- David Terrell | dbt@meat.net Prime Minister, Nebcorp Inc | http://wwn.nebcorp.com/
Re: maintaining aliases with mutt -> edit alias file and update mutt using screen
Author: dbt@meat.net
Date: Mon, 15 Nov 1999 00:00
Date: Mon, 15 Nov 1999 00:00
20 lines
681 bytes
681 bytes
Sven Guckes <guckes@math.fu-berlin.de> says: >* Bruce W. Mohler <bruce.w.mohler@saic.com> says: >>The only thing I miss from elm is the ease of adding aliases from within >>elm (which makes me think that I'm missing something with how I use mutt). >>From what I can tell from the documentation, I edit >>the .mutt.aliases file and exit, then restart mutt. >>Is there an easier way to do this? > >* dbt <dbt@meat.net>: >> hit "a" in the message view. > >But this won't update the currently running mutt. It doesn't? It did the last time I checked. -- David Terrell | dbt@meat.net Prime Minister, Nebcorp Inc | http://wwn.nebcorp.com/
Re: create-alias does add new aliases to memory
Author: guckes@math.fu-b
Date: Tue, 16 Nov 1999 00:00
Date: Tue, 16 Nov 1999 00:00
15 lines
426 bytes
426 bytes
* dbt <dbt@meat.net>: > Sven is confused. The create-alias command adds the alias to the > currently running instantiation of mutt. Anything else would be stupid. So mutt once was stupid. ;-) Confirmed. Mutt's "create-alias" does not only add an alias to the alias file but also adds it to the alias list of the running mutt. Mutt sucks less and less... :-) Now, as for creating *group* asliases on the fly... Sven
Re: create-alias does add new aliases to memory
Author: "Bruce W. Mohler
Date: Tue, 16 Nov 1999 00:00
Date: Tue, 16 Nov 1999 00:00
32 lines
932 bytes
932 bytes
Sven Guckes wrote: > > * dbt <dbt@meat.net>: > > Sven is confused. The create-alias command adds the alias to the > > currently running instantiation of mutt. Anything else would be stupid. > > So mutt once was stupid. ;-) > > Confirmed. Mutt's "create-alias" does not only add an alias to the > alias file but also adds it to the alias list of the running mutt. > Mutt sucks less and less... :-) > > Now, as for creating *group* asliases on the fly... > > Sven I just went back and re-read your original message. "Use the 'a' command...". Works for me. Thanks, Sven and dbt. Bruce -- Bruce W. Mohler <>< 858-826-2675 (voice) SAIC/ITS/Server Support 858-826-7806 (fax) Sr UNIX system administrator 888-781-5697 (pager) Semper fi mailto:bruce.w.mohler@saic.com Of course my password is the same as my pet's name. My dog's name is ony6^trop, but I change it every 90 days.
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads