X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=rfc3676.h;fp=rfc3676.h;h=0000000000000000000000000000000000000000;hb=35f4e8cefa22d98782a720e4df428a1ce3be2237;hp=3ec6fdd972c431a1db1faa8542f69cd1955d08a0;hpb=28dbd9fbf148be07366048163fffbf7f55a57def;p=apps%2Fmadmutt.git diff --git a/rfc3676.h b/rfc3676.h deleted file mode 100644 index 3ec6fdd..0000000 --- a/rfc3676.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Parts were written/modified by: - * Andreas Krennmair - * Peter J. Holzer - * Rocco Rutte - * - * This file is part of mutt-ng, see http://www.muttng.org/. - * It's licensed under the GNU General Public License, - * please see the file GPL in the top level source directory. - */ -#ifndef _MUTT_RFC3676_H -#define _MUTT_RFC3676_H - -#include "mutt.h" -#include "state.h" - -/* body handler implementing RfC 3676 for format=flowed */ -int rfc3676_handler (BODY * a, STATE * s); - -/* - * this does the space-stuffing required as in 'MUST' - * this is only used right after editing the initial message's content - * as elsewhere it's too difficult to catch all circumstances right; - * esp. with '>' which this routine doesn't cover... XXX - */ -void rfc3676_space_stuff (HEADER* hdr); - -#endif /* !_MUTT_RFC3676_H */