Open
Bug 265540
Opened 21 years ago
Updated 6 days ago
Should not be able to create a virtual folder with null subject
Categories
(Thunderbird :: Search, defect)
Thunderbird
Search
Tracking
(Not tracked)
NEW
People
(Reporter: marcia, Unassigned)
References
Details
(Keywords: polish)
Seen using today's nightly: version 0.8 (20041021)
STR
1. Go to File | New | Save Search
2. Enter a name and other params, but don't fill in any search criteria.
3. Tbird creates a Virtual folder with a blank search.
Should the behavior be more like Filters, where we throw up a dialog that says
"You must create at least one filter action?"
You can go back and edit the Virtual Folder (and it does work, I tried it) but
it seems to me it might be better to force the user to choose his search
criteria at the time the folder is created.
Updated•21 years ago
|
Comment 1•21 years ago
|
||
(In reply to comment #0)
>
> Should the behavior be more like Filters, where we throw up a dialog that says
> "You must create at least one filter action?"
That's not really true. You can create a mail filter without specifying any
search terms. You can also create a advanced search without specifying any
search terms. In fact, none of our dialogs where we allow you to enter search
terms are smart enough to detect if you've entered any search criteria.
I just tried to fix this. It's currently not very easy to tell if all of the
created search terms are empty without digging down into the individual values
of each search term that we've created in the UI.
Moving this off the 1.0 plate after this analysis.
Target Milestone: Thunderbird1.0 → Thunderbird1.1
Comment 2•20 years ago
|
||
Actually, I would *want* to be able to specify empty search criteria.
I have a simple reason: I have a vFolder containing all my incoming mail (sorted
into different folder for different mailing lists, etc). I've had to specify
"Date > 1960" or similar to get *all* messages in the chosen folders.
Effectively, this is a "collection" vFolder.
I then use this folder as a base for further searches. Unfortunately, TB does
not allow me to specify this folder as a source folder when creating new
vFolders. Evolution handles this fine.... the single thing that I find evo does
better atm is vFolder handling (but it is much slower than TB).
/Mikael
Comment 3•20 years ago
|
||
bumping per my earlier comments
Target Milestone: Thunderbird1.1 → Thunderbird2.0
Updated•18 years ago
|
QA Contact: front-end
Updated•17 years ago
|
Assignee: mscott → nobody
Comment 4•16 years ago
|
||
> 1. Go to File | New | Save Search
... does not exist any more
This report is so old it should be resolved as "outdated", pity this resolution does not exist.
Comment 5•16 years ago
|
||
(In reply to comment #4)
> > 1. Go to File | New | Save Search
> ... does not exist any more
>
Uppps.. It does exist. After I selected a folder, this menu item appeared.
Sorry my fault. If this is a bug, it's still in there.
Updated•16 years ago
|
Target Milestone: Thunderbird2.0 → ---
Updated•14 years ago
|
Severity: normal → minor
Component: Mail Window Front End → Search
QA Contact: front-end → search
Comment 6•14 years ago
|
||
and, I am unable to delete it
Error: An error occurred executing the cmd_delete command: [Exception... "'[JavaScript Error: "bundle is not defined" {file: "chrome://messenger/content/folderPane.js" line: 2203}]' when calling method: [nsIController::doCommand]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://global/content/globalOverlay.js :: goDoCommand :: line 96" data: yes]
Source File: chrome://global/content/globalOverlay.js
Line: 100
(no doubt a different bug)
Wayne, but are you able to reproduce it? In current TB the search is not empty. There is a "Subject,is," condition prefilled in that dialog. That seems like it could be a valid condition.
I can see the error you describe. But where did you get such verbose output? In my error console, I just get file and line number.
But I think I could fix that one.
Comment 8•14 years ago
|
||
yes, I can reproduce. thinking more about this, it might be a duplicate - but have no energy to do the search :(
in any event, a null subject yields no search hits, so it's probably an unhelpful/unhealthy state
don't know why i got more verbose error - perhaps a gloda setting?
Summary: Able to create a virtual folder without selecting any search criteria → Able to create a virtual folder with null subject
Yes, that search condition may be unhelpful, but does not cause any crashes or unsupported state. The same "problem" exists in Filters definition. This would need some decision from module owner if TB should not allow this condition.
I have a patch for the "bundle is not defined" error. If you can find the bug for it I can post it straight away.
Comment 10•9 years ago
|
||
(In reply to :aceman from comment #9)
> I have a patch for the "bundle is not defined" error. If you can find the
> bug for it I can post it straight away.
FTR, we handled this in bug 708315.
I did not find a duplicate bug. But there is at least one related bug 440875
See Also: → 440875
Summary: Able to create a virtual folder with null subject → Should not be able to create a virtual folder with null subject
Comment 11•9 years ago
|
||
It seems to me this bug here is more about having NO rules in the virtual folder criteria.
On the other hand bug 440875 seems about having 1 rule but the value for the criteria being empty (or ""). That looks more like bug 1034408.
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•