Landon Walsh | 1 Feb 09:50
Picon

Re: list reply to mailing list

mess-mate wrote:
> Hi
> how can i set (when replying) the
> 'list reply to mailing list' to 'yes' as default ??
> Best regards
> 
> mess-mate                               

My particular folder-hooks source file contains the following:

subscribe   mutt-users <at> mutt.org
send-hook   mutt-users <at> mutt.org
folder-hook INBOX/.lists.apps.mutt.users \
        'bind index r list-reply ;\
        bind pager r list-reply ;\
        macro index m <mail>mutt-users <at> mutt.org ;\
        macro pager m <mail>mutt-users <at> mutt.org ;\
        my_hdr From: Landon Walsh <landon.lists <at> gmail.com>'

where folder-hook refers to the maildir/mbox that your mda designates.
Jonas Geiregat | 1 Feb 10:01

Re: list reply to mailing list

>         my_hdr From: Landon Walsh <landon.lists <at> gmail.com>'

Just a small note that my_hdr From: is redundant now, you could change
it to set from=name <user <at> host>

Landon Walsh | 1 Feb 10:58
Picon

Re: list reply to mailing list

Jonas Geiregat wrote:
> >         my_hdr From: Landon Walsh <landon.lists <at> gmail.com>'
> 
> Just a small note that my_hdr From: is redundant now, you could change
> it to set from=name <user <at> host>

Cheers mate :)
--
Landon Walsh  <landon.lists <at> gmail.com>
pub: CDF14F1F @ pgp.mit.edu
fprint: 02C7 2E4C 65B9 E735 1913  7AF7 EE0C 86CC CDF1 4F1F
Joe Hansen | 1 Feb 20:47
Picon

Permission problems with mutt

Hi all,

I am trying to save a copy of the outgoing mail to my Inbox.

My /etc/Muttrc contains the following...
set copy=yes
set record="!"

I am getting the following error when I try to send an email from my account 
using mutt...
/var/spool/mail/joe Permission denied (errno = 13)

This error does not occur when I use another email account (joe2) on the 
same machine. What could be the problem?

Thanks for your help!
Joe.

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

Jason Helfman | 1 Feb 20:58

Re: Permission problems with mutt

You may want to start by looking at the access to and of your mailbox.
/var/spool/mail/joe

-Jason

On Wed, Feb 01, 2006 at 07:47:13PM +0000, Joe Hansen thus spake:
>Hi all,
>
>I am trying to save a copy of the outgoing mail to my Inbox.
>
>My /etc/Muttrc contains the following...
>set copy=yes
>set record="!"
>
>I am getting the following error when I try to send an email from my 
>account using mutt...
>/var/spool/mail/joe Permission denied (errno = 13)
>
>This error does not occur when I use another email account (joe2) on the 
>same machine. What could be the problem?
>
>Thanks for your help!
>Joe.
>
>_________________________________________________________________
>FREE pop-up blocking with the new MSN Toolbar ? get it now! 
>http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>
>

(Continue reading)

Joe Hansen | 1 Feb 21:08
Picon

Re: Permission problems with mutt

The file /var/spool/mai/joe does not exist on this system (RHEL 4). However 
the /var/spool/mail directory contained the following files

$ cd /var/spool/mail
$ ll
-rw-rw----  1 cory      mail     0 Jan 27 21:31 cory
-rw-rw----  1 david     mail     0 Jan 27 21:32 david
-rw-------  1 elizabeth mail     0 Jan 31 13:56 elizabet
-rw-------  1 root      root 68837 Feb  1 04:02 root

Any pointers?

Thanks for you reply Jason.

regards,
Joe.

>From: Jason Helfman <jhelfman <at> truecredit.com>
>To: Joe Hansen <joehansen12 <at> hotmail.com>
>CC: Mutt User Group <mutt-users <at> mutt.org>
>Subject: Re: Permission problems with mutt
>Date: Wed, 1 Feb 2006 11:58:52 -0800
>
>You may want to start by looking at the access to and of your mailbox.
>/var/spool/mail/joe
>
>-Jason
>
>On Wed, Feb 01, 2006 at 07:47:13PM +0000, Joe Hansen thus spake:
>>Hi all,
(Continue reading)

Joe Hansen | 1 Feb 21:36
Picon

Re: Permission problems with mutt

Thanks for your help Jason! That trick worked

I created a small script cr.sh and created the reqd file for each of the 
accounts.
cd /var/spool/mail
touch $1
chmod 660 $1
chown $1 $1
chgrp mail $1

Thought this works, I wonder why wouldn't mutt create the file anyway? I 
will have to remember to run this script for each new user added to this 
system.

Long live mutt!

A grateful mutt user,
Joe.

>From: Jason Helfman <jhelfman <at> truecredit.com>
>To: Joe Hansen <joehansen12 <at> hotmail.com>
>Subject: Re: Permission problems with mutt
>Date: Wed, 1 Feb 2006 12:13:18 -0800
>
>If you have permissions to do so, ...
>
>touch /var/spool/mail/joe
>
>On Wed, Feb 01, 2006 at 08:08:39PM +0000, Joe Hansen thus spake:
>>The file /var/spool/mai/joe does not exist on this system (RHEL 4). 
(Continue reading)

David J. Neu | 1 Feb 23:39
Picon
Favicon

Specifying folder to save outbound mail

Hi,

I know how to save out going messages to a folder by using

set record="foo"

but I'd like to be able to indicate which folder each out going
message should be saved to, either by being prompted for a folder, OR
by having messages sent by hitting Y saved to one folder and having
messages sent by hitting a different key saved to another folder.

Many thanks for any ideas!

David

Gary Johnson | 2 Feb 00:32

Re: Specifying folder to save outbound mail

On 2006-02-01, "David J. Neu" <djneu <at> acm.org> wrote:
> Hi,
>  
> I know how to save out going messages to a folder by using
>  
> set record="foo"
>  
> but I'd like to be able to indicate which folder each out going
> message should be saved to, either by being prompted for a folder, OR
> by having messages sent by hitting Y saved to one folder and having
> messages sent by hitting a different key saved to another folder.

When you've finished editing a message and are ready to hit 'y' to
send it, you are in mutt's Compose menu.  Among the headers visible
there is one like this:

     Fcc: ~/mbox

That indicates the mailbox in which mutt is going to save a copy of 
the message.  To change that mailbox manually, just type 'f'.  See
the mutt manual, sections

    2.4.  Sending Mail
    2.4.1.  Editing the message header

You can also specify an fcc-hook or an fcc-save-hook to select the 
mailbox automatically according to the pattern you specify in each 
hook.  See the mutt manual, sections

    3.15.  Specify default Fcc: mailbox when composing
(Continue reading)

Michelle Konzack | 2 Feb 09:43
Picon
Favicon

Re: list reply to mailing list

Am 2006-01-31 22:27:19, schrieb mess-mate:
> Hi
> how can i set (when replying) the
> 'list reply to mailing list' to 'yes' as default ??
> Best regards

=>      subscribe mutt-users <at> mutt.org

and then "L" to reply to list

> mess-mate                               

Greetings
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant

--

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)


Gmane