* [gentoo-user] mutt question
@ 2005-08-06 22:57 David H. Askew
2005-08-07 1:16 ` Philip Webb
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: David H. Askew @ 2005-08-06 22:57 UTC (permalink / raw
To: gentoo-user
whenever I send an email with mutt to a mailing list, (like I am now),
and I receive a copy of my own post, mutt displays the From: information
different for my emails
example:
421 F Aug06 To dhaskew@eart test
I have set realname="myrealname" set in my .muttrc ....
is this a feature ?
can I make these emails look like the others ? ... with proper names
any help would be appreciated ...
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] mutt question
2005-08-06 22:57 [gentoo-user] mutt question David H. Askew
@ 2005-08-07 1:16 ` Philip Webb
2005-08-07 1:36 ` David H. Askew
2005-08-07 4:38 ` [gentoo-user] " Moshe Kaminsky
2005-08-07 22:26 ` [gentoo-user] " Willie Wong
2 siblings, 1 reply; 7+ messages in thread
From: Philip Webb @ 2005-08-07 1:16 UTC (permalink / raw
To: gentoo-user
050806 David H. Askew wrote:
> whenever I send an email with mutt to a mailing list like I am now,
> and I receive a copy of my own post,
> Mutt displays the From: information different for my emails : eg
> 421 F Aug06 To dhaskew@eart test
> I have set realname="myrealname" set in my .muttrc ....
If you use Ssmtp as your MTA, change /etc/ssmtp/ssmtp.conf like mine :
# Set this to never rewrite the "From:" line (unless not given)
# and to use that address in the "from line" of the envelope.
# PP 050302 : uncommented to get 'Philip Webb' in from line : ok
FromLineOverride=YES
That solved the problem for me.
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] mutt question
2005-08-07 1:16 ` Philip Webb
@ 2005-08-07 1:36 ` David H. Askew
0 siblings, 0 replies; 7+ messages in thread
From: David H. Askew @ 2005-08-07 1:36 UTC (permalink / raw
To: gentoo-user
i'm actually using nbsmtp, but I don't think its actually a header
problem, but rather a mutt display problem ....
... thanks for the suggestion anyway ....
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: mutt question
2005-08-06 22:57 [gentoo-user] mutt question David H. Askew
2005-08-07 1:16 ` Philip Webb
@ 2005-08-07 4:38 ` Moshe Kaminsky
2005-08-07 4:54 ` Philip Webb
2005-08-07 4:55 ` David H. Askew
2005-08-07 22:26 ` [gentoo-user] " Willie Wong
2 siblings, 2 replies; 7+ messages in thread
From: Moshe Kaminsky @ 2005-08-07 4:38 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]
* David H. Askew <dhaskew@earthlink.net> [07/08/05 02:12]:
>
> whenever I send an email with mutt to a mailing list, (like I am now),
> and I receive a copy of my own post, mutt displays the From: information
> different for my emails
>
> example:
>
> 421 F Aug06 To dhaskew@eart test
>
> I have set realname="myrealname" set in my .muttrc ....
>
> is this a feature ?
Yes, it is. The idea is that usually you know you've sent the message,
and it is more useful to see who you sent it to. This is controlled by
the 'index_format' option. You probably have an %F there. You can change
to %f or %n if you don't like it.
Moshe
>
> can I make these emails look like the others ? ... with proper names
>
> any help would be appreciated ...
>
>
>
> --
> gentoo-user@gentoo.org mailing list
>
--
I love deadlines. I like the whooshing sound they make as they fly by.
-- Douglas Adams
Moshe Kaminsky <kaminsky@math.huji.ac.il>
Home: 08-9456841
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: mutt question
2005-08-07 4:38 ` [gentoo-user] " Moshe Kaminsky
@ 2005-08-07 4:54 ` Philip Webb
2005-08-07 4:55 ` David H. Askew
1 sibling, 0 replies; 7+ messages in thread
From: Philip Webb @ 2005-08-07 4:54 UTC (permalink / raw
To: gentoo-user
050807 Moshe Kaminsky wrote:
> This is controlled by the 'index_format' option.
> You probably have an %F there.
> You can change to %f or %n if you don't like it.
Yes, apparently I made 2 changes to the default. I have :
# set index_format="%4C %Z %{%b %d} %-15.15L (%4l) %s"
set index_format="%4C %Z %D %-20.20n %5l %s" # PP 031015 for Gentoo
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: mutt question
2005-08-07 4:38 ` [gentoo-user] " Moshe Kaminsky
2005-08-07 4:54 ` Philip Webb
@ 2005-08-07 4:55 ` David H. Askew
1 sibling, 0 replies; 7+ messages in thread
From: David H. Askew @ 2005-08-07 4:55 UTC (permalink / raw
To: gentoo-user
... yep, you were right .. thanks
before
---------------
set index_format="%4C %Z %[%b%d] %-15.15F %s"
after
---------------
set index_format="%4C %Z %[%b%d] %-15.15n %s"
... i forgot how unbelievably flexible and customizable mutt was ... and
that behavior was bothering me ...
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] mutt question
2005-08-06 22:57 [gentoo-user] mutt question David H. Askew
2005-08-07 1:16 ` Philip Webb
2005-08-07 4:38 ` [gentoo-user] " Moshe Kaminsky
@ 2005-08-07 22:26 ` Willie Wong
2 siblings, 0 replies; 7+ messages in thread
From: Willie Wong @ 2005-08-07 22:26 UTC (permalink / raw
To: gentoo-user
It is a feature. Mutt gives you the option of saving local copy of
mail when you send. If all the mail in your sent mail folder displays
as "From: David H. Askew", you'll never be able to tell which is which
(=
I've never actually tried to set that behaviour differently, try
looking at the mutt manual
http://www.mutt.org/doc/manual/
AFAIK, everything that is configurable is included in there.
HTH,
W
On Sat, Aug 06, 2005 at 06:57:59PM -0400, David H. Askew wrote:
> whenever I send an email with mutt to a mailing list, (like I am now),
> and I receive a copy of my own post, mutt displays the From: information
> different for my emails
>
> example:
>
> 421 F Aug06 To dhaskew@eart test
>
> I have set realname="myrealname" set in my .muttrc ....
>
> is this a feature ?
>
> can I make these emails look like the others ? ... with proper names
>
> any help would be appreciated ...
>
>
>
> --
> gentoo-user@gentoo.org mailing list
--
Pillage before you burn.
Sortir en Pantoufles: up 7 days, 5:46
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-08-07 22:34 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-06 22:57 [gentoo-user] mutt question David H. Askew
2005-08-07 1:16 ` Philip Webb
2005-08-07 1:36 ` David H. Askew
2005-08-07 4:38 ` [gentoo-user] " Moshe Kaminsky
2005-08-07 4:54 ` Philip Webb
2005-08-07 4:55 ` David H. Askew
2005-08-07 22:26 ` [gentoo-user] " Willie Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox