Good day Jostein,
On 2016-01-29 00:31:16 Jostein Berntsen hacked into the keyboard:
> Have some updates happened on your system recently? Some things to
> check:
No
> - Do you use mutt with the trash patch?
> http://cedricduval.free.fr/mutt/patches/#trash
You mean
> - Upgrade mutt to v. 1.5.23
Hi,
I want to pass custom option to the way unknown keys are fetched
(custom keyring and a couple of `expect` things)
For this I define `pgp_getkeys_command`.
The issue is that as soon as it's defined, it's command
(approximately `gpg --search-keys ''`) is run every time,
*even if the key is alr
please, let me up this one.
On Tue, Oct 27, 2015 at 01:45:49PM -0300, Raph wrote:
> Hi,
> I'm trying to change $from and $sendmail when in the compose menu.
>
> For this, in my muttrc I use:
> > set from=foo sendmail=foo
> > color status yellow blue
> > macro compose "L" "source
> > ~/other-acc
On Fri, Jan 29, 2016 at 11:44:06AM -0300, Raph wrote:
Hi,
I want to pass custom option to the way unknown keys are fetched
(custom keyring and a couple of `expect` things)
For this I define `pgp_getkeys_command`.
The issue is that as soon as it's defined, it's command
(approximately `gpg --sea
* On 28 Jan 2016, martin f krafft wrote:
> also sprach Lukasz Szczesny [2016-01-28 21:42
> +1300]:
> > I keep my sidebar configuration in a separate file and source it when
> > sidebar is enabled with the following `source` command:
> >
> > source `FILE=$HOME/.mutt/sidebar; mutt -v | grep -
also sprach David Champion [2016-01-30 11:31 +1300]:
> I'm guessing you use kz on one machine and real mutt on the other. Not
> showing what features are added beyond stock mutt is, I'm afraid, a kz
> issue.
Your analysis is spot-on.
It's a shame to hear that Karel doesn't do his work within th
* On 29 Jan 2016, martin f krafft wrote:
>
> It's a shame to hear that Karel doesn't do his work within the
> community. mutt-kz is a nice piece of work and why not provide an
> officially experimental mutt?
I wonder, too, why he works entirely separately. I wish he were feeding
back to the com
also sprach David Champion [2016-01-30 14:51 +1300]:
> I should have thought of this one before, but your suggestions made me
> remember it:
>
> mutt -D | egrep '^some_variable='
>
> That would tell you very simply whether that variable is in the
> configuration.
Presumably, strings will
On Tue, Oct 27, 2015 at 5:45 PM, Raph wrote:
> The issue is the expansion of $from which happens during the evaluation of the
> double-quoted string. This is too soon. It would have to be delayed to after
> `source`
> has been evaluated so that $from takes the new and expected value.
Hi Raph,
I