]> gitweb.fluxo.info Git - keyringer.git/commitdiff
TODO cleanup (#28)
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Nov 2013 16:44:28 +0000 (14:44 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Nov 2013 16:44:28 +0000 (14:44 -0200)
lib/keyringer/actions/edit

index f6477bfa0fabd8fc5c55edcd91af59e1a328bbab..c539846f10c7fe7f52e6b563d3a9ce6a8ba70761 100755 (executable)
@@ -31,7 +31,6 @@ if [ "$BASENAME" == "edit" ]; then
   APP="$EDITOR"
 elif [ "$BASENAME" == "open" ]; then
   if which xdg-open &> /dev/null; then
-    # TODO: set TMPWORK depending on the MIME type (`file -i` or `xdg-mime query filetype`)
     APP="xdg-open"
   else
     echo "You should have xdg-open application to perform this action, aborting."