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

Deleting not actually deleting #207

Open
abidibo opened this issue Oct 11, 2016 · 0 comments
Open

Deleting not actually deleting #207

abidibo opened this issue Oct 11, 2016 · 0 comments

Comments

@abidibo
Copy link

abidibo commented Oct 11, 2016

The delete function removes e-mail from interface, but actually doesn't delete from server.
I've seen previous similar issues, but I don't think in my case it is related to aliases.

log:

D, [2016-10-11T16:27:31.972129 #1626] DEBUG -- : Flag [15524] Deleted +FLAGS
D, [2016-10-11T16:27:31.972383 #1626] DEBUG -- : Deleting uid_set: [15524]
D, [2016-10-11T16:27:31.972508 #1626] DEBUG -- : Decremented max seqno from 2963 to 2962
D, [2016-10-11T16:27:31.973080 #1626] DEBUG -- : imap.uid_copy [15524] to 
D, [2016-10-11T16:27:32.158916 #1626] DEBUG -- : Error:  No folder NIL (Failure)`

So it seems the Trash alias is not working in some way...
My configuration:

mailbox_aliases:
  all: Tutti i messaggi
  drafts: Bozze
  sent: Posta inviata
  starred: Speciali
  trash: Cestino
  important: Importanti

I'm quite sure this aliases are correct, since I can view messages inside Trash for example. The problem seems to be inside flagging_and_moving.rb, since if I log before line 22:

log "CUSTOM LOG #{ mailbox_aliases }"

the output in the log file is:

CUSTOM LOG {}

an empty dictionary? (I'm not a ruby dev). Any ideas? The mailbox_aliases is not accessible from here? Can be related to ruby version? This is mine:

abidibo@abidibo-K56CM:~$ ruby -v
ruby 2.1.8p440 (2015-12-16 revision 53160) [x86_64-linux]

Thanks for your help.

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

No branches or pull requests

1 participant