Re: [VM] A trash folder for the primary inbox (code review requested)

2014-11-14 Thread Uday Reddy
Daniel Barrett writes: For example, I hard-coded the strings Summary and Presentation -- is there a better way to obtain them automatically? Any other tips? For this older question, note that there are variables `vm-summary-buffer' and `vm-presentation-buffer', which are set in the folder

[VM] A trash folder for the primary inbox (code review requested)

2014-09-16 Thread Daniel Barrett
I'd like to share some elisp functions that create a trash folder for the VM primary inbox. Since I rarely program in elisp, I welcome any code suggestions from more experienced VM developers, for example: - How can I obtain the strings Summary and Presentation without hard-coding them? - Is