[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote on Mon, 22 May 2000:
> 0- I accidentaly deleted the "DON'T DELETE THIS MESSAGE" mail message
> ... should I reinstall mutt? What should I do?

This message is created by Pine or UW-IMAP (if you use that).
Mutt doesn't need it, but Pine and/or UW-IMAP will likely re-create
it.

> 1- to set my own email address when sending email: should I use my_hdr
> From: [EMAIL PROTECTED]? Or will that just create a new "From:" field in
> the header?

You can use my_hdr, but since you have Mutt 1.2, you could also just
set $realname and $from (the latter should have the desired email
address and nothing else, the name part goes into $realname).

> 2- To have all messages from the address [EMAIL PROTECTED] moved to a
> mailbox called "mailbox1", must I use procmail for that? Or does mutt do
> that? (I had a look at mbox-hook but it doesn't seem to make any
> distinction between the messages inside a particular mailbox based on
> the "From:" field; am I right?)

You can do that with Mutt, but it depends what purpose you want..
If you want automatic filtering of incoming emails, then you want to
do it with procmail.  If you just want to save those messages from a
folder, because you want to save them, then you can just Mutt message
tagging and then tag-save.

  T~f address@domain<enter>
  ;smailbox1

T - tag messages matcing pattern
"~f address@domain" - the pattern, all messages from "address@domain"
; - apply next command to all tagged messages
s - save
"mailbox1" the mailbox name

But like I said, this is not suitable for automatic filteration of
incoming mail.

> 4- what is the path of the mailboxes mutt creates? At the main index mutt says it is 
>looking at "/var/spool/mail/manel", but where is the other mailbox ("mailbox2") I 
>created inside mutt?

By default, Mutt puts all files/folders in the current directory, the
directory where you were in when you started Mutt.

You can use the = (or +) prefix to save to the directory set in $folder.
Eg. if $folder is "~/Mail", then =mailbox1 would be "~/Mail/mailbox1".


Bob Bell <[EMAIL PROTECTED]> wrote on Mon, 22 May 2000:
> > 3- to save a certain message to a file, what command should I use? If I press "s", 
>mutt asks for a mailbox to save the message in... 
> 
>     So just enter the file name... (a mailbox is just a file)

That depends on the folder format, but the "mbox" (default) format is a
simple file yes.


Regards,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
Make it idiot-proof and someone will make a better idiot.

Reply via email to