.issues/a5d5a0aae0cb2468/new/1304005796.M468142P16360Q1.vine
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 28 Apr 2011 08:50:31 -0700
changeset 68 88c088722a30
permissions -rw-r--r--
Fixed #a5d (use basename() on attachment filenames)

From: Dmitriy Morozov <dmitriy@mrzv.org>
Date: Thu, 28 Apr 2011 08:49:01 -0700
Subject: Re: Attachments should be stored without path
Message-Id: <a5d5a0aae0cb2468-9557f6437dd61990-artemis@vine>
References: <a5d5a0aae0cb2468-0-artemis@tomas>
In-Reply-To: <a5d5a0aae0cb2468-0-artemis@tomas>

Now we only store the basename of an attachment. Moreover, when extracting, the
basename is applied once more (for older attachments that used the full path).