This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch new-mailreader in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit 07135f6f5653264a7c5d6a98990149baf58258d8 Author: Lukasz Lenart <[email protected]> AuthorDate: Sat Dec 14 07:12:04 2019 +0100 Re-formats --- mailreader2/src/main/webapp/WEB-INF/database.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mailreader2/src/main/webapp/WEB-INF/database.xml b/mailreader2/src/main/webapp/WEB-INF/database.xml index e54d9c5..9cbda88 100644 --- a/mailreader2/src/main/webapp/WEB-INF/database.xml +++ b/mailreader2/src/main/webapp/WEB-INF/database.xml @@ -1,9 +1,9 @@ <?xml version='1.0'?> <database> - <user username="user" fromAddress="[email protected]" fullName="John Q. User" password="pass"> - <subscription host="mail.yahoo.com" autoConnect="false" password="foo" type="imap" username="jquser"> - </subscription> - <subscription host="mail.hotmail.com" autoConnect="false" password="bar" type="pop3" username="user1234"> - </subscription> - </user> + <user username="user" fromAddress="[email protected]" fullName="John Q. User" password="pass"> + <subscription host="mail.yahoo.com" autoConnect="false" password="foo" type="imap" username="jquser"> + </subscription> + <subscription host="mail.hotmail.com" autoConnect="false" password="bar" type="pop3" username="user1234"> + </subscription> + </user> </database>
