summaryrefslogtreecommitdiff
path: root/roundcubemail/program
AgeCommit message (Collapse)Author
2009-04-04Fixed a couple bad references to old environment variables for icons that ↵npkNathan Kinkade
don't exist now days with CSS sprites.
2009-04-04Fixes moving and copying of threads so that all children of selected ↵Nathan Kinkade
messages get moved along with the selected message itself.
2009-04-04Redoing the previously undone commit, but this time add an extra file that I ↵Nathan Kinkade
had failed to add to that commit.
2009-04-04Fixes a bug where read messages continued to display the unread icon.Nathan Kinkade
2009-04-04Set default text width to 80 characters which seems to be more inline with ↵Nathan Kinkade
Gmail, and therefore will make lots of replies look a lot better since Google is dominating the known world.
2009-04-03Fixed a small bug I introduced in the threading patches where an expanded ↵Nathan Kinkade
message would show a collapsed icon.
2009-04-02Removed this temporary working because the bug was fixed upstream: ↵Nathan Kinkade
http://hg.dovecot.org/dovecot-1.2/rev/bf16646ec312
2009-04-01Selection of message icon div was too greedy for use with CSS sprites and ↵Nathan Kinkade
threading icons.
2009-04-01Fixes a display error caused by the cherry-pick of the CSS sprites ↵Nathan Kinkade
implementation.
2009-03-31Cherry-picked rev 84a7acd which implemented CSS sprites into branch npk.Nathan Kinkade
2009-03-26Update list dragging <div> to include names from address book, although it's ↵Nathan Kinkade
not clear what dragging address book names can accomplish.
2009-03-25Fix a breakage caused by the threading patches where dragged messages didn't ↵Nathan Kinkade
have their subject show up in a generated div that follows the mouse while dragging.
2009-03-22Too large a commit, but ... implemented better handling of contexual display ↵Nathan Kinkade
of certain buttons, mostly related to Trash and Spam.
2009-03-22Make the folder where messages go when a user click the Archive button ↵Nathan Kinkade
configurable through the preferences.
2009-03-21So it seems that commits efdff41, cbc33bd, and 8f612c3 were all for naught ↵Nathan Kinkade
and the problem may in fact be a bug with Dovecot. I have asked on the Dovecot mailist. Meantime, this is a workaround.
2009-03-21Allow user to configure which folder is used as the HamNotSpam folder in the ↵Nathan Kinkade
user preferences.
2009-03-21Cleaned up copy.inc a bit, no code changes.Nathan Kinkade
2009-03-21Reverted back to value of $max prior to commit cbc33bd, and implemented a ↵Nathan Kinkade
similar fix per Chris January sent on Tuesday, March 17 in the <<Threaded message listing implementation>> thread.
2009-03-18Turns out I was wrong with commit 8f612c3, and this commit seems actually ↵Nathan Kinkade
fix the problem.
2009-03-16Got a little carried away with changing REFERENCES to X-REFERENCES2.Nathan Kinkade
2009-03-15Get rid of some commented out code that is no longer needed.Nathan Kinkade
2009-03-15Change-set to let the IMAP server do the sensible sorting of threads i.e. ↵Nathan Kinkade
sort threads by newest in-thread messages rather than simply by the root thread message.
2009-03-15Don't ever save sort_order or sort_col in the session or database.Nathan Kinkade
2009-03-13Changed buttons from images to texual buttons on address book page.Nathan Kinkade
2009-03-12Moved functionality of toggling 'Not Spam' and 'Shred' buttons to app.js ↵Nathan Kinkade
instead of in the skin, where it seemed impossible to implement it cleanly.
2009-03-12Like the Not Spam button, only show the Delete button conditionally i.e. ↵Nathan Kinkade
when we are in the Trash folder.
2009-03-12Replaced image buttons on compose screen with texual buttons.Nathan Kinkade
2009-03-12Removed image buttons from message view and replaced with textual button.Nathan Kinkade
2009-03-11Add a Not Spam button and code toggle it's visibility depending on whether ↵Nathan Kinkade
the user is viewing the Spam folder.
2009-03-11Bits and pieces needed for a copy-message dropdown.Nathan Kinkade
2009-03-11Changes necessary to implement a move-message dropdown button.Nathan Kinkade
2009-03-11Some new label strings for the npk themeNathan Kinkade
2009-03-11Added an English translation label for the copyto dropdown.Nathan Kinkade
2009-03-11Added functionality to copy messages from one mailbox to another.Nathan Kinkade
2009-03-11Applied message threading patch from Chris January: ↵Nathan Kinkade
http://www.atomice.com/blog/?p=33
2009-03-11- Fix 'mode' parameter in sqlite DSN (#1485772)alec
git-svn-id: https://svn.roundcube.net/trunk@2351 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-10Added Marathi translationthomasb
git-svn-id: https://svn.roundcube.net/trunk@2350 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-10Partially reverted r2339 + fix indentationthomasb
git-svn-id: https://svn.roundcube.net/trunk@2347 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09 * autoload is only invoked when a class is not found - no need for include_oncetill
git-svn-id: https://svn.roundcube.net/trunk@2345 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09Update Indonesian and Icelandic localizationthomasb
git-svn-id: https://svn.roundcube.net/trunk@2340 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09Fixed check-recent [richs]richs
git-svn-id: https://svn.roundcube.net/trunk@2339 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-07mk_MK updateyllar
git-svn-id: https://svn.roundcube.net/trunk@2337 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- use US-ASCII as failover also for SORT command (when used for searching)alec
git-svn-id: https://svn.roundcube.net/trunk@2335 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- Use US-ASCII as failover when Unicode searching fails (#1485762)alec
only US-ASCII is a must-have charset from IMAP's RFC git-svn-id: https://svn.roundcube.net/trunk@2334 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- Fix FETCH result parsing for servers returning flags at the end of result ↵alec
(#1485763) git-svn-id: https://svn.roundcube.net/trunk@2331 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-06- Fix errors handling in IMAP command continuations (#1485762)alec
git-svn-id: https://svn.roundcube.net/trunk@2330 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-02Revert r2322; this is done in rcmail_html4inline() and now secured + fix teststhomasb
git-svn-id: https://svn.roundcube.net/trunk@2324 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-02Add callback for <a> tags to add target=_blankthomasb
git-svn-id: https://svn.roundcube.net/trunk@2322 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-01- Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)alec
git-svn-id: https://svn.roundcube.net/trunk@2321 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-01- Fix attaching more than nine inline images (#1485759)alec
git-svn-id: https://svn.roundcube.net/trunk@2320 208e9e7b-5314-0410-a742-e7e81cd9613c