Fossil SCM
Also remember the name the user for webmail.
Commit
800cd27da76b31a24d19a87b1362507d5381dea8907421f0f7f629d737bbf900
Parent
e0377d04f5a7369…
1 file changed
+1
+1
| --- src/webmail.c | ||
| +++ src/webmail.c | ||
| @@ -704,10 +704,11 @@ | ||
| 704 | 704 | db_prepare(&q, "SELECT * FROM tmbox LIMIT %d", N); |
| 705 | 705 | blob_reset(&sql); |
| 706 | 706 | @ <form action="%R/webmail" method="POST"> |
| 707 | 707 | @ <table border="0" width="100%%"> |
| 708 | 708 | @ <input type="hidden" name="d" value="%d(d)"> |
| 709 | + @ <input type="hidden" name="user" value="%h(zUser)"> | |
| 709 | 710 | @ <tr><td align="left"> |
| 710 | 711 | if( d==2 ){ |
| 711 | 712 | @ <input type="submit" name="read" value="Undelete"> |
| 712 | 713 | @ <input type="submit" name="purge" value="Delete Permanently"> |
| 713 | 714 | }else{ |
| 714 | 715 |
| --- src/webmail.c | |
| +++ src/webmail.c | |
| @@ -704,10 +704,11 @@ | |
| 704 | db_prepare(&q, "SELECT * FROM tmbox LIMIT %d", N); |
| 705 | blob_reset(&sql); |
| 706 | @ <form action="%R/webmail" method="POST"> |
| 707 | @ <table border="0" width="100%%"> |
| 708 | @ <input type="hidden" name="d" value="%d(d)"> |
| 709 | @ <tr><td align="left"> |
| 710 | if( d==2 ){ |
| 711 | @ <input type="submit" name="read" value="Undelete"> |
| 712 | @ <input type="submit" name="purge" value="Delete Permanently"> |
| 713 | }else{ |
| 714 |
| --- src/webmail.c | |
| +++ src/webmail.c | |
| @@ -704,10 +704,11 @@ | |
| 704 | db_prepare(&q, "SELECT * FROM tmbox LIMIT %d", N); |
| 705 | blob_reset(&sql); |
| 706 | @ <form action="%R/webmail" method="POST"> |
| 707 | @ <table border="0" width="100%%"> |
| 708 | @ <input type="hidden" name="d" value="%d(d)"> |
| 709 | @ <input type="hidden" name="user" value="%h(zUser)"> |
| 710 | @ <tr><td align="left"> |
| 711 | if( d==2 ){ |
| 712 | @ <input type="submit" name="read" value="Undelete"> |
| 713 | @ <input type="submit" name="purge" value="Delete Permanently"> |
| 714 | }else{ |
| 715 |