Re: Return key does not display-message in index view

2018-08-13 Thread Felix Finch
It makes me wonder if some other line is invoking anunseen config entry which 
changes the definition.

Is it possible to add a config line which prints the definition to a file, or 
to the screen?  Then you could scatter several such lines around in a binary 
search / bisect mode until you narrow it downto one particular line which 
changes the definition.

I am just flailing for no particular reason; I do not know if there is any way 
to print a definition like this.

An alternative would be to throw in an explicit redefinition to the value you 
want, put it at the end, and if it fixes the problem, move it backwards a ways 
until it no longer fixes the problem, then move it forward half the distance, 
and so on.

On Mon, Aug 13, 2018 at 09:06:41PM -0700, TJ Hayes wrote:
> @Cameron Simpson
> 
> Thank you for your help. Here is what I get when I try the suggestions given:
> 
> > Try commenting this line out of your config and retry. I don't have this 
> > explicitly in my settings, it comes from mutt's defaults for me.
> 
> Commenting out "bind  display-message" from my muttrc has no impact.
> The  key still does nothing when I press it in index mode.
> 
> > Also try running "mutt -F /dev/null" to bypass all the configuration.
> 
> This worked!!  When I run mutt with no config file (muttrc), the  key 
> does function properly to display-message in index mode. This is a clue that 
> my muttrc is giving me the trouble.
> 
> Also, I verified that typing ? to show keybinds DOES show that 
> display-message and "display a message" are listed for .
> 
>  > Do you have another version of mutt to hand to run against the 
> > same setup for comparison?
> 
> I do not have another version to run with the same setup.
> 
> ** One new bit of information: this behavior started after I upgraded my 
> system from Ubuntu-Budgie 17.10 to Ubuntu-Budgie 18.04. I was second guessing 
> myself about this, wondering if I only thought that  used to open an 
> email message. However, I am 95% sure that mutt worked fine before the 
> upgrade to my Linux OS. I wonder if the newer version of Ubuntu, or the 
> upgrade process itself somehow messed up the inner workings of my mutt. 
> Searching the Ubuntu help pages gave no hints that anyone else has run into 
> this.
> 
> My next steps:
> (1) Mess with my muttrc to find out what is causing this strange behavior. 
> (2) Try another version of mutt. Maybe I can figure out how to compile the 
> newest version of mutt 1.10.0.
> 
> Thanks!
> - TJ

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman & wood chipper / fe...@crowfix.com
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o


Re: Return key does not display-message in index view

2018-08-13 Thread TJ Hayes
@Cameron Simpson

Thank you for your help. Here is what I get when I try the suggestions given:

> Try commenting this line out of your config and retry. I don't have this 
> explicitly in my settings, it comes from mutt's defaults for me.

Commenting out "bind  display-message" from my muttrc has no impact.
The  key still does nothing when I press it in index mode.

> Also try running "mutt -F /dev/null" to bypass all the configuration.

This worked!!  When I run mutt with no config file (muttrc), the  key 
does function properly to display-message in index mode. This is a clue that my 
muttrc is giving me the trouble.

Also, I verified that typing ? to show keybinds DOES show that display-message 
and "display a message" are listed for .

 > Do you have another version of mutt to hand to run against the 
> same setup for comparison?

I do not have another version to run with the same setup.

** One new bit of information: this behavior started after I upgraded my system 
from Ubuntu-Budgie 17.10 to Ubuntu-Budgie 18.04. I was second guessing myself 
about this, wondering if I only thought that  used to open an email 
message. However, I am 95% sure that mutt worked fine before the upgrade to my 
Linux OS. I wonder if the newer version of Ubuntu, or the upgrade process 
itself somehow messed up the inner workings of my mutt. Searching the Ubuntu 
help pages gave no hints that anyone else has run into this.

My next steps:
(1) Mess with my muttrc to find out what is causing this strange behavior. 
(2) Try another version of mutt. Maybe I can figure out how to compile the 
newest version of mutt 1.10.0.

Thanks!
- TJ


Security of verifying gpg keys from internet key servers

2018-08-13 Thread David Woodfall
On Monday 13 August 2018 20:22,
Matthias Apitz  put forth the proposition:
> On Monday, 13 August 2018 18:59:38 CEST, David Woodfall 
> wrote:
> > On Monday 13 August 2018 13:46,
> > Matthias Apitz  put forth the proposition:
> > > El día Monday, August 13, 2018 a las 12:34:08PM +0100, David Woodfall
> > > escribió:
> > >
> > > ...
> > > > PS:
> > > >
> > > > Do you have your key on a keyserver somewhere? I got a huge 30 sec
> > > > delay opening this because I only have keys.gnupg.net set as
> > > > keyserver. Not sure if there more popular ones these days?
> > >
> > > Dave, do you verify gnuPG keys/signs on the fly? Is this secure?
> > > Thx
> >
> > Mutt does it automatically. I don't know why it wouldn't be secure.
> >
>
> Well, verifying the identity of an unknown person with some server over the
> Inrernet is not very reliable, isn't it?

