Hi, there
Can I do something like:
if have_X
editor = "gvim -f"
else
editor = "vim"
end
in my .muttrc file?
Thanks.
Bo
Hi all!
I have a little problem displaying the Euro symbol (among some others)
in mutt. It always ends up in "\200" instead of the Euro symbol. I use
XTerm as my terminal. Maybe that's of interest for someone.
Mails in which the Euro symbol is displayed wrong were sent with
Content-Type
On Wed, Aug 14, 2002 at 04:11:50PM +0200, Marc wrote:
> Hi all!
>
> I have a little problem displaying the Euro symbol (among some others)
> in mutt. It always ends up in "\200" instead of the Euro symbol. I use
> XTerm as my terminal. Maybe that's of interest for someone.
>
> Mails in which the
On Wed 14-Aug-2002 at 04:11:50PM +0200, Marc wrote:
>
> Mails in which the Euro symbol is displayed wrong were sent with
>
> Content-Type: text/plain; charset="iso-8859-1"
> Content-Transfer-Encoding: 8bit
Broken sending software, iso-8859-1 doesn't contain a Euro symbol, ¤.
The en
On Wed, Aug 14, 2002 at 04:11:50PM +0200, Marc wrote:
> Hi all!
>
> I have a little problem displaying the Euro symbol (among some others)
> in mutt. It always ends up in "\200" instead of the Euro symbol. I use
> XTerm as my terminal. Maybe that's of interest for someone.
..]
> Content-Typ
On Tue, Aug 13, 2002 at 05:18:36PM -0700, Andy Davidson muttered:
> On Tue, Aug 13, 2002 at 03:33:51PM -0700, Sam Peterson wrote:
> > Does Emacs say anything when it starts up? Something to the effect of
> > "Symbol's value as function is void"?
>
> Nope. No error messages at all.
To determine
On Tue, 13 Aug 2002, Andy Davidson wrote:
> > I am in mal mode now. I can see --:** mutt-. (Mail Fill)--L9-All
> > but no color. Do I need to add something else to my .emacs?
>
> I'm really not the one to answer this --- you'll note that I was the
> one having problems :-) --- but I hav
* On 2002.08.14, in <[EMAIL PROTECTED]>,
* "Bruno Postle" <[EMAIL PROTECTED]> wrote:
>
> Broken sending software, iso-8859-1 doesn't contain a Euro symbol, ¤.
>
> The encoding should be iso-8859-15. If you can't see the Euro at the
> end of the line above, then you have a problem with you
At 11:33 PM EDT on August 13 Andy Davidson sent off:
> On Tue, Aug 13, 2002 at 09:35:49PM -0500, Bo Peng wrote:
> > I am in mal mode now. I can see --:** mutt-. (Mail Fill)--L9-All
>
> I'm really not the one to answer this --- you'll note that I was the
> one having problems :-) --- but I hav
At 9:50 AM EDT on August 14 Bo Peng sent off:
> Hi, there
>
> Can I do something like:
>
> if have_X
> editor = "gvim -f"
> else
> editor = "vim"
> end
>
> in my .muttrc file?
I don't think so, but instead of putting something like that in each
application's configuration file, you can pu
Hi there,
I am trying to convert to using imap(s) with mutt (version 1.4i).
I am running into a few problems which very well may be due to a
misconfiguration on my part.
1) When I start mutt the following screen comes up (I am using imaps):
=
Yes. M-x font-lock-mode solves the problem. Thank you.
Bo
On Tue, Aug 13, 2002 at 08:41:32PM -0700, Vineet Kumar wrote:
> * Bo Peng ([EMAIL PROTECTED]) [020813 19:36]:
> > I am in mal mode now. I can see --:** mutt-. (Mail Fill)--L9-All
> > but no color. Do I need to add something else
* Bo Peng <[EMAIL PROTECTED]>, 2002-08-14 20:39 +0200:
> Hi, there
>
> Can I do something like:
>
> if have_X
> editor = "gvim -f"
> else
> editor = "vim"
> end
>
> in my .muttrc file?
set editor="[ -z $DISPLAY ] && vim || gvim -f"
(untested) should do for bash.
-Andre
On Wed 14-Aug-2002 at 11:17:25 -0700, Martin Siegert wrote:
>
> 1) When I start mutt the following screen comes up (I am using imaps):
>
> -- Mutt: SSL Certificate check (r)eject, accept (o)nce
You need to specify where you want to save certificates:
set certificate_file=~/.mutt-certif
On Wed, Aug 14, 2002 at 20:07:04 +0100, Bruno Postle wrote:
> Change your $index_format so that the size of messages is shown in
> 'bytes' instead of 'lines' - Search for 'index_format' in the manual.
BTW, is there a way to have the default size in lines, but in KB
(with the suffix 'k') when the
Hi,
I have received an attachment with the following Content headers:
---559023410-758783491-1029297308=:3487
Content-Type: APPLICATION/ZIP; name="SA400_LF_revC_0401.zip"
Content-Transfer-Encoding: BASE64
Content-ID:
Content-Description:
Content-Disposition: attachment; filename="SA400_LF_revC
On Tue, Aug 13, 2002 at 08:34:17PM -0700, Michael Elkins wrote:
> David Jardine wrote:
> > I recently filed a bug report concerning an error
> > in the muttrc manpage, but it seemed a bit heavy-
> > handed to do it this way. (This was the first time
> > I've ever dared to file a bug report anyw
On Wed, Aug 14, 2002 at 04:11:50PM +0200, Marc wrote:
> I have a little problem displaying the Euro symbol (among some others)
> in mutt. It always ends up in "\200" instead of the Euro symbol. I use
> XTerm as my terminal. Maybe that's of interest for someone.
>
> Mails in which the Euro symbol
On my system I press "v" to see a list of all attachments and then
highlight one an press "s" to save it. You are given an opportunity to
enter a filename. You can even configure the default location for saved
attachments.
>On 14/08/02, from the brain of Deb tumbled:
> Hi,
>
> I have received
Michael Montagne <[EMAIL PROTECTED]> had this to say,
> On my system I press "v" to see a list of all attachments and then
> highlight one an press "s" to save it. You are given an opportunity to
> enter a filename.
Of course! okay, I can save it and unzip
it manually.
> You can even conf
I have this macro defined:
macro attach s ~/Attach/
It redefines the default "s"
>On 14/08/02, from the brain of Deb tumbled:
> Michael Montagne <[EMAIL PROTECTED]> had this to say,
> > On my system I press "v" to see a list of all attachments and then
> > highlight one an press "s" to save it.
* Mark J. Reed ([EMAIL PROTECTED]) [020814 07:58]:
> On Wed, Aug 14, 2002 at 04:11:50PM +0200, Marc wrote:
> > Hi all!
> >
> > I have a little problem displaying the Euro symbol (among some others)
> > in mutt. It always ends up in "\200" instead of the Euro symbol. I use
> > XTerm as my terminal
* On 2002.08.14, in <[EMAIL PROTECTED]>,
* "David Champion" <[EMAIL PROTECTED]> wrote:
>
> What if I see a circle with an x through it instead
> of a Euro? I'm using the font aliased as 10x20
> ("-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1"), on
> Solaris 9's X11R6. I realize
Hello Marc,
On Wednesday, August 14, 2002 at 4:11:50 PM +0200, Marc wrote:
> It always ends up in "\200" instead of the Euro symbol. [...] Mails in
> which the Euro symbol is displayed wrong were sent with
> Content-Type: text/plain; charset="iso-8859-1"
> ... mostly by MS Outlook.
T
Hello Mark,
Strange: You quote and attribute OP Marc, but your mail appears as a
reply to Thomas. What happened?
On Wednesday, August 14, 2002 at 10:57:32 AM -0400, Mark J. Reed wrote:
> Has the Euro symbol been added to Latin-1?
No. Latin-1 has not changed, and will never change. It
I'm playing around a bit with rox. There is a feature called Send-to.
It will take a selection of files and pass them to a program. What I'd
like is to pass the files to mutt and have them be the attachments.
I tried:
konsole -e mutt -a "$@"
in a shell script but it appears that the "-a" argument
On Wed, Aug 14, 2002 at 05:38:41PM -0700, Michael Montagne wrote:
> I'm playing around a bit with rox. There is a feature called Send-to.
> It will take a selection of files and pass them to a program. What I'd
> like is to pass the files to mutt and have them be the attachments.
> I tried:
> kon
All,
I figure this question has been asked before, but I can't find it
anywhere. Is there any way to switch the key-bindings while line-editing
(like at the 'To:' prompt or at any other prompt that *mutt* brings up)
to simple vi-style key bindings (I'm thinking of a patch here)? Much
like you e
28 matches
Mail list logo