Block the loading of remote images if the preference is set. Register ourselves as a pref observer
so we know when this pref changes.
Has no effect on the seamonkey build.
ignore clicks to the filter list tree header in the filter dialog, we don't want to sort
fix for bug #210947
double clicking past the last row in the filter dialog opens a broken filter edit dialog
(should do nothing)
fix for bug #210965
double clicking on a checkbox in the "enable" ccolumn in the filter dialog
should not open the currently selected filter in the edit filter dialog
r/sr=bienvenu
UTF-8 in all XUL files to make them to be genuinely encoded in UTF-8. All the
changes are in comments so that this shouldn't affect anything at run-time.
(r=hwaara)
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
when you toggle junk status from thread pane icon,
and you've got it set to move on manual mark, assertion and painting problems.
the problem is that ::OnDeleteCompleted() uses the selection to determine which
view indices to call with ::NoteChange().
the junk column icon triggers a delete (or move) and that row might not be selected.
instead, we save of the indices (we can't save keys, as the keys are already removed
before ::OnDeleteCompleted() is called), and use the saved indices when calling
::NoteChange()
thanks to bienvenu for the suggestion.
r/sr=bienvenu
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa
The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
when running junk mail commands on the current folder
we need to "pass over" emails from people in the whitelist (if we are doing
whitelisting, for this account), instead of marking them as good.
thanks to bienvenu for catching my mistake.
r/sr=bienvenu, a=sspitzer
move to junk folder (or delete) when the user manually marks as junk.
this was one of the top usability items we found, during UE studies
r/sr=bienvenu, a=sspitzer
mail status line reports: "Transferring data" with the wrong hostname.
affects pop, imap, and nntp. (not smtp)
thanks to ch.ey@gmx.net for the initial patch.
r/sr=bienvenu, a=sspitzer