propagate from branch 'i2p.i2p' (head bd037c8b542fe0f6125aa16fb3bff5d257b4e955)

to branch 'i2p.i2p.str4d.ui' (head 9bd4080121d8ef662d6a2e4dfe7fae1079b32646)
This commit is contained in:
str4d
2017-02-10 16:43:25 +00:00
224 changed files with 4915 additions and 596 deletions

View File

@@ -369,7 +369,7 @@ public class Folder<O extends Object> {
* Sets the sorting direction of the folder.
* Does not re-sort. Caller must call sortBy()
*
* @param direction @link UP or @link DOWN
* @param direction UP or DOWN
*/
public synchronized void setSortingDirection(SortOrder direction)
{

View File

@@ -3,7 +3,7 @@
*
* This file is part of susimail project, see http://susi.i2p/
*
* Copyright (C) 2004-2005 <susi23@mail.i2p>
* Copyright (C) 2004-2005 susi23@mail.i2p
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -204,7 +204,7 @@ class Mail {
}
/**
* Returns the first email address portion, enclosed by <>
* Returns the first email address portion, enclosed by &lt;&gt;
* @param address
*/
public static String getAddress(String address )