At home I use Debian unstable with mutt 1.10.x, at work I am bound to
Debian 9 and mutt 1.7.2. I know, I could compile and install mutt by
myself but let's say I can not:
How can I have the same muttrc on both machines without running into
errors during mutt start?
Error in /home/kai/.config/mutt
On Thu, Sep 06, 2018, Kai Weber wrote:
> How can I have the same muttrc on both machines without running into
> errors during mutt start?
I split the rc file into
1) a common part
2) parts specific to the mutt version
and
- source the common part (1) in the specific version (2)
- use a wrapper wh
Claus Assmann wrote:
> On Thu, Sep 06, 2018, Kai Weber wrote:
>
>> How can I have the same muttrc on both machines without running into
>> errors during mutt start?
>
> I split the rc file into
> 1) a common part
> 2) parts specific to the mutt version
> and
> - source the common part (1) in the