Comment 3 for bug 1983060

Revision history for this message
François Marier (fmarier) wrote : Re: email-reminder preferences won't load

> received an error message from Python3 to the terminal that suggested that the environment variable "EMAIL" was not set.

Ah, I can reproduce this. The case I fixed was:

  export EMAIL=
  email-reminder-editor

and that still works fine in 0.8.1.

What you ran into is:

  unset EMAIL
  email-reminder-editor

and that shows the error that you described.