From 195fd79522981b8ea46cac654164d51dc8b195aa Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 28 May 2012 10:03:29 +0200 Subject: [PATCH] Automatically copy sorting icons to output directory --- render | 2 ++ 1 file changed, 2 insertions(+) diff --git a/render b/render index 6bdd51f..c046fe8 100755 --- a/render +++ b/render @@ -233,6 +233,8 @@ sorted_list.reverse() render_index(sorted_list, "Sorted by subject, descending", "subject_desc") shutil.copy('%s/style.css' % options['template_dir'], '%s/style.css' % options['output_dir']) +shutil.copy('%s/up.png' % options['template_dir'], '%s/up.png' % options['output_dir']) +shutil.copy('%s/down.png' % options['template_dir'], '%s/down.png' % options['output_dir']) if originals_available == True: # Copy all original email messages into a subfolder of the output directory