In what way? I think gnupg.net is a pretty secure source to look up
keys. There's no other way unless someone attaches/sends you there
key to import that I know about.

--

The game, anoraks.2.0.0.tgz, will be available from sunsite until somebody
responsible notices it and deletes it, and shortly from
ftp.mee.tcd.ie/pub/Brian, though they don't know that yet.
  -- Brian O'Donnell, odonn...@tcd.ie

.--.  oo
   ()//
~'


Re: Firefox throw can't find temp file error

2018-08-13 Thread Francesco Ariis
On Mon, Aug 13, 2018 at 08:22:59PM +0200, Matthias Apitz wrote:
> Well, verifying the identity of an unknown person with some server over the
> Inrernet is not very reliable, isn't it?

Interesting but I suppose we should keep this OT.

OP, I too have a similar problem: if I try to open a text/html
attachment while firefox is running, I get a "File not found screen";
every works ok (i.e. Fx gets launched and the attached html gets
displayed) if firefox isn't running when I invoke `view-attach`.


Re: Firefox throw can't find temp file error

2018-08-13 Thread Matthias Apitz
On Monday, 13 August 2018 18:59:38 CEST, David Woodfall 
 wrote:

On Monday 13 August 2018 13:46,
Matthias Apitz  put forth the proposition:
El día Monday, August 13, 2018 a las 12:34:08PM +0100, David 
Woodfall escribió:


...
> PS:
>
> Do you have your key on a keyserver somewhere? I got a huge 30 sec
> delay opening this because I only have keys.gnupg.net set as
> keyserver. Not sure if there more popular ones these days?

Dave, do you verify gnuPG keys/signs on the fly? Is this secure?
Thx


Mutt does it automatically. I don't know why it wouldn't be secure.



Well, verifying the identity of an unknown person with some server over the 
Inrernet is not very reliable, isn't it?




--
Sent from my Ubuntu phone
http://www.unixarea.de/


Re: Firefox throw can't find temp file error

2018-08-13 Thread David Woodfall
On Monday 13 August 2018 13:46,
Matthias Apitz  put forth the proposition:
> El día Monday, August 13, 2018 a las 12:34:08PM +0100, David Woodfall 
> escribió:
>
> ...
> > PS:
> >
> > Do you have your key on a keyserver somewhere? I got a huge 30 sec
> > delay opening this because I only have keys.gnupg.net set as
> > keyserver. Not sure if there more popular ones these days?
>
> Dave, do you verify gnuPG keys/signs on the fly? Is this secure?
> Thx

Mutt does it automatically. I don't know why it wouldn't be secure.

--

'Ooohh.. "FreeBSD is faster over loopback, when compared to Linux
over the wire". Film at 11.'
  -- Linus Torvalds

.--.  oo
   ()//
~'


Re: Firefox throw can't find temp file error

2018-08-13 Thread Matthias Apitz
El día Monday, August 13, 2018 a las 12:34:08PM +0100, David Woodfall escribió:

...
> PS:
> 
> Do you have your key on a keyserver somewhere? I got a huge 30 sec
> delay opening this because I only have keys.gnupg.net set as
> keyserver. Not sure if there more popular ones these days?

Dave, do you verify gnuPG keys/signs on the fly? Is this secure?
Thx

matthias
-- 
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/  📱 
+49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
13. August 2018: Manchmal möchte ich nun einen AUSREISEANTRAG stellen.
August 13, 2018: Sometimes I'd like to ask for an exit permission now.


Re: Firefox throw can't find temp file error

2018-08-13 Thread David Woodfall
On Monday 13 August 2018 10:55,
dekkz...@gmail.com  put forth the proposition:
> Hi
>
> I've noticed recently after i've finished in mutt Firefox has a tab open with 
> an error saying it cant find a temp file that mutt sent it.
>
> Any ideas?

What do you have in you ~/.mailcap?

-Dave

PS:

Do you have your key on a keyserver somewhere? I got a huge 30 sec
delay opening this because I only have keys.gnupg.net set as
keyserver. Not sure if there more popular ones these days?

I've changed the verify timeout from the default 30 seconds to a
more reasonable 5 now.

--

.--.  oo
   ()//
~'


Firefox throw can't find temp file error

2018-08-13 Thread dekkzz78

Hi

I've noticed recently after i've finished in mutt Firefox has a tab open with 
an error saying it cant find a temp file that mutt sent it.

Any ideas?


--
regards.

Dekks Herton

Thinkpad T61 2.0Ghz 2GB WSXGA+

Jabber IM: dekkz...@jabber.hot-chilli.net


signature.asc
Description: PGP signature