* Derrick 'dman' Hudson wrote:
> It isn't a file. Mutt creates it when you ask for it, that way it
> shows what your current (possibly non-default) key mappings are.
Thanks for your reply Derrick. No file hey... I presume I could remap the '?' key -
how would I get a dump of that output into
savanna <[EMAIL PROTECTED]> wrote:
> No file hey... I presume I could remap the '?' key - how would I get
> a dump of that output into a file? (ex M$ geek question...)
You could for instance 'set pager=vi', then edit the help section to
your tastes and save it to a file, let's say in ~/.mutt_ind
I have antiword set up as my mailcap entry for viewing MSWord docs and
it works great (thanks Sven :). What I'd also like to do, from time to
time, is pipe a *.doc to AbiWord. From the attachment menu, I've tried:
| AbiWord and | AbiWord %s and | AbiWord %s & Version one opens AbiWord
without t
On Wed, Jul 10, 2002 at 10:40:16AM -0400, John P Verel wrote:
> I have antiword set up as my mailcap entry for viewing MSWord docs and
> it works great (thanks Sven :). What I'd also like to do, from time to
> time, is pipe a *.doc to AbiWord.
The problem is that piping and opening attachments
On 07/10/02 10:51 -0400, Mark J. Reed wrote:
Like you, I have antiword set up for everyday .doc reading, and fire up
> AbiWord when antiword isn't enough. But I just save the attachment and
> then run abiword on it:
>
> s filename
> !abiword filename
Yep, that works fine. Just
Problem: With said mutt release I can't bounce messages anymore.
(I found another question in the newsgroup w/ 1.3.23, but no
solution to the problem).
Actually, the message *is* bounced, but unlike earlier releases,
it leaves both, the From: and Cc: headers untouched. So, if I
bounce a mail th
On Wed, Jul 10, 2002 at 11:30:09AM -0400, John P Verel wrote:
> > s filename
> > !abiword filename
>
> Yep, that works fine. Just looking for a shortcut. I suppose one could
> construct a macro to do the above, right?
Sure, something like this should do the trick:
macro
I have a few quick questions ...
1. Is there a way to add an address other than From: or Reply-To: to
aliases? For example, to: (common with mailin lists), cc:, or, when
there's a Reply-To:, From:? I did see the old message on saving the
message and then piping it to a script, but I was hoping
* jennyw <[EMAIL PROTECTED]> wrote:
> I have a few quick questions ...
>
> 1. Is there a way to add an address other than From: or Reply-To: to
> aliases? For example, to: (common with mailin lists), cc:, or, when
> there's a Reply-To:, From:? I did see the old message on saving the
> message a
At 17:19 +0200 10 Jul 2002, Dominik Vogt <[EMAIL PROTECTED]> wrote:
> Problem: With said mutt release I can't bounce messages anymore.
> Actually, the message *is* bounced, but unlike earlier releases,
> it leaves both, the From: and Cc: headers untouched. So, if I
That's how it's always worke
On 07/10/02 11:37 -0400, Mark J. Reed wrote:
> macro attach a s/tmp/foo.doc\r!abiword/tmp/foo.doc\r
>
Almost. I got this to work:
macro attach a "\cu~/tmp/foo.doc\n!AbiWord ~/tmp/foo.doc\n"
Without ^U, the original name of the attachment was being appended to
foo.doc. The is just in
I want to save a copy of each message I send saved into the current
folder. Didn't think this would work:
folder-hook (.) set record=$1
and it didn't.
I'd also like a second copy saved into a 'sent-mail' folder.
Thanks for the help!
--
Mark
On Wed, Jul 10, 2002 at 12:23:35PM -0400, John P Verel wrote:
> On 07/10/02 11:37 -0400, Mark J. Reed wrote:
>
> > macro attach a s/tmp/foo.doc\r!abiword/tmp/foo.doc\r
> >
> Almost.
Sorry. My version worked fine on my system.
> I got this to work:
>
> macro attach a "\cu~/tmp/foo.do
On Wed, Jul 10, 2002 at 09:03:04AM +0200, Rocco Rutte wrote:
> Hi,
>
> * Martin Siegert [02-07-10 08:34:56 +0200] wrote:
> > I am planning to replace elm and pine with mutt as the
> > university wide default email reader.
>
> Just do:
>
> $ rm `which elm`
> $ ln -s `which pine` /bin/false
>
On Wed, Jul 10, 2002 at 11:19:45AM -0500, Aaron Schrab wrote:
> At 17:19 +0200 10 Jul 2002, Dominik Vogt <[EMAIL PROTECTED]> wrote:
> > Problem: With said mutt release I can't bounce messages anymore.
>
> > Actually, the message *is* bounced, but unlike earlier releases,
> > it leaves both, the
Hi,
* Mark [02-07-10 20:10:11 +0200] wrote:
> I want to save a copy of each message I send saved into
> the current folder. Didn't think this would work:
> folder-hook (.) set record=$1
> and it didn't.
What I recently picked up (didn't know it before): One may
use printf()-style sequences
Hi,
* jennyw [02-07-10 20:10:08 +0200] wrote:
> 2. Is there a way to mark all messages as read for an
>entire folder? Or marking all tagged messages as read?
>I often do not sort by threads, and the only mark read
>command I could find works only with threads.
,[ ~/.mutt/setup/m
On 07/10/02 12:23 -0400, John P Verel wrote:
> Time for lunch. After lunch, I'll amend the macro to delete the temp
> file.
This seems trivial, but I can't get the macro to do this. If I do rm -f
foo.doc, I get dumped into my editor. I also can't figure out how to
a) have AbiWord execute and
At 19:26 +0200 10 Jul 2002, Dominik Vogt <[EMAIL PROTECTED]> wrote:
> That's what the admin of the mailing list told me. There must be
> a difference since he did not need to approve bounced messages
> manually before.
A change in the mailing list setup maybe. But I'm pretty confident that
mutt
On Wed, Jul 10, 2002 at 02:46:02PM -0400, John P Verel wrote:
> > I got this to work:
>
> > macro attach a "\cu~/tmp/foo.doc\n!AbiWord ~/tmp/foo.doc\n"
>
> > Time for lunch. After lunch, I'll amend the macro to delete the temp
> > file.
> This seems trivial, but I can't get the macro to do thi
Hi,
* Mark J. Reed [02-07-10 21:14:29 +0200] wrote:
> On Wed, Jul 10, 2002 at 02:46:02PM -0400, John P Verel wrote:
> > This seems trivial, but I can't get the macro to do this. If I do rm -f
> > foo.doc, I get dumped into my editor. I also can't figure out how to
> > a) have AbiWord execute
On 07/10/02 14:52 -0400, Mark J. Reed wrote:
Mutt should hang around and do nothing until AbiWord exits, so
> you should be able to just append a "!rm -f ~/tmp/foo.doc\n"
> to your macro. . .
Arrrggh! Forgot the "!" Finished product looks like this and works
just fine.
macro attach a "\cu~
Hello,
Being a new mutt user, I need some help. I am trying to get
mutt-1.3.27i-66 to wrap lines auto-magically. I have
set smart_wrap
in my rc, but I must need to specify the number of lines ?
Anyone know the right syntax ? Thanks.
/Dee
On 07/10/02 11:56 -0800, W. D. McKinney wrote:
> Hello,
>
> Being a new mutt user, I need some help. I am trying to get
> mutt-1.3.27i-66 to wrap lines auto-magically.
Be sure you've got your editor set up correctly. I use vim as my
editor. In my .vimrc, I've got textwidth=72, which makes all
Thanks John, that did the trick,
really appreciate the response.
/Dee
On (10/07/02 16:08), John P Verel wrote:
> Date: Wed, 10 Jul 2002 16:08:23 -0400
> From: John P Verel <[EMAIL PROTECTED]>
> To: "W. D. McKinney" <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: wrapping lines ?
>
>
* On Wed, 10 Jul 2002, Rocco Rutte wrote:
> ,[ ~/.mutt/setup/macros ]-
> | [...]
> | ### remove ~N on all mail
> | macro index ,n
>"~NN~T"
> "Remove ~N flag on all mail"
> | [...]
> `-
You might want to replace the "N" above with "N", so
it turns off the N flags instead of toggling, thus ma
On Wed, Jul 10, 2002 at 09:03:04AM +0200, Rocco Rutte wrote:
> Hi,
>
> * Martin Siegert [02-07-10 08:34:56 +0200] wrote:
> > I am planning to replace elm and pine with mutt as the
> > university wide default email reader.
>
> Just do:
>
> $ rm `which elm`
> $ ln -s `which pine` /bin/false
>
Hi,
For quite some time I have a problem veryfying PGP signatures. I get
'Falsche Unterschrift' (wrong signature) messages on these mails
though others seem to be able to verify them.
I get these errors almost only with mails written with Mutt, and I
cannot verify a single mail from certain send
Hi,
* John Iverson [02-07-10 23:48:07 +0200] wrote:
> You might want to replace the "N" above with
> "N", so it turns off the N flags instead of
> toggling, thus making it work in the (probably rare) case
> where it's run in a folder with no (N)ew messages.
Hmm, in this case it only toggles the
* Thorsten Haude <[EMAIL PROTECTED]> [2002-07-10 21:19]:
> For quite some time I have a problem veryfying PGP signatures.
> I get 'Falsche Unterschrift' (wrong signature) messages on
> these mails though others seem to be able to verify them. [...]
> I use GnuPG 1.0.6.
:source contrib/gpg.rc
d
Hi there,
I have ran into a problem recently using a Mutt/abook combination to
deal with mail.
When I query abook through Mutt at the "To:" header (in writing new
mail), I am allowed to tag multiple addresses like normal and insert
them all with a ";m" command.
However, when I try to _forward_
I looked in the archives and couldn't find a specific answer this one.
I receive several HTML messages that arrive as an attachment with no
plain text equivalent in the main message body or another attachment.
When I reply to these messages, how do I configure Mutt to convert the
HTML attachment i
On Wed, Jul 10, 2002 at 05:07:53PM -0500, [EMAIL PROTECTED] wrote:
> When I query abook through Mutt at the "To:" header (in writing new
> mail), I am allowed to tag multiple addresses like normal and insert
> them all with a ";m" command.
>
> However, when I try to _forward_ mail to multiple pe
* On Wed, 10 Jul 2002, Eugene Lee wrote:
> I looked in the archives and couldn't find a specific answer
> this one. I receive several HTML messages that arrive as an
> attachment with no plain text equivalent in the main message
> body or another attachment. When I reply to these messages,
> ho
Eugene Lee wrote:
> I looked in the archives and couldn't find a specific answer this one.
> I receive several HTML messages that arrive as an attachment with no
> plain text equivalent in the main message body or another attachment.
> When I reply to these messages, how do I configure Mutt to co
On Wed, Jul 10, 2002 at 05:06:12PM -0700, Eugene Lee wrote:
> I looked in the archives and couldn't find a specific answer this one.
> I receive several HTML messages that arrive as an attachment with no
> plain text equivalent in the main message body or another attachment.
> When I reply to thes
On Wed, Jul 10, 2002 at 05:36:43PM -0700, Gary Johnson wrote:
:
: On Wed, Jul 10, 2002 at 05:06:12PM -0700, Eugene Lee wrote:
: >
: > I receive several HTML messages that arrive as an attachment with no
: > plain text equivalent in the main message body or another attachment.
: > When I reply to
When I ssh in from my X11 desktop to my server (both Debian 3.0) and
start sessions under GNU Screen (v. 3.09.11), among which are Mutt (v.
1.3.28) instances, I get a weird effect with Mutt's internal pager:
If I highlight text from Mutt's internal pager and use X11 copy/paste to
copy it to else
Hi,
I would like to use mutt without the sendmail server on my machine. I find sendmail
configuration quite abstruse. Can I directly make Mutt connect to my ISP's outgoing
SMTP server.
Regards
Amit
-
Sify Mail - now with Anti-virus protection pow
I know this must have been discussed somewhere before, but being new to
mutt please bear with me. Where does one got find the best archives to
search for resolving these errors ?
X-Authentication-warning papason.wdm.com: deem set sender to
[EMAIL PROTECTED] using -f
(my vimrc wraps, sorry.)
/
W. D. McKinney wrote:
> I know this must have been discussed somewhere before, but being new to
> mutt please bear with me. Where does one got find the best archives to
> search for resolving these errors ?
>
> X-Authentication-warning papason.wdm.com: deem set sender to
> [EMAIL PROTECTED] usi
41 matches
Mail list logo