After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 110931 - cannot assign outbox to a folder
cannot assign outbox to a folder
Status: RESOLVED WONTFIX
Product: balsa
Classification: Other
Component: general
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: Balsa Maintainers
Balsa Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-16 09:47 UTC by dobradovic
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
patch to enable outbox-assignment (3.15 KB, patch)
2004-02-19 18:40 UTC, dobradovic
none Details | Review

Description dobradovic 2003-04-16 09:47:45 UTC
When right-clicking on a folder you get the options to set them to a
special flag. But there are only inbox/draftbox/trash/sentbox offered, no
chance to assign the sentbox via the UI.
Comment 1 dobradovic 2004-02-19 18:40:24 UTC
Created attachment 24575 [details] [review]
patch to enable outbox-assignment
Comment 2 dobradovic 2004-02-19 18:43:57 UTC
Attached is a patch to enable the assignment of the outbox. The
previous sourcecode stated not to be sure whether to include outbox or
not, but without giving a reason. For me, it works just like the other
assignments. I also removed some redundancy and added a new helper
function for all assignments.

I wasn't sure what Mnemonic to use, the rest of my UI is german, and
the mnemonics are somewhat broken there, as you also have to consider
the submenu under "new".
Comment 3 Pawel Salek 2004-02-22 11:57:46 UTC
The patch looks OK but I would like to have some discussion before
committing it. The problem is of fundamental character: messing with
outbox can be dangerous. In particular, assigning "outbox" to a
mailbox that contains "sent mail" can have devastating consequences:
resending all messages and their removal.
Comment 4 dobradovic 2004-02-22 13:26:13 UTC
Yes, but that's the logic behind it, it doesn't have to be foolsafe.
Another possible problem is that sending won't work anymore if you
assign outbox to an IMAP-folder.
Even when sending an email directly, balsa will copy it to outbox and
then process all mails in there. I was confronted with this problem
when I wanted to queue mails from one computer where I can't submit
them, and later, when I wanted to process the queue from another
computer. Needs to go via draft-folder now.

I don't consider this critical anyways, but I think it's just a viable
option a user can fully control, and make mistakes with if he really
wants to.
Comment 5 Carlos Morgado 2004-07-05 12:44:02 UTC
Iirc this was discussed on the list and was considered a BadIdea.