Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: fix #317: allow editing the message once it gets available in the db … #583

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gauteh
Copy link
Member

@gauteh gauteh commented Oct 21, 2018

…after sending

Fixes #317.

Since a full thread object isn't set up for the ThreadView there might be some ways to break this, please try. Also, hopefully all functionality which should be off after sending is now off.. (in particular deleting attachments seem to maybe be possible?)

@mxmehl Please take a look.

TODO:

  • drop EditMessage signal sink after first call
  • updating messages which have not been saved (but are alter added) does not work since we dont have thread id: connect directly to message id?

Related #581

@gauteh gauteh changed the title fix #317: allow editing the message once it gets available in the db … WIP: fix #317: allow editing the message once it gets available in the db … Oct 21, 2018
@mxmehl
Copy link
Contributor

mxmehl commented Oct 22, 2018

Thanks a lot, seems to work in principle! But I detected a few bugs:

  • I can only tag the message once with l. If I wanted to add another tag or fix a typo, I can't do so anymore.
  • If I want to remove a tag manually by opening the message in another thread, astroid crashes. Log: http://s.mehl.mx/aXZfr

@hughwilliams94
Copy link

hughwilliams94 commented Apr 24, 2019

Is there anything preventing these changes from being merged? Do you need more bug testing?

EDIT: I have just downloaded and built this branch, but I don't see any difference in behaviour. I cannot tag in the new message window, I have to save a draft, tag that draft and then send it.

@gauteh
Copy link
Member Author

gauteh commented Apr 24, 2019 via email

@hughwilliams94
Copy link

hughwilliams94 commented Apr 25, 2019

I don't seem to get any crashes but I can't tag from the new message window, pressing l or + does nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tag mail directly after sending it
3 participants