mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'stable'

+13 -3
+1
.gitignore
··· 27 27 /mkinstalldirs 28 28 29 29 # built objects 30 + /flea 30 31 /hcversion.h 31 32 /keymap_defs.h 32 33 /keymap_alldefs.h
+7 -3
Makefile.am
··· 16 16 17 17 SUBDIRS = m4 po intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR) 18 18 19 - bin_SCRIPTS = $(SMIMEAUX_TARGET) 19 + bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET) 20 20 21 21 if BUILD_HCACHE 22 22 HCVERSION = hcversion.h ··· 74 74 _regex.h OPS.MIX README.SECURITY remailer.c remailer.h browser.h \ 75 75 mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h \ 76 76 README.SSL smime.h group.h \ 77 - pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh \ 77 + muttbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh \ 78 78 ChangeLog mkchangelog.sh mutt_idna.h sidebar.h OPS.SIDEBAR \ 79 79 snprintf.c regex.c crypt-gpgme.h hcachever.sh.in \ 80 80 txt2c.c txt2c.sh version.sh check_sec.sh ··· 116 116 117 117 CLEANFILES = mutt_dotlock.c keymap_alldefs.h $(BUILT_SOURCES) 118 118 119 - DISTCLEANFILES= smime_keys txt2c po/$(PACKAGE).pot 119 + DISTCLEANFILES= flea smime_keys txt2c po/$(PACKAGE).pot 120 120 121 121 ACLOCAL_AMFLAGS = -I m4 122 122 123 123 LDADD = $(LIBOBJS) $(INTLLIBS) 124 + 125 + flea: $(srcdir)/muttbug 126 + cp $(srcdir)/muttbug flea 127 + chmod +x flea 124 128 125 129 smime_keys: $(srcdir)/smime_keys.pl 126 130 cp $(srcdir)/smime_keys.pl smime_keys
+5
muttbug
··· 1 + #!/bin/sh 2 + 3 + echo "To report a bug, please contact the Mutt maintainers via gitlab:" 4 + echo 5 + echo " https://gitlab.com/muttmua/mutt/issues"