View previous topic :: View next topic |
Author |
Message |
neilhwatson l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_morbo.gif)
Joined: 06 Feb 2003 Posts: 719 Location: Canada
|
Posted: Tue Jul 29, 2003 11:52 pm Post subject: mutt questions |
|
|
I've heard alot about mutt so I thought I'd give it a try. First I setup procmail to deliver all my email from spool to ~/Mail. Inside ~/Mail I have several mbox files.
my .muttrc file:
Code: |
# mailbox type
set mbox_type=Mbox
# folder where local mailboxes are stored
set folder=~/Mail
# mutt will open this file when it starts
set spoolfile=~/Mail/inbox
# outgoing messages are appened to this file
set record=~/Mail/sent-mail
# these folders are checked for email
mailboxes ! +gentoo +inbox +mason +modperl +resume +vim
set index_format="%4C %Z %{%b %d} %-16.16L %s"
|
If I understand correctly, I cycle though mboxes looking for new mail (the c command). However, as I do mutt prompts me:
Code: | Move read messages to /home/neil/mbox? ([no]/yes): |
Where did that come come from and what does it mean?
Is there a way for mutt to show me all new mail, in all folders when it starts.
Unless I start mutt from ~/Mail it will not find folder when I try to change folders (c, typing vim as the folder name). Why is that? _________________ The true guru is a teacher.
Neil Watson |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Regor Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/18898795783ebdf95b2847c.png)
Joined: 06 Aug 2002 Posts: 545 Location: 39° 2' 48" N, 120° 59' 2" W
|
Posted: Wed Jul 30, 2003 10:09 am Post subject: |
|
|
It asks this by default because it's operating under the assumption that you're reading your inbox from a system-wide mail spool directory and wish to keep messages locally once you've viewed them.
Given your setup, with procmail dumping mail locally already, you don't want this. Put the following line into your ~/.muttrc and it will go away:
Welcome to the wonderful world of mutt! _________________ Sometimes the appropriate response to reality is to go insane.
-Philip K. Dick, Valis |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
neilhwatson l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_morbo.gif)
Joined: 06 Feb 2003 Posts: 719 Location: Canada
|
Posted: Wed Jul 30, 2003 2:29 pm Post subject: |
|
|
Thanks for the tip. New question: sendmail mail from mutt. When I try to send mail I get this error:
Code: |
sendmail: Cannot open mail:25
|
My machine is running postfix locally. What is the problem? _________________ The true guru is a teacher.
Neil Watson |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pjp Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/1154772887439692d88303b.jpg)
Joined: 16 Apr 2002 Posts: 20588
|
Posted: Wed Jul 30, 2003 4:48 pm Post subject: |
|
|
Moved from Other Things Gentoo. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
neilhwatson l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_morbo.gif)
Joined: 06 Feb 2003 Posts: 719 Location: Canada
|
Posted: Wed Jul 30, 2003 5:10 pm Post subject: |
|
|
Problem solved. Seems the application was looking for a host called mail. Added it as an alias to localhost and all is well. _________________ The true guru is a teacher.
Neil Watson |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|