Forwarding mail with attachments?

2015-06-15 Thread David Woodfall

Hi

Is there a way of forwarding an email and all attachments too?

I know that bouncing does this, but forwarding is preferable for some
things.

Thanks



Re: Forwarding mail with attachments?

2015-06-15 Thread bastian-muttuser
On 15Jun15 08:41 +0100, David Woodfall wrote:
> Is there a way of forwarding an email and all attachments too?

Attachments are forwarded if you answer 'yes' to 'forwarding as
attachment?'.  Drawback is, you cannot reply-inline.

-- 
Bastian


Re: saving messages to files/permissions?

2015-06-15 Thread Chris Bannister
On Sat, Jun 13, 2015 at 09:59:40PM -0700, Tom Fowle wrote:
> Greetings all,
> Not sure if this may be a debian problem but
> 
> I often save individual incomming emails in seperate files in my home
> directory with the mutt "s" command.
> 
> In any session, the first time I save to a particular file it goes fine.
> 
> However if I try to save another message to the same file, I get
> "Permission denied."

I run Debian, and I don't have that problem so I can validate that it is
not a Debian problem.

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X


Re: Forwarding mail with attachments?

2015-06-15 Thread Václav Ovsík
Hi,

On Mon, Jun 15, 2015 at 08:41:50AM +0100, David Woodfall wrote:
> Hi
> 
> Is there a way of forwarding an email and all attachments too?
> 
> I know that bouncing does this, but forwarding is preferable for some
> things.

I have in my .muttrc

# forwarding
set mime_forward=yes
set mime_forward_rest=yes

Cheers
-- 
Zito


Re: saving messages to files/permissions?

2015-06-15 Thread Matthias Apitz
El día Monday, June 15, 2015 a las 07:43:18AM +1200, Chris Bannister escribió:

> On Sat, Jun 13, 2015 at 09:59:40PM -0700, Tom Fowle wrote:
> > Greetings all,
> > Not sure if this may be a debian problem but
> > 
> > I often save individual incomming emails in seperate files in my home
> > directory with the mutt "s" command.
> > 
> > In any session, the first time I save to a particular file it goes fine.
> > 
> > However if I try to save another message to the same file, I get
> > "Permission denied."

To the OP: Can you please post here:

$ ls -ld .
$ ls -l file-to-save-in
$ id

matthias
-- 
Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211
+49-176-38902045
"Wenn der Mensch von den Umständen gebildet wird, so muß man die Umstände 
menschlich bilden."
"Si el hombre es formado por las circunstancias entonces es necesario formar 
humanamente
las circunstancias", Karl Marx in Die heilige Familie / La sagrada familia (MEW 
2, 138)


Re: Forwarding mail with attachments?

2015-06-15 Thread Christian Ebert
* David Woodfall on Monday, June 15, 2015 at 08:41:50 +0100
> Is there a way of forwarding an email and all attachments too?

set mime_forward=ask-no

or similar. Also check the mime_forward_rest option.

-- 
Auftreten Tarzan und Martha -
ich hatte Sankt Pauli unterschätzt.

_MICHAEL WEBER: MARTHA_ --->> http://www.blacktrash.org/baustellen/#martha


Re: saving messages to files/permissions?

2015-06-15 Thread bastian-muttuser
On 15Jun15 11:31 +0200, Matthias Apitz wrote:
> To the OP: Can you please post here:
> 
> $ ls -ld .
> $ ls -l file-to-save-in
> $ id

In addition:

df -T .
mutt -v


Cheers,

-- 
Bastian


(no subject)

2015-06-15 Thread Staffan Thomén

unsubscribe


Re: Fetching patches from a mailinglist with mutt

2015-06-15 Thread Eric Wong
Oliver Graute  wrote:
> Hello,
> 
> I would like to apply patches received from a public mailinglist to a 
> git repository. There for i'am looking for an easy to handle maintainer
> workflow for mutt and git. How do maintainers of known open source
> projects handle these workflow with incoming patches?

I use the following macros to apply patches directly from mutt (once I'm
in a project working directory):

macro index A ":unset pipe_decode\n|(umask 0022 && git am -3)\n:set 
pipe_decode\n"
macro pager A ":unset pipe_decode\n|(umask 0022 && git am -3)\n:set 
pipe_decode\n"

I will often save/copy messages to a separate mbox and apply them all at
once with "git am", perhaps editing them a little first (commit message
fixes/addendums, adding signed-off-by: tags, etc...)


Re: (no subject)

2015-06-15 Thread Matthias Apitz
El día Monday, June 15, 2015 a las 07:45:02PM +0300, Staffan Thomén escribió:

> unsubscribe

No! I will not unsubscribe me.

-- 
Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211
+49-176-38902045
"Wenn der Mensch von den Umständen gebildet wird, so muß man die Umstände 
menschlich bilden."
"Si el hombre es formado por las circunstancias entonces es necesario formar 
humanamente
las circunstancias", Karl Marx in Die heilige Familie / La sagrada familia (MEW 
2, 138)


Re: (no subject)

2015-06-15 Thread Артур Истомин
On Mon, Jun 15, 2015 at 07:45:02PM +0300, Staffan Thomén wrote:
> unsubscribe

Come on, Staffan! Where are you going?!
> 


Re: (no subject)

2015-06-15 Thread Patrick Shanahan
* Артур Истомин  [06-15-15 15:34]:
> On Mon, Jun 15, 2015 at 07:45:02PM +0300, Staffan Thomén wrote:
> > unsubscribe
> 
> Come on, Staffan! Where are you going?!

Well, if he can't figure it out, probably has no business with mutt :) 
doah
-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
Registered Linux User #207535@ http://linuxcounter.net


Re: saving messages to files/permissions?

2015-06-15 Thread Tom Fowle
All,
the problem has resolved its self If it occurrs again, I will follow these
requests.

Thanks and sorry for the non-repeatable non-issue?
Tom

On Mon, Jun 15, 2015 at 12:59:17PM +0200, bastian-muttu...@t6l.de wrote:
> On 15Jun15 11:31 +0200, Matthias Apitz wrote:
> > To the OP: Can you please post here:
> > 
> > $ ls -ld .
> > $ ls -l file-to-save-in
> > $ id
> 
> In addition:
> 
> df -T .
> mutt -v
> 
> 
> Cheers,
> 
> -- 
> Bastian