Skip to content

Commit

Permalink
Also get rid of TMP_FILE in todo.cfg.
Browse files Browse the repository at this point in the history
There's a slight chance that some add-on has used this (undocumented, unofficial) configuration value for its own purposes (and maybe also relied on the unexposed cleanup() infrastructure), but detecting and fixing that problem (by moving the cleanup into the add-on itself) is pretty straightforward.
  • Loading branch information
inkarkat authored and ginatrapani committed Feb 15, 2012
1 parent 2a0bd60 commit 78dab71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion todo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export TODO_DIR=`dirname "$0"`
export TODO_FILE="$TODO_DIR/todo.txt"
export DONE_FILE="$TODO_DIR/done.txt"
export REPORT_FILE="$TODO_DIR/report.txt"
export TMP_FILE="$TODO_DIR/todo.tmp"

# You can customize your actions directory location
#export TODO_ACTIONS_DIR="$HOME/.todo.actions.d"
Expand Down

0 comments on commit 78dab71

Please sign in to comment.