Skip to content

Commit

Permalink
move rfc2047 functions to library
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed Jan 19, 2018
1 parent ec4149e commit 8576281
Show file tree
Hide file tree
Showing 6 changed files with 869 additions and 757 deletions.
3 changes: 2 additions & 1 deletion Makefile.autosetup
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ ALLOBJS+= $(NEOMUTTOBJS)
LIBMUTT= libmutt.a
LIBMUTTOBJS= mutt/base64.o mutt/buffer.o mutt/charset.o mutt/date.o mutt/debug.o mutt/exit.o \
mutt/file.o mutt/hash.o mutt/idna.o mutt/list.o mutt/mapping.o mutt/mbyte.o mutt/md5.o \
mutt/memory.o mutt/message.o mutt/mime.o mutt/regex.o mutt/sha1.o mutt/signal.o mutt/string.o
mutt/memory.o mutt/message.o mutt/mime.o mutt/regex.o mutt/sha1.o mutt/signal.o mutt/string.o \
mutt/rfc2047.o
CLEANFILES+= $(LIBMUTT) $(LIBMUTTOBJS)
MUTTLIBS+= $(LIBMUTT)
ALLOBJS+= $(LIBMUTTOBJS)
Expand Down
1 change: 1 addition & 0 deletions mutt/mutt.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
#include "message.h"
#include "mime.h"
#include "regex3.h"
#include "rfc2047.h"
#include "sha1.h"
#include "signal2.h"
#include "string2.h"
Expand Down
Loading

0 comments on commit 8576281

Please sign in to comment.