Re: alias for pop account
Hello Jason,
On Tuesday, May 2, 2006 at 10:55:17 -0700, Jason Helfman wrote:
> You can use the change-folder macro.
>| macro pager,index \Ci
>'<change-folder>pop://pop.a_server_with_a_very_long_dns_name<enter>'
>| macro pager,pager \Ci
>'<change-folder>pop://pop.a_server_with_a_very_long_dns_name<enter>'
The first line is sufficient.
> On Tue, May 02, 2006 at 07:54:12PM +0200, neologix@xxxxxxx thus spake:
>> is there a way to make mutt openning this distant mailbox at startup.
Either typing at shell (or aliasing):
| $ mutt -f pop://pop.a_server_with_a_very_long_dns_name
Or in muttrc:
| set spoolfile=pop://pop.a_server_with_a_very_long_dns_name
Bye! Alain.
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?