Re: mutt mailbox default

2001-01-09 Thread Wayne Topa
Subject: Re: mutt mailbox default Date: Mon, Jan 08, 2001 at 11:07:02PM -0200 In reply to:Marcelo Chiapparini Quoting Marcelo Chiapparini([EMAIL PROTECTED]): > Thanks to everyone who helped me with this!!! It worked fine. > The last question: how can I change the defaul

Re: mutt mailbox default

2001-01-08 Thread D-Man
On Mon, Jan 08, 2001 at 11:07:02PM -0200, Marcelo Chiapparini wrote: | Thanks to everyone who helped me with this!!! It worked fine. | The last question: how can I change the default mail folder? for example | from ~/Mail to ~/mail? | | Thanks in advance! | | ps: I know I should read the documen

Re: mutt mailbox default

2001-01-08 Thread Marcelo Chiapparini
Thanks to everyone who helped me with this!!! It worked fine. The last question: how can I change the default mail folder? for example from ~/Mail to ~/mail? Thanks in advance! ps: I know I should read the documentation, but I am quite hurry now... :P On Tue, Jan 09, 2001 at 01:26:16AM +0100, C

Re: mutt mailbox default

2001-01-08 Thread Rob Hudson
You could also make a symlink: ln -s /var/spool/mail/myself inbox from your ~/mail dir. > On 20010108.2205, Marcelo Chiapparini said ... > > Hi! > I want to mutt open looking into a given mailbox file, for example > /home/myself/mail/inbox. How can I do it? > > Thanks in advance > > Marcelo >

Re: mutt mailbox default

2001-01-08 Thread Philipp Schulte
On Mon, Jan 08, 2001 at 10:05:37PM -0200, Marcelo Chiapparini wrote: > I want to mutt open looking into a given mailbox file, for example > /home/myself/mail/inbox. How can I do it? I think you need to change the MAIL_DIR or MAIL_FILE in /etc/logins.defs Phil

Re: mutt mailbox default

2001-01-08 Thread D-Man
Yes, see my other reply. You could put "alias mutt='mutt -f inbox'" in your .bashrc, or better yet put set spoolfile = "~/myinbox" in your .muttrc file. HTH, -D On Mon, Jan 08, 2001 at 10:27:42PM -0200, Marcelo Chiapparini wrote: | Thank you! does exist a way to put the option -f into a scrip

Re: mutt mailbox default

2001-01-08 Thread CaT
On Mon, Jan 08, 2001 at 10:27:42PM -0200, Marcelo Chiapparini wrote: > Thank you! does exist a way to put the option -f into a script file? Read the docos on www.mutt.org (or /usr/doc/mutt I think) and search for spoolfile. -- CaT ([EMAIL PROTECTED]) 'We do more then just sing and dance

Re: mutt mailbox default

2001-01-08 Thread Marcelo Chiapparini
Thank you! does exist a way to put the option -f into a script file? Marcelo On Tue, Jan 09, 2001 at 11:16:06AM +1100, CaT wrote: > On Mon, Jan 08, 2001 at 10:05:37PM -0200, Marcelo Chiapparini wrote: > > Hi! > > I want to mutt open looking into a given mailbox file, for example > > /home/myself

Re: mutt mailbox default

2001-01-08 Thread Carel Fellinger
On Mon, Jan 08, 2001 at 10:05:37PM -0200, Marcelo Chiapparini wrote: > Hi! > I want to mutt open looking into a given mailbox file, for example > /home/myself/mail/inbox. How can I do it? Just name it on the commandline: $ mutt -f ~/mail/inbox And if that file is part of mutt's default mail fol

Re: mutt mailbox default

2001-01-08 Thread D-Man
You can set the system inbox (spoolfile) in the muttrc file. It's called "spoolfile" : set spoolfile = /home/myself/mail/inbox If it is a one time thing, mutt -f path/to/my/folder will open up any given folder. HTH, -D On Mon, Jan 08, 2001 at 10:05:37PM -0200, Marcelo Chiapparini wrote: | Hi

Re: mutt mailbox default

2001-01-08 Thread CaT
On Mon, Jan 08, 2001 at 10:05:37PM -0200, Marcelo Chiapparini wrote: > Hi! > I want to mutt open looking into a given mailbox file, for example > /home/myself/mail/inbox. How can I do it? All commandline options are under 'mutt --help'. -- CaT ([EMAIL PROTECTED]) 'We do more then just

mutt mailbox default

2001-01-08 Thread Marcelo Chiapparini
Hi! I want to mutt open looking into a given mailbox file, for example /home/myself/mail/inbox. How can I do it? Thanks in advance Marcelo