Bug 1175446 Comment 100 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here's a formal patch for review and feedback. All it does treat any user selected folder for any server, including gmail, the same. It has exactly the same effect as my previous attached diff (set obsolete).  It allow the user to use any gmail account folder as the trash destination, not just [Gmail]/Trash.

I haven't yet been able to test this with the Trunk version since the build seems to be hanging and not progressing for long periods. All I see now while building is python2.7 in top. When actually building and before hanging I see rust and clang in top, but now just python2.7. On the screen I see this with nothing new for a long time:
```
:
17:42.88    Compiling hyper v0.12.19
17:53.29    Compiling warp v0.1.16
18:00.25    Compiling webdriver v0.39.0 (/home/gene/mozilla2/testing/webdriver)
18:42.84     Finished dev [optimized + debuginfo] target(s) in 16m 32s
ttER: configure pre-export export compile misc libs tools
```
```compile```is underlined so at compile step.
Here's a formal patch for review and feedback. All it does treat any user selected folder for any server, including gmail, the same. It has exactly the same effect as my previous attached diff (set obsolete).  It allow the user to use any gmail account folder as the trash destination, not just [Gmail]/Trash.

I haven't yet been able to test this with the Trunk version since the build seems to be hanging and not progressing for long periods. All I see now while building is python2.7 in top. When actually building and before hanging I see rust and clang in top, but now just python2.7. On the screen I see this with nothing new for a long time:
```
:
17:42.88    Compiling hyper v0.12.19
17:53.29    Compiling warp v0.1.16
18:00.25    Compiling webdriver v0.39.0 (/home/gene/mozilla2/testing/webdriver)
18:42.84     Finished dev [optimized + debuginfo] target(s) in 16m 32s
ttER: configure pre-export export compile misc libs tools
```
```compile```is underlined so at compile step.
Edit1: Well, rebooted and build seems to be progressing now.  We'll see how it goes...
Here's a formal patch for review and feedback. All it does treat any user selected folder for any server, including gmail, the same. It has exactly the same effect as my previous attached diff (set obsolete).  It allow the user to use any gmail account folder as the trash destination, not just [Gmail]/Trash.

I haven't yet been able to test this with the Trunk version since the build seems to be hanging and not progressing for long periods. All I see now while building is python2.7 in top. When actually building and before hanging I see rust and clang in top, but now just python2.7. On the screen I see this with nothing new for a long time:
```
:
17:42.88    Compiling hyper v0.12.19
17:53.29    Compiling warp v0.1.16
18:00.25    Compiling webdriver v0.39.0 (/home/gene/mozilla2/testing/webdriver)
18:42.84     Finished dev [optimized + debuginfo] target(s) in 16m 32s
ttER: configure pre-export export compile misc libs tools
```
```compile```is underlined so at compile step.
Edit1: Well, rebooted and build seems to be progressing now.  We'll see how it goes...
Edit2: Build finished and patch seems to work.
Here's a formal patch for review and feedback. All it does treat any user selected folder for any server, including gmail, the same. It has exactly the same effect as my previous attached diff attachment #9080522 [details] [diff] [review] (set obsolete).  It allow the user to use any gmail account folder as the trash destination, not just [Gmail]/Trash.

I haven't yet been able to test this with the Trunk version since the build seems to be hanging and not progressing for long periods. All I see now while building is python2.7 in top. When actually building and before hanging I see rust and clang in top, but now just python2.7. On the screen I see this with nothing new for a long time:
```
:
17:42.88    Compiling hyper v0.12.19
17:53.29    Compiling warp v0.1.16
18:00.25    Compiling webdriver v0.39.0 (/home/gene/mozilla2/testing/webdriver)
18:42.84     Finished dev [optimized + debuginfo] target(s) in 16m 32s
ttER: configure pre-export export compile misc libs tools
```
```compile```is underlined so at compile step.
Edit1: Well, rebooted and build seems to be progressing now.  We'll see how it goes...
Edit2: Build finished and patch seems to work.

Back to Bug 1175446 Comment 100