davesteele / gnome-gmail

Integrate GMail into the Linux Desktop
https://davesteele.github.io/gnome-gmail/
GNU General Public License v2.0
50 stars 13 forks source link

Fixed leading slashes in emails #2

Closed Fordi closed 9 years ago

Fordi commented 9 years ago

Fixed something caused by xdg-open being too consistent.

davesteele commented 9 years ago

Ok. I don't run Ubuntu often, but I'll buy it, and the change looks safe for elsewhere.

I have one request. Python doesn't like it when files contain both instances of leading tabs and leading spaces. Could your rework your commit to use leading spaces?

Fordi commented 9 years ago

Oops! New install; geany does tabs by default and doesn't, you know, pay attention to the file's prevailing indent type. Py was smart about it at least, which is why it ran. I've updated the PR.

davesteele commented 9 years ago

Merged. Thanks for your input.