[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Making mutt more friendly towards site customizations



KORN Andras wrote:
> the point is that needless manual labour is required to accomodate
> the changes even though a very simple way exists to avoid this, if
> only the maintainer would implement it.

Hmm, I'm not sure about the "manual" thing:

#!/bin/sh
if ! grep ^source /etc/Muttrc > /dev/null ; then
  echo source /etc/Muttrc.local >> /etc/Muttrc
fi



Reply to: