Hello,
I have recompiled mutt to disable gpg integration.
Now I have noticed one seemingly unrelated change:
Suddenly, mutt wants to use /var/tmp instead of /tmp for temporary
files. I have not changed anything in the sourcecode. I have only
disabled some compilation options. Now when I open an
On 27.08.21 14:34, Fourhundred Thecat wrote:
>
> and strace shows me it is trying to use /var/tmp/
>
> any idea what happened?
> How can I revert this back to using /tmp ?
This should do it: (In .muttrc)
set tmpdir /tmp
To check it has stuck:
:set ? tmpdir
(It's all in the manual on the F1 k
On 27.08.21 22:22, dva...@internode.on.net wrote:
> This should do it: (In .muttrc)
>
> set tmpdir /tmp
Whoops, shoulda checked exact syntax will work.
In my .muttrc I have:
set tmpdir="~/Desktop"
so you'll need some quotes and '='.
I changed from /tmp, so that if something goes seriously
wro
> On 2021-08-27 15:55, dva...@internode.on.net wrote:
Whoops, shoulda checked exact syntax will work.
In my .muttrc I have:
set tmpdir="~/Desktop"
so you'll need some quotes and '='.
thank you, it works
On Fri, Aug 27, 2021 at 07:33:52AM +0200, Fourhundred Thecat wrote:
On 2021-08-26 18:34, Kevin J. McCarthy wrote:
If that doesn't help, you could try recompiling mutt using the
'--disable-pgp' and '--disable-gpgme' configure options.
Now when I open gpg encrypted message, I get this error:
[
> On 2021-08-27 18:17, Kevin J. McCarthy wrote:
On Fri, Aug 27, 2021 at 07:33:52AM +0200, Fourhundred Thecat wrote:
On 2021-08-26 18:34, Kevin J. McCarthy wrote:
[-- PGP output follows (current time: 2021-08-27T07:31:42 CEST) --]
[-- Error: could not create a PGP subprocess! --]
Double che