Wayne Richards | 1 Dec 23:04
Favicon

Re: send using command-line changes From header

I eliminated the spaces, yet still get the same result (the command-line method
doesn't get the proper "From" value).  Any other thoughts?

Wayne
>On Wed, Nov 25, 2009 at 01:07:37PM -0600, Wayne Richards wrote:
>> I'm getting different results between sending mail from the command line and
>> using mutt manually.  I can use mutt directly to send mail with the desired
>> "From" and "Reply-to" headers.  But when I use the command line, the From header
>> gets changed on me somewhere.
>> 
>> From the command line:
>> 
>> echo "message" | mutt -e 'set from = support <at> example.com' -e 'my_hdr Reply-to: support <at> example.com'
-F ~/.mutt/plainrc -s "subject" wr <at> example.com
>
>
>My first thought is that you have spaces on either side of the equals
>sign in your first -e argument.
>
>
>-- 
>Monte

Buzzer | 2 Dec 07:19
Picon

Links in message body.

Can I make http and ftp links in plain text message body accessible for
Lynx browser?

--

-- 
/Buzzer         () кампания ascii ribbon - против писем в html формате
                /\ www.asciiribbon.org   - против проприетарных вложений

Michael Wagner | 2 Dec 09:17
Picon

Re: Links in message body.

* Buzzer <4625khz <at> gmail.com> 02.12.2009
> Can I make http and ftp links in plain text message body accessible for
> Lynx browser?

Yes, you can use 'urlview' or 'urlscan'.

Package: urlview
Version: 0.9-18.1
Depends: libc6 (>= 2.3.4), libncurses5 (>= 5.6+20071006-3)
Recommends: elinks | www-browser
Suggests: mutt, ncftp2 | lftp | ncftp, wget | snarf, mimedecode
Description: Extracts URLs from text
 This utility is used to extract URL from text files, especially from mail
 messages in order to launch some browser to view them. This used to be a
 part of mutt but has now become an independent tool.

Package: urlscan
Version: 0.5.6-0.1
Depends: python, python-central (>= 0.6), python-urwid
Suggests: mutt, www-browser
Description: Extract and browse the URLs contained in an email (urlview 
replacement)
 urlscan searches for URLs in email messages, then displays a list of
 them in the current terminal.  It is primarily meant as a replacement
 for urlview, which it improves upon in the following ways:
 .
  * urlscan understands email encodings such as quoted-printable;
    urlview does not.
  * urlscan extracts and displays the context surrounding each URL.
Python-Version: current
(Continue reading)

Picon

Re: Links in message body.

> -----Ursprüngliche Nachricht-----
> Von: "Buzzer" <4625khz <at> gmail.com>
> Gesendet: 02.12.09 07:20:32
> An: 52-mutt-users <mutt-users <at> mutt.org>
> Betreff: Links in message body.

> Can I make http and ftp links in plain text message body accessible for
> Lynx browser?
> 
> -- 
> /Buzzer         () ËÁÍÐÁÎÉÑ ascii ribbon - ÐÒÏÔÉ× ÐÉÓÅÍ × html ÆÏÒÍÁÔÅ
>                 /\ www.asciiribbon.org   - ÐÒÏÔÉ× ÐÒÏÐÒÉÅÔÁÒÎÙÈ ×ÌÏÖÅÎÉÊ
> 
>

Ciao,

install urlview and make it use lynx.

cheers
markus
____________________________________________________________________
Sarah Kreuz, die DSDS-Siegerin der Herzen, mit ihrem eindrucksvollen
Debütalbum "One Moment in Time". http://produkte.web.de/go/05/

Attachment (smime.p7s): application/pkcs7-signature, 1758 bytes
Monte Stevens | 2 Dec 18:36
Picon
Favicon

Re: send using command-line changes From header

On Tue, Dec 01, 2009 at 04:04:36PM -0600, Wayne Richards wrote:
> I eliminated the spaces, yet still get the same result (the
> command-line method doesn't get the proper "From" value).  Any other
> thoughts?

Well, I've attempted to do what you're doing and I can make it work
here (I guess).  What I'm doing is the following.

1. I used the muttrc file you provided and commented out anything that
didn't seem relevant to a command line send operation.  (This left only
the use_envelope_from line.)

2. I used the command line string you provided and modified it slightly.
This is what it ended up looking like:

echo "message" | mutt -e 'set from="Support Guy <support <at> example.com>"'
-e 'my_hdr Reply-to: support <at> example.com' -F ~/.mutt/plainrc -s
"subject" monte <at> downstairs.invalid

The message I received had these headers:

From: Support Guy <support <at> example.com>
Subject: subject
To: monte <at> downstairs.invalid
Reply-To: support <at> example.com
User-Agent: Mutt/1.5.20 (2009-06-14)

So, I guess you could try what I'm doing -- although all I'm doing
differently is simplifying the muttrc and fancying up the from variable.
One thing you could look at is your system muttrc file.  Some trouble
(Continue reading)

Kyle Wheeler | 2 Dec 19:07

Re: PGP/MIME for Outlook (was: mutt feeds more to gnupg than it


On Monday, November 30 at 08:04 PM, quoth martin f krafft:
> This is going off-topic, but I'd appreciate a response. GpgOL might 
> be able to decipher PGP/MIME, which would be a grand step,

Apparently it can.

> but last I checked, it couldn't create PGP/MIME, only inline.

I haven't checked recently either; when I get some time, I'll fire up 
the ole XP virtual machine to check it out.

~Kyle
--

-- 
It is dangerous to be right when the government is wrong.
                                                            -- Voltaire
Wayne Richards | 2 Dec 19:40
Favicon

Re: send using command-line changes From header

I'm not sure why, but I finally got the results I wanted by adding
"-e 'set realname=support <at> example.com'" to the mix.  Thanks for the
assistance.

Wayne
On Wed, Dec 02, 2009 at 01:36:54PM -0400, Monte Stevens wrote:
> On Tue, Dec 01, 2009 at 04:04:36PM -0600, Wayne Richards wrote:
> > I eliminated the spaces, yet still get the same result (the
> > command-line method doesn't get the proper "From" value).  Any other
> > thoughts?
> 
> Well, I've attempted to do what you're doing and I can make it work
> here (I guess).  What I'm doing is the following.
> 
> 1. I used the muttrc file you provided and commented out anything that
> didn't seem relevant to a command line send operation.  (This left only
> the use_envelope_from line.)
> 
> 2. I used the command line string you provided and modified it slightly.
> This is what it ended up looking like:
> 
> echo "message" | mutt -e 'set from="Support Guy <support <at> example.com>"'
> -e 'my_hdr Reply-to: support <at> example.com' -F ~/.mutt/plainrc -s
> "subject" monte <at> downstairs.invalid
> 
> 
> The message I received had these headers:
> 
> From: Support Guy <support <at> example.com>
> Subject: subject
(Continue reading)

Gen-Paul | 2 Dec 23:01
Picon

Re: Links in message body.

Buzzer wrote:
> Can I make http and ftp links in plain text message body accessible for
> Lynx browser?
>    
I coded the following macros in my ~/.muttrc:

macro index \cv |elinks\n
macro pager \cv |elinks\n

When I hit Ctrl-V, the message under the cursor is piped to the E Links 
web browser.

I can see all the links in context and navigate them as if the message 
had been html.

Maybe you could convince lynx to display plain text messages as if they 
were html?

Gen-Paul.

Buzzer | 3 Dec 02:20
Picon

Re: Links in message body.

 2-Dec-2009 числа в 17:01 часов, Gen-Paul написал(а) следующее:

>> Can I make http and ftp links in plain text message body accessible
>> for Lynx browser?
>>    
> macro index \cv |elinks\n
> macro pager \cv |elinks\n
>
> When I hit Ctrl-V, the message under the cursor is piped to the E
> Links web browser.
>
> Maybe you could convince lynx to display plain text messages as if
> they were html?
By pressing hot key? Then tell me more about it, please.

--

-- 
/Buzzer         () кампания ascii ribbon - против писем в html формате
                /\ www.asciiribbon.org   - против проприетарных вложений

Gen-Paul | 3 Dec 05:46
Picon

Re: Links in message body.

Buzzer wrote:
>   2-Dec-2009 числа в 17:01 часов, Gen-Paul написал(а) следующее:
>
>    
>>> Can I make http and ftp links in plain text message body accessible
>>> for Lynx browser?
>>>
>>>        
>> macro index \cv |elinks\n
>> macro pager \cv |elinks\n
>>
>> When I hit Ctrl-V, the message under the cursor is piped to the ELinks
>> web browser.
>>
>> Maybe you could convince lynx to display plain text messages as if
>> they were html?
>>      
> By pressing hot key? Then tell me more about it, please.
>
>    
For some reason the bit where wrote that I have coded the following in 
my .muttrc
seems to have disappeared.

Here's a more detailed description:

macro   : tell mutt that the rest of the line is a macro, that you are 
going to
           associate a key combo to an action

(Continue reading)


Gmane