From: martin f. krafft Date: Fri, 7 Sep 2007 11:56:53 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/mutt X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/94e32abece4f7175e657eb6b0f20968eb320fa02?hp=387c7ce1d4d879a27a4f83ae0bec08c0f5bc8f2b Merge branch 'master' of ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/mutt --- diff --git a/.gitignore b/.mutt/.gitignore similarity index 100% rename from .gitignore rename to .mutt/.gitignore diff --git a/add-tickle-stamp b/.mutt/add-tickle-stamp similarity index 100% rename from add-tickle-stamp rename to .mutt/add-tickle-stamp diff --git a/alternates b/.mutt/alternates similarity index 100% rename from alternates rename to .mutt/alternates diff --git a/colours b/.mutt/colours similarity index 100% rename from colours rename to .mutt/colours diff --git a/headers b/.mutt/headers similarity index 100% rename from headers rename to .mutt/headers diff --git a/hooks b/.mutt/hooks similarity index 100% rename from hooks rename to .mutt/hooks diff --git a/keybindings b/.mutt/keybindings similarity index 72% rename from keybindings rename to .mutt/keybindings index c8930b4..d88fddd 100644 --- a/keybindings +++ b/.mutt/keybindings @@ -1,6 +1,5 @@ bind index,pager | pipe-message bind index,pager ! flag-message -bind index,pager \Cd delete-thread bind index,pager \ep print-message bind index,pager previous-entry bind index,pager next-entry @@ -22,7 +21,14 @@ bind pager,index previous-unread macro index,pager S "=store" "save message to store" macro index,pager E ':set my_editor="$editor":set editor="$my_confdir/add-tickle-stamp"=tickler:set editor="$my_editor"' "schedule message with tickler" -macro index,pager \eS "=store" "go to store folder" +macro index,pager \eS "" +macro index,pager \eU "" +macro index,pager \eD "" +macro index,pager \es "=store" "go to store folder" +macro index,pager \ed "=debian" "go to debian folder" +macro index,pager \ei "=inbox" "go to inbox folder" +macro index,pager \eu "=ul" "go to ul folder" +macro index,pager \ea "=admin" "go to admin folder" macro index,pager \eR ":source $my_confdir/muttrc" "reload muttrc" macro compose \eR ":source $my_confdir/muttrc" "reload muttrc" @@ -32,6 +38,11 @@ macro index,pager Z "=retrain/ham" "retrain message as ham" macro index,pager \Cb ':set my_pipe_decode="$pipe_decode":set pipe_decode/usr/bin/urlview:set pipe_decode="$my_pipe_decode"' "invoke urlview" +macro compose Y '' "send message without storing" +macro compose \Cy 'cY' "send message without storing or signing" + +macro index F '~L ' "search for correspondents" + #TODO this is a hack until switch-profile does not readd headers. macro compose e ':set my_editor="$editor":set editor=sensible-editor:set editor="$my_editor"' "invoke normal editor to edit message" macro index,pager e ':set my_editor="$editor":set editor=sensible-editor:set editor="$my_editor"' "invoke normal editor to edit message" diff --git a/lists b/.mutt/lists similarity index 99% rename from lists rename to .mutt/lists index e1e27ab..b67d708 100644 --- a/lists +++ b/.mutt/lists @@ -216,5 +216,6 @@ subscribe xfs@oss.sgi.com #subscribe zope@zope.org #subscribe zwiki@zwiki.org subscribe revctrl@lists.zooko.com +subscribe (chat|announce)@lists.mel8ourne.org # vim:ft=muttrc diff --git a/muttrc b/.mutt/muttrc similarity index 99% rename from muttrc rename to .mutt/muttrc index 9c7bf45..8886c6e 100644 --- a/muttrc +++ b/.mutt/muttrc @@ -2974,6 +2974,7 @@ set pgp_auto_decode=yes # will weed headers and will attempt to PGP/MIME decode the messages # first. # +set pipe_decode # # set pipe_sep="\n" # @@ -3364,7 +3365,7 @@ set record="=store" # and replying. The default value corresponds to the English "Re:" and # the German "Aw:". # -set reply_regexp="^((re([[(]?[[:digit:]]+[)]]?)?|aw|antwort|wg):[[:space:]]*)+" +set reply_regexp="^((re([[(]?[[:digit:]]+[)]]?)?|aw|antwort|wg|sgkb):[[:space:]]*)+" # # set reply_self=no # diff --git a/offline b/.mutt/offline similarity index 100% rename from offline rename to .mutt/offline diff --git a/sendmail b/.mutt/sendmail similarity index 100% rename from sendmail rename to .mutt/sendmail diff --git a/spam b/.mutt/spam similarity index 100% rename from spam rename to .mutt/spam diff --git a/.var/mutt/.gitignore b/.var/mutt/.gitignore new file mode 100644 index 0000000..120f485 --- /dev/null +++ b/.var/mutt/.gitignore @@ -0,0 +1,2 @@ +* +!/.gitignore