On 2007-06-17 05:13:27 +0200, Vincent Lefevre wrote:
> On 2007-06-16 18:46:01 -0400, Derek Martin wrote:
> > > Also the .mailcap (to view attachments with external tools) also
> > > needs programming knowledge.
> >
> > No it doesn't. My mailcap has no code in it whatsoever. Just simple
> > comma
On 16Jun2007 12:46, Mike Hunter <[EMAIL PROTECTED]> wrote:
| What do people think about allowing the user to specify in their muttrc
| what values do and do not constitute a fatal error coming from their
| editor?
It's needless:
#!/bin/sh
real-editor ${1+"$@"}
xit=$?
case $xit in
3|4)
On Sun, Jun 17, 2007 at 05:13:27AM +0200, Vincent Lefevre wrote:
> > > Also the .mailcap (to view attachments with external tools) also needs
> > > programming knowledge.
> >
> > No it doesn't. My mailcap has no code in it whatsoever. Just simple
> > command lines (which is not code). Typing th
On Sun, Jun 17, 2007 at 09:48:48AM -0400, Derek Martin wrote:
> He could, but he shouldn't have to. If the problem needs solving,
> that's Mutt's job. A lot of people reading mail on a Unix system are
> people who are just starting out with Linux... they have an
s/Linux/Unix/
I know people who
On 2007-06-17 09:48:48 -0400, Derek Martin wrote:
> On Sun, Jun 17, 2007 at 05:13:27AM +0200, Vincent Lefevre wrote:
> > > > Also the .mailcap (to view attachments with external tools) also needs
> > > > programming knowledge.
> > >
> > > No it doesn't. My mailcap has no code in it whatsoever. J
On Sunday, June 17 at 05:23 PM, quoth Vincent Lefevre:
No code at all, unless you consider the parameter substitution to
be code... which I don't.
But I assume that you're not able to give a mailcap that works under
Mac OS X without a line of code.
Well, he may not (and, if he doesn't use OS
On Sun, Jun 17, 2007 at 05:23:44PM +0200, Vincent Lefevre wrote:
> > No code at all, unless you consider the parameter substitution to be
> > code... which I don't.
>
> But I assume that you're not able to give a mailcap that works under
> Mac OS X without a line of code.
I guess I really don't c
On 2007-06-17 10:20:43 -0600, Kyle Wheeler wrote:
> Well, he may not (and, if he doesn't use OSX, he shouldn't have to),
> but I can:
>
> image/*; open %s; copiousoutput; nametemplate=%s.jpg
> text/html; elinks -dump -force-html %s; needsterminal; copiousoutput;
> application/pdf; open
On 2007-06-17 12:22:33 -0400, Derek Martin wrote:
> On Sun, Jun 17, 2007 at 05:23:44PM +0200, Vincent Lefevre wrote:
> > But I assume that you're not able to give a mailcap that works under
> > Mac OS X without a line of code.
>
> I guess I really don't care, since I don't use OS X, and have no pl
On (20:58 16/06/07), Adeodato Simó <[EMAIL PROTECTED]> put forth the
proposition:
> * David Woodfall [Sat, 16 Jun 2007 00:07:50 +0100]:
>
> > When entering an mbox from a folder, and then exiting back to the folder,
> > presently the cursor returns to the top of the folder. It would be nice if
>
#2913: no locale for gpgme context set
If mutt crypto backend is GPGME passphrase input is handled by external
tools. AFAIK gpg-agent is invoked which calls pinentry. On this way a
locale setting has to be handed over. As long as mutt is concerned, the
locale setting of the console mutt was st
On Sunday, June 17 at 10:06 PM, quoth Vincent Lefevre:
image/*; open %s; copiousoutput; nametemplate=%s.jpg
text/html; elinks -dump -force-html %s; needsterminal; copiousoutput;
application/pdf; open %s; copiousoutput; nametemplate=%s.pdf
application/msword; open %s; copiousoutput
On Sunday, 17 June 2007 at 19:46, Kyle Wheeler wrote:
> On Sunday, June 17 at 10:06 PM, quoth Vincent Lefevre:
>>> image/*; open %s; copiousoutput; nametemplate=%s.jpg
>>> text/html; elinks -dump -force-html %s; needsterminal; copiousoutput;
>>> application/pdf; open %s; copiousoutput;
On 2007-06-17 19:46:02 -0600, Kyle Wheeler wrote:
> While you're lecturing me, maybe you can read what I wrote. There's
> important details there that obviously escaped your notice. The fact that
> 'copiousoutput' is in the 'open' lines forces mutt to leave the file there
> (it assumes that the
14 matches
Mail list logo