Re: Adding text to subject when calling group

2021-06-09 Thread dvalin
On 09.06.21 12:15, steve wrote: > Hello, > > Nobody for this one? > > I found that I could modify the subject with a folder-hook but that's > only half of the solution since it doesn't take care of the group alias > part. > > Any help would be highly appreciated. I'd try a message-hook with

Re: mutt trying to use /var/tmp instead of /tmp for temporary files

2021-08-27 Thread dvalin
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

Re: mutt trying to use /var/tmp instead of /tmp for temporary files

2021-08-27 Thread dvalin
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

Re: Send mail macro from vim

2021-09-05 Thread dvalin
On 05.09.21 17:22, Tom Tunguz wrote: > I'd like to set a macro to send mail directly from the compose window using > vim. I am writing this post in vim, invoked when I hit 'L' in mutt, as   configured by: set editor=vim in .muttrc. Then it's just :wq back to mutt, and send the post with the

Re: Search and download

2021-08-07 Thread dvalin
On 29.07.21 09:38, hy...@nasalinux.net wrote: > Is "fetchmail" still a thing? The latest release, 6.5.0.beta4, is 3 days old, according to the fetchmail-announce maillist. It includes a security vulnerability fix, so is worth installing. You'll need the build-essential package installed in