Lines Matching refs:Save
198 * Save/copy the indicated messages at the end of the passed file name.
260 * Save a message in a file. Mark the message as saved
264 save(void *v)
269 return save1(str, 1, "save", saveignore);
273 * Save a message in a file. Mark the message as saved
274 * so we can discard when the user quits. Save all fields
278 Save(void *v)
283 return save1(str, 1, "Save", NULL);
548 * Add the given header fields to the save retained list.
549 * If no arguments, print the current list of save retained fields.
561 * Add the given header fields to the save ignored list.
562 * If no arguments, print the current list of save ignored fields.