3 questions: Renaming folders with hook + browser reverse date + openbsd
- To: mutt-users@xxxxxxxx
- Subject: 3 questions: Renaming folders with hook + browser reverse date + openbsd
- From: "Vim Visual" <vim.unix@xxxxxxxxxxxxxx>
- Date: Sat, 18 Aug 2007 23:21:08 +0200
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cDYRTl7EoDLO8Lk0el69Q2NdvTeZDuT+5pP5+fAVf1/rIVaLitB/QfWZpj+UePuJtHG57zpb+Oc97F7fjo+msrkfEiFsleLO8/BqvuicGstppdTc497WpLWJ5qVw/C6Jq2W//2cvv/QFkuHf9Q19omLLpFVdvY32NX6DrpXwsQg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cWugVb9gS4hNf+i7T1nBqAhlyv/LHjjHsElGgg9rhN/8JnRDWW1gh7qsBz/q/5hguo9MRoz4AUGicwbgKyxB0y7xMnn2lLGtYnT9E/9btJ3NGe7oM+aQ4FlyjZq5WBa0BHqbkG/6m+xaWZQVdiYLTm1HWonXDDLIZibwcAImQic=
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Reply-to: vim.unix@xxxxxxxxx
- Sender: owner-mutt-users@xxxxxxxx
Hi,
First question:
============
I figured out that it is possible to rename the file where the sent
emails are stored with
send-hook . "set record=~/mail/sent-mail-`date +%Y-%m`"
set record="=sent-mail-`date +%Y-%m`"
(or similar) by reading the faqs.
Now a very silly question... please feel free to flame and even stone
me. How do I do the same for the received emails? set record2 ???
ahem...
Second question:
===============
I want to see my emails (sent, received) according to their date,
reversely. I wrote this in my muttrc:
set sort_browser=reverse-date
But it doesn't work. It shows me the emails according to the threads,
not to the reverse date. How can I fix that?
Third question:
============
I am moving to OpenBSD and I realised that
macro index <F5> 'c ~/mail/inbox ^M'
doesn't work any more, with Mutt 1.5.16 (2007-06-09). It worked under
fedora5 with Mutt 1.4.1i (2003-03-19)
Thanks.
Pau