Did you ever wanted Mutt with NNTP support packed up for your Debian (or Debian-ish) box, but you are too lazy to do it yourself? Did you even tried to report a bug so the patch can be applied to the official Debian package but the maintainers told you they wont do it?
If so, this is a great day for you, because I did it and I’m giving it away with no charge in this one time only opportunity!!! =P
Seriously, I can understand why the maintainers don’t want to support it officially, it a big patch and can be some work to fold it in. So I did it myself, and it turned out it’s wasn’t that bad.
I adjusted the patch maintained by Vsevolod Volkov to work on top of all the other patches included in the mutt-patched Debian package (the only conflicting patch is the sidebar patch and some files that doesn’t exist because the patch should be applied after autotools files are generated and Debian apply the patches before that) and built the package using the latest (at the time of writing) Debian source.
You can find the latest source and the binary packages for Debian unstable (i386 and amd64) here. You can find there the modified NNTP patch too.
If you have Ubuntu, other Debian based distribution or another architecture, you can compile the binary package by downloading the files mutt_x.y.z-NlucaM.diff.gz and mutt_x.y.z-NlucaM.dsc from here, and mutt_x.y.z.orig.tar.gz from the Debian mutt source package page (see the links at the right), then run (where x.y.z is the Mutt version, N is the Debian package revision, M is my package revision and ARCH is your architecture):
ver=1.5.20
deb_ver=$ver-8luca1
url=http://www.llucax.com.ar.nyud.net/proj/mutt-nntp-debian/files/latest
wget $url/mutt_$deb_ver.dsc $url/mutt_$deb_ver.diff.gz \
http://ftp.de.debian.org/debian/pool/main/m/mutt/mutt_$ver.orig.tar.gz
sudo apt-get build-dep mutt
dpkg-source -x mutt_$deb_ver.dsc
cd mutt-$ver
dpkg-buildpackage -rfakeroot
# install any missing packages reported by dpkg-buildpackage and try again
cd ..
sudo dpkg -i mutt_${deb_ver}_*.deb mutt-patched_${deb_ver}_*.deb
Now you can enjoy reading your favourite newsgroups and your favourite mailing lists via Gmane with Mutt without leaving the beauty of your packaging system. No need to thank me, I’m glad to be helpful (but if you want to make a donation, just let me know ;).