Searched refs:saved_parts (Results 1 – 5 of 5) sorted by relevance
863 BODY *saved_parts = NULL; in mutt_decode_save_attachment() local907 saved_parts = m->parts; in mutt_decode_save_attachment()927 if (saved_parts) in mutt_decode_save_attachment()930 m->parts = saved_parts; in mutt_decode_save_attachment()
1019 struct Body *saved_parts = NULL; in mutt_decode_save_attachment() local1064 saved_parts = m->parts; in mutt_decode_save_attachment()1088 if (saved_parts) in mutt_decode_save_attachment()1091 m->parts = saved_parts; in mutt_decode_save_attachment()
2202 int i, saved_parts = 0; in process_parts() local2221 ++saved_parts; in process_parts()2247 wait_message(2, _(txt_attachments_saved), saved_parts, num_of_tagged_parts); in process_parts()
963 ColPartition_LIST saved_parts; in RecomputeBounds() local964 ColPartition_IT part_it(&saved_parts); in RecomputeBounds()