X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=attach.h;h=b1e6eec139867c8b6730d5ec1b182604f87c0b25;hp=b751a95139de6e326be75bb3c1bac2a4a36fecf9;hb=021836b3da95b9243e9f8386d87d220ab4f7f7b7;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/attach.h b/attach.h index b751a95..b1e6eec 100644 --- a/attach.h +++ b/attach.h @@ -1,32 +1,24 @@ /* + * Copyright notice from original mutt: * Copyright (C) 1996-2000 Michael R. Elkins - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. - */ + * + * 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. + */ /* common protos for compose / attach menus */ -int mutt_tag_attach (MUTTMENU *menu, int n, int m); -int mutt_attach_display_loop (MUTTMENU *menu, int op, FILE *fp, HEADER *hdr, - BODY *cur, ATTACHPTR ***idxp, short *idxlen, short *idxmax, - int recv); +int mutt_tag_attach (MUTTMENU * menu, int n, int m); +int mutt_attach_display_loop (MUTTMENU * menu, int op, FILE * fp, + HEADER * hdr, BODY * cur, ATTACHPTR *** idxp, + short *idxlen, short *idxmax, int recv); -void mutt_save_attachment_list (FILE *fp, int tag, BODY *top, HEADER *hdr, MUTTMENU *menu); -void mutt_pipe_attachment_list (FILE *fp, int tag, BODY *top, int filter); -void mutt_print_attachment_list (FILE *fp, int tag, BODY *top); +void mutt_save_attachment_list (FILE * fp, int tag, BODY * top, HEADER * hdr, + MUTTMENU * menu); +void mutt_pipe_attachment_list (FILE * fp, int tag, BODY * top, int filter); +void mutt_print_attachment_list (FILE * fp, int tag, BODY * top); void mutt_attach_bounce (FILE *, HEADER *, ATTACHPTR **, short, BODY *); void mutt_attach_resend (FILE *, HEADER *, ATTACHPTR **, short, BODY *);