Mutt keeps on moving read mail from /var/mail/user

2001-01-22 Thread Daniel de los Reyes
I have set set nomove in my .muttrc , however every mail message that I read in 
/var/mail/dadecal gets moved to $Home/mbox. This is very annoying and I 
understand it shouldn't be happening since I set the nomove setting.
How can I get rid of it?

I attach my .muttrc file


-- 
__
Daniel de los Reyes
S2-Selling Soluciones
Valencia Spain
e-mail: [EMAIL PROTECTED]
Powered by Debian GNU-Linux 2.2r2
__
set folder=~/Mail   # where i keep my mailboxes
set nomove  # Que los mensajes no se muevan al leerlos?
#set mbox=+mbox # Donde est´a mi buzon de Correo
#set abort_unmodified=yes   # automatically abort replies if I don't
# change the message
set alias_file=~/.mail_aliases  # where I keep my aliases
set allow_8bit  # never do Q-P encoding on legal 8-bit chars
set arrow_cursor# use - instead of hiliting the whole line
#set ascii_chars# use ASCII instead of ACS chars for threads
#set askbcc
#set askcc
#set attribution=On %d, %n wrote: # how to attribute replies
set autoedit# go to the editor right away when composing
#set auto_tag   # always operate on tagged messages
set charset=iso-8859-1# character set for your terminal
set noconfirmappend # don't ask me if i want to append to mailboxes
#set confirmcreate  # prompt when creating new files
set copy=yes# always save a copy of outgoing messages
set delete=yes  # purge deleted messages without asking
set edit_headers# let me edit the message header when composing
#set editor=emacs -nw # editor to use when composing messages
set editor=vi
#set fast_reply # skip initial prompts when replying
#set fcc_attach # keep attachments in copies of sent messages?
#set force_name # fcc by recipient, create if mailbox doesn't 
exist
#set forward_decode # weed and MIME decode forwaded messages
#set forward_format=[%a: %s]  # subject to use when forwarding messages
#set forward_quote  # quote the header and body of forward msgs
#set hdr_format=%4C %Z %{%m/%d} [%2N] %-15.15F (%4c) %s
set hdr_format=%4C %Z %{%m/%d} %-15.15F (%4c) %s # format of the index
#set hdrs   # include `my_hdr' lines in outgoing messages
#set header # include message header when replying
set help# show the help lines
#set history=20 # number of lines of history to remember
set hostname=s2-selling.com   # my DNS domain
set include # always include messages when replying
set indent_string=   # how to quote replied text
#set locale=C # locale to use for printing time
#set mailcap_path=~/.mailcap:/usr/local/share/mailcap
set nomark_old  # i don't care about whether a message is old
set mail_check=10   # how often to poll for new mail
#set mbox=+mbox # where to store read messages
#set menu_scroll# no implicit next-page/prev-page
#set metoo  # remove my address when replying
set mime_forward# use message/rfc822 type to forward messages
set move=yes# don't ask about moving messages, just do it
#set pager=less # some people prefer an external pager
#set pager_context=3# no. of lines of context to give when scrolling
#set pager_format=-%S- %-20.20f %s# format of the pager status bar
set pager_index_lines=6 # how many index lines to show in the pager
#set pager_stop # don't move to the next message on next-page
#set pgp_strict_enc # use Q-P encoding when needed for PGP
set postponed=+postponed# mailbox to store postponed messages in
#set post_indent_string='---end quoted text---'
#set print=ask-yes  # ask me if I really want to print messages
set print_command=/bin/false# how to print things (I like to save trees)
set noprompt_after  # ask me for a command after the external pager exits
#set quote_regexp=^ *[a-zA-Z]*[:#}]  # how to catch quoted text
set read_inc=25 # show progress when reading a mailbox
#set recall # prompt to recall postponed messages
set record=+sent-mail   # default location to save outgoing mail
set reply_to# always use reply-to if present
#set reply_regexp=^(re:[ \t]*)+# how to identify replies in the subject:
#set resolve# move to the next message when an action is performed
#set reverse_alias  # attempt to look up my names for people
set reverse_name# use my address as it appears in the message
# i am replying to
set nosave_empty

Re: Mutt keeps on moving read mail from /var/mail/user

2001-01-22 Thread Remco van de Meent
Daniel de los Reyes wrote:
 I have set set nomove in my .muttrc , however every mail message that
 I read in /var/mail/dadecal gets moved to $Home/mbox. This is very
 annoying and I understand it shouldn't be happening since I set the
 nomove setting. How can I get rid of it?
 
 I attach my .muttrc file

 set move=yes  # don't ask about moving messages, just do it

You should set that one to no I think.

cheers,
Remco.



Re: Mutt keeps on moving read mail from /var/mail/user

2001-01-22 Thread Daniel de los Reyes
That fixed it, thank you.

On Mon, Jan 22, 2001 at 11:02:48AM +0100, Remco van de Meent wrote:
 Daniel de los Reyes wrote:
  I have set set nomove in my .muttrc , however every mail message that
  I read in /var/mail/dadecal gets moved to $Home/mbox. This is very
  annoying and I understand it shouldn't be happening since I set the
  nomove setting. How can I get rid of it?
  
  I attach my .muttrc file
 
  set move=yes# don't ask about moving messages, just 
  do it
 
 You should set that one to no I think.
 
 cheers,
 Remco.

-- 
__
Daniel de los Reyes
S2-Selling Soluciones
Valencia Spain
e-mail: [EMAIL PROTECTED]
Powered by Debian GNU-Linux 2.2r2
__